Home
last modified time | relevance | path

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

/linux/crypto/
H A Dctr.c160 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create()
321 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
H A Dkeywrap.c288 err = skcipher_register_instance(tmpl, inst); in crypto_kw_create()
H A Dxctr.c160 err = skcipher_register_instance(tmpl, inst); in crypto_xctr_create()
H A Dpcbc.c166 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
H A Dlrw.c399 err = skcipher_register_instance(tmpl, inst); in lrw_create()
H A Dcts.c381 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
H A Dxts.c445 err = skcipher_register_instance(tmpl, inst); in xts_create()
H A Dskcipher.c962 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function
976 EXPORT_SYMBOL_GPL(skcipher_register_instance);
H A Dhctr2.c508 err = skcipher_register_instance(tmpl, inst); in hctr2_create_common()
H A Dadiantum.c617 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
H A Dessiv.c592 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
H A Dcryptd.c422 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
/linux/include/crypto/internal/
H A Dskcipher.h198 int skcipher_register_instance(struct crypto_template *tmpl,