Home
last modified time | relevance | path

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

/dragonfly/sys/opencrypto/
H A Dxform.h105 extern struct auth_hash auth_hash_hmac_sha1;
H A Dcryptodev.c228 thash = &auth_hash_hmac_sha1; in cryptof_ioctl()
H A Dxform.c357 struct auth_hash auth_hash_hmac_sha1 = { variable
H A Dcryptosoft.c922 axf = &auth_hash_hmac_sha1; in swcr_newsession()
/dragonfly/sys/dev/crypto/padlock/
H A Dpadlock_hash.c324 ses->ses_axf = &auth_hash_hmac_sha1; in padlock_hash_setup()