Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c1581 uchar_t hmacbuff[64]; in aes_decrypt() local
1609 (char *)hmacbuff, hash->hash_len); in aes_decrypt()
1617 if (bcmp(hmacbuff, mp->b_rptr + enclen, in aes_decrypt()
1663 uchar_t hmacbuff[64]; in aes_encrypt() local
1688 (char *)hmacbuff, hash->hash_len); in aes_encrypt()
1706 bcopy(hmacbuff, mp->b_rptr + DEFAULT_AES_BLOCKLEN + inlen, in aes_encrypt()