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

/linux-4.1.27/crypto/
H A Dchainiv.c285 static struct crypto_template chainiv_tmpl; variable in typeref:struct:crypto_template
301 inst = skcipher_geniv_alloc(&chainiv_tmpl, tb, 0, 0); chainiv_alloc()
340 static struct crypto_template chainiv_tmpl = { variable in typeref:struct:crypto_template
349 return crypto_register_template(&chainiv_tmpl); chainiv_module_init()
354 crypto_unregister_template(&chainiv_tmpl); chainiv_module_exit()

Completed in 112 milliseconds