Searched refs:hmacbuff (Results 1 – 1 of 1) sorted by relevance
1578 uchar_t hmacbuff[64]; in aes_decrypt() local1606 (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() local1685 (char *)hmacbuff, hash->hash_len); in aes_encrypt()1703 bcopy(hmacbuff, mp->b_rptr + DEFAULT_AES_BLOCKLEN + inlen, in aes_encrypt()