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

/netbsd-current/sys/opencrypto/
H A Dxform.h85 extern const struct auth_hash auth_hash_hmac_sha2_384;
H A Dxform.c310 const struct auth_hash auth_hash_hmac_sha2_384 = { variable in typeref:struct:auth_hash
H A Dcryptodev.c1548 } else if (sop->mackeylen == auth_hash_hmac_sha2_384.keysize) {
1549 thash = &auth_hash_hmac_sha2_384;
1558 thash = &auth_hash_hmac_sha2_384;
H A Dcryptosoft_xform.c322 &auth_hash_hmac_sha2_384, sizeof(SHA384_CTX),
/netbsd-current/sys/netipsec/
H A Dxform_ah.c142 return &auth_hash_hmac_sha2_384;

Completed in 143 milliseconds