Searched refs:sign (Results 1 - 10 of 10) 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/security/keystore-engine/
H A Drsa_meth.cpp93 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), padded.get(),
139 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), from,
145 ALOGW("Error during sign from keystore: %d", ret);
H A Ddsa_meth.cpp72 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), dgst,
78 ALOGW("Error during sign from keystore: %d", ret);
H A Decdsa_meth.cpp78 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), dgst,
84 ALOGW("Error during sign from keystore: %d", ret);
/system/security/keystore/include/keystore/
H A DIKeystoreService.h101 virtual int32_t sign(const String16& name, const uint8_t* data, size_t length, uint8_t** out,
/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/security/keystore/
H A DIKeystoreService.cpp345 virtual int32_t sign(const String16& name, const uint8_t* in, size_t inLength, uint8_t** out, function in class:android::BpKeystoreService
369 ALOGE("out of memory allocating output array in sign");
760 int32_t ret = sign(name, (const uint8_t*) in, (size_t) inSize, (uint8_t**) &out, &outSize);
H A Dkeystore.cpp1889 int32_t sign(const String16& name, const uint8_t* data, size_t length, uint8_t** out, function in class:android::KeyStoreProxy
1900 ALOGV("sign %s from uid %d", name8.string(), callingUid);
1911 ALOGE("no keymaster device; cannot sign");
1932 ALOGW("device couldn't sign data");
/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)

Completed in 126 milliseconds