Searched refs:sign (Results 1 - 6 of 6) sorted by path

/system/core/fastboot/
H A Dsignfile.sh9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
/system/core/libcutils/
H A Dtzstrftime.c70 * ** Subtract one for the sign bit if the type is signed;
72 * ** add one more for a minus sign if the type is signed.
546 char const * sign; local
586 sign = "-";
588 } else sign = "+";
589 pt = _add(sign, pt, ptlim, modifier);
/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.h183 int dataProcAdrModes(int op, int& source, bool sign = false, int reg_tmp = 1);
284 void SEB(int Rd, int Rt); // sign-extend byte (mips32r2)
285 void SEH(int Rd, int Rt); // sign-extend half-word (mips32r2)
/system/core/libpixelflinger/
H A Dfixed.cpp54 // shift right 1-bit to make room for the sign bit
323 int32_t sign = a^b^c; local
336 if (sign < 0)
/system/core/sh/
H A Doutput.c299 int sign;
373 sign = 0;
377 sign = 1;
396 sign = 0;
423 size += sign;
430 if (sign)
/system/security/keystore/
H A Dkeystore.cpp1180 static ResponseCode sign(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value* data, function
1182 ALOGV("sign %s from uid %d", ValueString(keyName).c_str(), uid);
1196 ALOGE("no keymaster device; cannot sign");
1212 ALOGW("device couldn't sign data");
1352 {sign, CommandCodes[SIGN], STATE_NO_ERROR, P_SIGN, {KEY_SIZE, VALUE_SIZE, 0}},

Completed in 351 milliseconds