Home
last modified time | relevance | path

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

/netbsd/sys/opencrypto/
H A Dxform.h82 extern const struct auth_hash auth_hash_hmac_sha1_96;
H A Dxform.c247 const struct auth_hash auth_hash_hmac_sha1_96 = { variable
H A Dcryptosoft_xform.c282 &auth_hash_hmac_sha1_96, sizeof(SHA1_CTX),
H A Dcryptodev.c1542 thash = &auth_hash_hmac_sha1_96; in cryptodev_session()
/netbsd/sys/netipsec/
H A Dxform_ah.c132 return &auth_hash_hmac_sha1_96; in ah_algorithm_lookup()