Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c148 static crypto_mech_type_t sha1_hash_mech = CRYPTO_MECH_INVALID; variable
297 sha1_hash_mech = crypto_mech2id(SUN_CKM_SHA1); in cryptmodopen()
711 rv = kef_digest(sha1_hash_mech, input, inlen, output, SHA1_HASHSIZE); in sha1_calc()