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

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c123 } hash_info_t; typedef in typeref:struct:__anon5240
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)
1655 hash_info_t *hash)
1746 hash_info_t *has
[all...]

Completed in 46 milliseconds