Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c238 static struct crypto_template hmac_tmpl = { variable
246 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
251 crypto_unregister_template(&hmac_tmpl); in hmac_module_exit()