Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1_impl.h40 #define SHA1_HMAC_INTS_PER_BLOCK (SHA1_HMAC_BLOCK_SIZE/sizeof (uint32_t)) macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h46 #define SHA1_HMAC_INTS_PER_BLOCK (SHA1_HMAC_BLOCK_SIZE/sizeof (uint32_t)) macro
H A DsoftMAC.c288 uint32_t sha1_ipad[SHA1_HMAC_INTS_PER_BLOCK]; in mac_init_ctx()
289 uint32_t sha1_opad[SHA1_HMAC_INTS_PER_BLOCK]; in mac_init_ctx()
657 for (i = 0; i < SHA1_HMAC_INTS_PER_BLOCK; i++) { in sha1_hmac_ctx_init()
H A DsoftSSL.c300 uint32_t sha1_ipad[SHA1_HMAC_INTS_PER_BLOCK]; in P_SHA1()
301 uint32_t sha1_opad[SHA1_HMAC_INTS_PER_BLOCK]; in P_SHA1()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha1_mod.c819 uint32_t ipad[SHA1_HMAC_INTS_PER_BLOCK]; in sha1_mac_init_ctx()
820 uint32_t opad[SHA1_HMAC_INTS_PER_BLOCK]; in sha1_mac_init_ctx()
830 for (i = 0; i < SHA1_HMAC_INTS_PER_BLOCK; i++) { in sha1_mac_init_ctx()