Searched refs:MD5_HMAC_INTS_PER_BLOCK (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h46 #define MD5_HMAC_INTS_PER_BLOCK (MD5_HMAC_BLOCK_SIZE/sizeof (uint32_t)) macro
H A DsoftMAC.c223 uint32_t md5_ipad[MD5_HMAC_INTS_PER_BLOCK];
224 uint32_t md5_opad[MD5_HMAC_INTS_PER_BLOCK];
648 for (i = 0; i < MD5_HMAC_INTS_PER_BLOCK; i++) {
H A DsoftSSL.c218 uint32_t md5_ipad[MD5_HMAC_INTS_PER_BLOCK];
219 uint32_t md5_opad[MD5_HMAC_INTS_PER_BLOCK];
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dmd5_mod.c86 #define MD5_HMAC_INTS_PER_BLOCK (MD5_HMAC_BLOCK_SIZE/sizeof (uint32_t)) macro
872 uint32_t ipad[MD5_HMAC_INTS_PER_BLOCK];
873 uint32_t opad[MD5_HMAC_INTS_PER_BLOCK];
883 for (i = 0; i < MD5_HMAC_INTS_PER_BLOCK; i++) {

Completed in 72 milliseconds