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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h43 (SHA1_HMAC_BLOCK_SIZE / sizeof (uint32_t))
H A DsoftMAC.c266 if (OBJ_SEC(key)->sk_value_len > SHA1_HMAC_BLOCK_SIZE) {
296 bzero(sha1_ipad, SHA1_HMAC_BLOCK_SIZE);
297 bzero(sha1_opad, SHA1_HMAC_BLOCK_SIZE);
299 if (OBJ_SEC(key)->sk_value_len > SHA1_HMAC_BLOCK_SIZE) {
711 (const uchar_t *)opad, SHA1_HMAC_BLOCK_SIZE);
H A DsoftSlotToken.c211 {1, SHA1_HMAC_BLOCK_SIZE,
213 {1, SHA1_HMAC_BLOCK_SIZE,
H A DsoftSSL.c311 bzero(sha1_ipad, SHA1_HMAC_BLOCK_SIZE);
312 bzero(sha1_opad, SHA1_HMAC_BLOCK_SIZE);
341 SHA1_HMAC_BLOCK_SIZE);
373 SHA1_HMAC_BLOCK_SIZE);

Completed in 101 milliseconds