Searched refs:chainiv_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 Dchainiv.c285 static struct crypto_template chainiv_tmpl; variable in typeref:struct:crypto_template
302 inst = skcipher_geniv_alloc(&chainiv_tmpl, tb, 0, 0);
341 static struct crypto_template chainiv_tmpl = { variable in typeref:struct:crypto_template
350 return crypto_register_template(&chainiv_tmpl);
355 crypto_unregister_template(&chainiv_tmpl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dchainiv.c285 static struct crypto_template chainiv_tmpl; variable in typeref:struct:crypto_template
302 inst = skcipher_geniv_alloc(&chainiv_tmpl, tb, 0, 0);
341 static struct crypto_template chainiv_tmpl = { variable in typeref:struct:crypto_template
350 return crypto_register_template(&chainiv_tmpl);
355 crypto_unregister_template(&chainiv_tmpl);

Completed in 117 milliseconds