Home
last modified time | relevance | path

Searched refs:SHA1_HMAC_INTS_PER_BLOCK (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/common/crypto/sha1/
H A Dsha1_impl.h40 #define SHA1_HMAC_INTS_PER_BLOCK (SHA1_HMAC_BLOCK_SIZE/sizeof (uint32_t)) macro
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h48 #define SHA1_HMAC_INTS_PER_BLOCK (SHA1_HMAC_BLOCK_SIZE/sizeof (uint32_t)) macro
H A DsoftMAC.c289 uint32_t sha1_ipad[SHA1_HMAC_INTS_PER_BLOCK]; in mac_init_ctx()
290 uint32_t sha1_opad[SHA1_HMAC_INTS_PER_BLOCK]; in mac_init_ctx()
660 for (i = 0; i < SHA1_HMAC_INTS_PER_BLOCK; i++) { in sha1_hmac_ctx_init()
H A DsoftSSL.c298 uint32_t sha1_ipad[SHA1_HMAC_INTS_PER_BLOCK]; in P_SHA1()
299 uint32_t sha1_opad[SHA1_HMAC_INTS_PER_BLOCK]; in P_SHA1()
/titanic_50/usr/src/uts/common/crypto/io/
H A Dsha1_mod.c816 uint32_t ipad[SHA1_HMAC_INTS_PER_BLOCK]; in sha1_mac_init_ctx()
817 uint32_t opad[SHA1_HMAC_INTS_PER_BLOCK]; in sha1_mac_init_ctx()
827 for (i = 0; i < SHA1_HMAC_INTS_PER_BLOCK; i++) { in sha1_mac_init_ctx()