Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/
H A Dsha1_impl.h39 #define SHA1_HMAC_INTS_PER_BLOCK (SHA1_HMAC_BLOCK_SIZE/sizeof (uint32_t)) macro
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha1_mod.c660 uint32_t ipad[SHA1_HMAC_INTS_PER_BLOCK]; in sha1_mac_init_ctx()
661 uint32_t opad[SHA1_HMAC_INTS_PER_BLOCK]; in sha1_mac_init_ctx()
671 for (i = 0; i < SHA1_HMAC_INTS_PER_BLOCK; i++) { in sha1_mac_init_ctx()