Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c130 #define SHA1_HASHSIZE 20 macro
144 static hash_info_t sha1_hash = {SHA1_HASHSIZE, CONFOUNDER_LEN, sha1_calc};
711 rv = kef_digest(sha1_hash_mech, input, inlen, output, SHA1_HASHSIZE); in sha1_calc()