Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dcryptmod.c123 } hash_info_t; typedef
139 static hash_info_t null_hash = {0, 0, NULL};
140 static hash_info_t crc32_hash = {CRC32_HASHSIZE, CONFOUNDER_LEN, crc32_calc};
141 static hash_info_t md5_hash = {MD5_HASHSIZE, CONFOUNDER_LEN, md5_calc};
142 static hash_info_t sha1_hash = {SHA1_HASHSIZE, CONFOUNDER_LEN, sha1_calc};
153 mblk_t *, hash_info_t *);
156 mblk_t *, hash_info_t *);
1573 hash_info_t *hash) in aes_decrypt()
1655 hash_info_t *hash) in aes_encrypt()
1746 hash_info_t *hash) in arcfour_hmac_md5_decrypt()
[all …]