Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dlrw.c584 static struct crypto_template crypto_tmpl = { variable
592 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
597 crypto_unregister_template(&crypto_tmpl); in crypto_module_exit()
Dxts.c523 static struct crypto_template crypto_tmpl = { variable
531 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
536 crypto_unregister_template(&crypto_tmpl); in crypto_module_exit()