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

/netbsd-current/sys/opencrypto/
H A Dxform.h86 extern const struct auth_hash auth_hash_hmac_sha2_512;
H A Dxform.c319 const struct auth_hash auth_hash_hmac_sha2_512 = { variable in typeref:struct:auth_hash
H A Dcryptodev.c1550 } else if (sop->mackeylen == auth_hash_hmac_sha2_512.keysize) {
1551 thash = &auth_hash_hmac_sha2_512;
1561 thash = &auth_hash_hmac_sha2_512;
H A Dcryptosoft_xform.c328 &auth_hash_hmac_sha2_512, sizeof(SHA512_CTX),
/netbsd-current/sys/netipsec/
H A Dxform_ah.c144 return &auth_hash_hmac_sha2_512;

Completed in 217 milliseconds