Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c125 } 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()
[all …]