Searched refs:SHA256_HMAC_INTS_PER_BLOCK (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.c332 uint64_t sha_ipad[SHA256_HMAC_INTS_PER_BLOCK];
333 uint64_t sha_opad[SHA256_HMAC_INTS_PER_BLOCK];
365 sha_ipad, sha_opad, SHA256_HMAC_INTS_PER_BLOCK, local
373 uint64_t sha_ipad[SHA256_HMAC_INTS_PER_BLOCK];
374 uint64_t sha_opad[SHA256_HMAC_INTS_PER_BLOCK];
406 sha_ipad, sha_opad, SHA256_HMAC_INTS_PER_BLOCK, local
H A DsoftMAC.h44 #define SHA256_HMAC_INTS_PER_BLOCK \ macro

Completed in 20 milliseconds