Home
last modified time | relevance | path

Searched refs:SHA512_HMAC_INTS_PER_BLOCK (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.c370 uint64_t sha_ipad[SHA512_HMAC_INTS_PER_BLOCK]; in mac_init_ctx()
371 uint64_t sha_opad[SHA512_HMAC_INTS_PER_BLOCK]; in mac_init_ctx()
403 sha_ipad, sha_opad, SHA512_HMAC_INTS_PER_BLOCK, in mac_init_ctx()
411 uint64_t sha_ipad[SHA512_HMAC_INTS_PER_BLOCK]; in mac_init_ctx()
412 uint64_t sha_opad[SHA512_HMAC_INTS_PER_BLOCK]; in mac_init_ctx()
444 sha_ipad, sha_opad, SHA512_HMAC_INTS_PER_BLOCK, in mac_init_ctx()
H A DsoftMAC.h51 #define SHA512_HMAC_INTS_PER_BLOCK \ macro