Searched refs:sign (Results 1 - 5 of 5) sorted by relevance

/system/core/fastboot/
H A Dsignfile.sh9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
/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/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/
H A Dfixed.cpp54 // shift right 1-bit to make room for the sign bit
322 int32_t sign = a^b^c; local
335 if (sign < 0)
/system/security/keystore/
H A Dkeystore.cpp1174 static ResponseCode sign(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value* data, function
1176 ALOGV("sign %s from uid %d", ValueString(keyName).c_str(), uid);
1190 ALOGE("no keymaster device; cannot sign");
1206 ALOGW("device couldn't sign data");
1313 {sign, CommandCodes[SIGN], STATE_NO_ERROR, P_SIGN, {KEY_SIZE, VALUE_SIZE, 0}},

Completed in 146 milliseconds