Home
last modified time | relevance | path

Searched refs:crypto_cmac_tmpl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcmac.c294 static struct crypto_template crypto_cmac_tmpl = { variable
302 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
307 crypto_unregister_template(&crypto_cmac_tmpl); in crypto_cmac_module_exit()
/kernel/linux/linux-6.6/crypto/
H A Dcmac.c311 static struct crypto_template crypto_cmac_tmpl = { variable
319 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
324 crypto_unregister_template(&crypto_cmac_tmpl); in crypto_cmac_module_exit()

Completed in 2 milliseconds