Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dctr.c245 static struct crypto_template crypto_ctr_tmpl = { variable
442 err = crypto_register_template(&crypto_ctr_tmpl); in crypto_ctr_module_init()
454 crypto_unregister_template(&crypto_ctr_tmpl); in crypto_ctr_module_init()
461 crypto_unregister_template(&crypto_ctr_tmpl); in crypto_ctr_module_exit()