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

/netbsd-current/sys/opencrypto/
H A Dxform.h84 extern const struct auth_hash auth_hash_hmac_sha2_256;
H A Dxform.c301 const struct auth_hash auth_hash_hmac_sha2_256 = { variable in typeref:struct:auth_hash
H A Dcryptosoft_xform.c316 &auth_hash_hmac_sha2_256, sizeof(SHA256_CTX),
H A Dcryptodev.c1546 if (sop->mackeylen == auth_hash_hmac_sha2_256.keysize) {
1547 thash = &auth_hash_hmac_sha2_256;
/netbsd-current/sys/netipsec/
H A Dxform_ah.c140 return &auth_hash_hmac_sha2_256;

Completed in 267 milliseconds