Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dhmac.c258 static struct crypto_template hmac_tmpl = { variable
266 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
271 crypto_unregister_template(&hmac_tmpl); in hmac_module_exit()