Home
last modified time | relevance | path

Searched refs:SHA256_LENGTH (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/crypto/
Dhmac_win.cc56 SHA256_End(&ctx, key0, NULL, SHA256_LENGTH); in ComputeHMACSHA256()
57 memset(key0 + SHA256_LENGTH, 0, SHA256_BLOCK_SIZE - SHA256_LENGTH); in ComputeHMACSHA256()
65 unsigned char inner_hash[SHA256_LENGTH]; in ComputeHMACSHA256()
75 SHA256_End(&ctx, inner_hash, NULL, SHA256_LENGTH); in ComputeHMACSHA256()
84 SHA256_Update(&ctx, inner_hash, SHA256_LENGTH); in ComputeHMACSHA256()
/external/libchrome/crypto/third_party/nss/
Dchromium-blapit.h65 #define SHA256_LENGTH 32 /* bytes */ macro
Dsha512.cc468 padLen = PR_MIN(SHA256_LENGTH, maxDigestLen); in SHA256_End()
485 SHA256_End(&ctx, dest, &outLen, SHA256_LENGTH);
1313 unsigned char outBuf[SHA256_LENGTH]; in test256()