Home
last modified time | relevance | path

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

/crypto/
Dchainiv.c284 static struct crypto_template chainiv_tmpl; variable
301 inst = skcipher_geniv_alloc(&chainiv_tmpl, tb, 0, 0); in chainiv_alloc()
340 static struct crypto_template chainiv_tmpl = { variable
349 return crypto_register_template(&chainiv_tmpl); in chainiv_module_init()
354 crypto_unregister_template(&chainiv_tmpl); in chainiv_module_exit()