Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dcryptmod.c1578 uchar_t hmacbuff[64]; in aes_decrypt() local
1606 (char *)hmacbuff, hash->hash_len); in aes_decrypt()
1614 if (bcmp(hmacbuff, mp->b_rptr + enclen, in aes_decrypt()
1660 uchar_t hmacbuff[64]; in aes_encrypt() local
1685 (char *)hmacbuff, hash->hash_len); in aes_encrypt()
1703 bcopy(hmacbuff, mp->b_rptr + DEFAULT_AES_BLOCKLEN + inlen, in aes_encrypt()