Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Deseqiv.c204 static struct crypto_template eseqiv_tmpl; variable
215 inst = skcipher_geniv_alloc(&eseqiv_tmpl, tb, 0, 0); in eseqiv_alloc()
248 static struct crypto_template eseqiv_tmpl = { variable
257 return crypto_register_template(&eseqiv_tmpl); in eseqiv_module_init()
262 crypto_unregister_template(&eseqiv_tmpl); in eseqiv_module_exit()