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

/system/core/include/mincrypt/
H A Dsha.h57 #define SHA_DIGEST_SIZE 20 macro
/system/core/libmincrypt/
H A Drsa_e_f4.c148 static const uint8_t kExpectedPadShaRsa2048[SHA_DIGEST_SIZE] = {
181 for (i = len - SHA_DIGEST_SIZE; i < len; ++i) {
189 for (i = 0; i < SHA_DIGEST_SIZE; ++i) {
H A Drsa_e_3.c137 static const uint8_t padding[RSANUMBYTES - SHA_DIGEST_SIZE] = {
H A Dsha.c303 for (i = 0; i < SHA_DIGEST_SIZE; ++i) {
/system/core/mkbootimg/
H A Dmkbootimg.c237 SHA_DIGEST_SIZE > sizeof(hdr.id) ? sizeof(hdr.id) : SHA_DIGEST_SIZE);

Completed in 362 milliseconds