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

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

Completed in 206 milliseconds