Lines Matching refs:hash_info_t
125 } hash_info_t; typedef
141 static hash_info_t null_hash = {0, 0, NULL};
142 static hash_info_t crc32_hash = {CRC32_HASHSIZE, CONFOUNDER_LEN, crc32_calc};
143 static hash_info_t md5_hash = {MD5_HASHSIZE, CONFOUNDER_LEN, md5_calc};
144 static hash_info_t sha1_hash = {SHA1_HASHSIZE, CONFOUNDER_LEN, sha1_calc};
155 mblk_t *, hash_info_t *);
158 mblk_t *, hash_info_t *);
1576 hash_info_t *hash) in aes_decrypt()
1658 hash_info_t *hash) in aes_encrypt()
1749 hash_info_t *hash) in arcfour_hmac_md5_decrypt()
1982 hash_info_t *hash) in arcfour_hmac_md5_encrypt()
2238 des_cbc_encrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) in des_cbc_encrypt()
2400 des_cbc_decrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) in des_cbc_decrypt()