Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-defs.h25 #define skcipher_register_instance fips140_skcipher_register_instance macro
H A Dfips140-alg-registration.c53 #undef skcipher_register_instance
301 skcipher_register_instance(tmpl, inst); in fips140_skcipher_register_instance()
H A Decb.c76 err = skcipher_register_instance(tmpl, inst); in crypto_ecb_create()
H A Dctr.c160 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create()
323 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
H A Dofb.c77 err = skcipher_register_instance(tmpl, inst); in crypto_ofb_create()
H A Dkeywrap.c288 err = skcipher_register_instance(tmpl, inst); in crypto_kw_create()
H A Dpcbc.c166 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
H A Dcbc.c193 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
H A Dcfb.c225 err = skcipher_register_instance(tmpl, inst); in crypto_cfb_create()
H A Dlrw.c401 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 Dskcipher.c864 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function
878 EXPORT_SYMBOL_GPL(skcipher_register_instance);
H A Dxts.c438 err = skcipher_register_instance(tmpl, inst); in xts_create()
H A Dadiantum.c588 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
H A Dessiv.c587 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
H A Dcryptd.c416 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips140124 skcipher_register_instance
H A Dabi_gki_aarch64_rockchip1133 skcipher_register_instance
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dskcipher.h129 int skcipher_register_instance(struct crypto_template *tmpl,