Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dxform.h78 extern const struct auth_hash auth_hash_hmac_md5;
H A Dxform.c211 const struct auth_hash auth_hash_hmac_md5 = { variable
H A Dcryptosoft_xform.c260 &auth_hash_hmac_md5, sizeof(MD5_CTX),
H A Dcryptodev.c1533 thash = &auth_hash_hmac_md5; in cryptodev_session()