Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dhmac.c242 static struct crypto_template hmac_tmpl = { variable
251 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
256 crypto_unregister_template(&hmac_tmpl); in hmac_module_exit()