Searched refs:SHA256_LENGTH (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/crypto/ |
D | hmac_win.cc | 56 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/ |
D | chromium-blapit.h | 65 #define SHA256_LENGTH 32 /* bytes */ macro
|
D | sha512.cc | 468 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()
|