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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dseqiv.c259 static struct crypto_template seqiv_tmpl; variable in typeref:struct:crypto_template
265 inst = skcipher_geniv_alloc(&seqiv_tmpl, tb, 0, 0);
285 inst = aead_geniv_alloc(&seqiv_tmpl, tb, 0, 0);
344 static struct crypto_template seqiv_tmpl = { variable in typeref:struct:crypto_template
353 return crypto_register_template(&seqiv_tmpl);
358 crypto_unregister_template(&seqiv_tmpl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dseqiv.c259 static struct crypto_template seqiv_tmpl; variable in typeref:struct:crypto_template
265 inst = skcipher_geniv_alloc(&seqiv_tmpl, tb, 0, 0);
285 inst = aead_geniv_alloc(&seqiv_tmpl, tb, 0, 0);
344 static struct crypto_template seqiv_tmpl = { variable in typeref:struct:crypto_template
353 return crypto_register_template(&seqiv_tmpl);
358 crypto_unregister_template(&seqiv_tmpl);

Completed in 120 milliseconds