Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/
Dn2_core.c258 u8 hmac_type; member
653 return n2_do_async_digest(req, n2alg->derived.hmac_type, in n2_hmac_async_digest()
1236 u8 hmac_type; member
1262 .hmac_type = AUTH_TYPE_HMAC_MD5,
1271 .hmac_type = AUTH_TYPE_HMAC_SHA1,
1280 .hmac_type = AUTH_TYPE_HMAC_SHA256,
1289 .hmac_type = AUTH_TYPE_RESERVED,
1418 p->hmac_type = tmpl->hmac_type; in __n2_register_one_ahash()
1456 if (!err && p->hmac_type != AUTH_TYPE_RESERVED) in __n2_register_one_ahash()