Searched defs:SHA512_HMAC_INTS_PER_BLOCK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h51 #define SHA512_HMAC_INTS_PER_BLOCK \ macro
H A DsoftMAC.c370 uint64_t sha_ipad[SHA512_HMAC_INTS_PER_BLOCK];
371 uint64_t sha_opad[SHA512_HMAC_INTS_PER_BLOCK];
403 sha_ipad, sha_opad, SHA512_HMAC_INTS_PER_BLOCK, local
411 uint64_t sha_ipad[SHA512_HMAC_INTS_PER_BLOCK];
412 uint64_t sha_opad[SHA512_HMAC_INTS_PER_BLOCK];
444 sha_ipad, sha_opad, SHA512_HMAC_INTS_PER_BLOCK, local

Completed in 44 milliseconds