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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Deseqiv.c218 static struct crypto_template eseqiv_tmpl; variable in typeref:struct:crypto_template
229 inst = skcipher_geniv_alloc(&eseqiv_tmpl, tb, 0, 0);
262 static struct crypto_template eseqiv_tmpl = { variable in typeref:struct:crypto_template
271 return crypto_register_template(&eseqiv_tmpl);
276 crypto_unregister_template(&eseqiv_tmpl);

Completed in 38 milliseconds