Home
last modified time | relevance | path

Searched refs:crypto_unregister_template (Results 1 – 25 of 25) sorted by relevance

/Linux-v6.6/crypto/
Decb.c96 crypto_unregister_template(&crypto_ecb_tmpl); in crypto_ecb_module_exit()
Dofb.c97 crypto_unregister_template(&crypto_ofb_tmpl); in crypto_ofb_module_exit()
Dalgapi.c580 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
585 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() function
612 EXPORT_SYMBOL_GPL(crypto_unregister_template);
619 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()
Dechainiv.c157 crypto_unregister_template(&echainiv_tmpl); in echainiv_module_exit()
Dkeywrap.c310 crypto_unregister_template(&crypto_kw_tmpl); in crypto_kw_exit()
Dseqiv.c179 crypto_unregister_template(&seqiv_tmpl); in seqiv_module_exit()
Dxctr.c182 crypto_unregister_template(&crypto_xctr_tmpl); in crypto_xctr_module_exit()
Dpcbc.c186 crypto_unregister_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_exit()
Dcbc.c215 crypto_unregister_template(&crypto_cbc_tmpl); in crypto_cbc_module_exit()
Dcfb.c245 crypto_unregister_template(&crypto_cfb_tmpl); in crypto_cfb_module_exit()
Dhmac.c271 crypto_unregister_template(&hmac_tmpl); in hmac_module_exit()
Dxcbc.c267 crypto_unregister_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_exit()
Dcmac.c324 crypto_unregister_template(&crypto_cmac_tmpl); in crypto_cmac_module_exit()
Drsa.c385 crypto_unregister_template(&rsa_pkcs1pad_tmpl); in rsa_exit()
Dpcrypt.c368 crypto_unregister_template(&pcrypt_tmpl); in pcrypt_exit()
Dlrw.c422 crypto_unregister_template(&lrw_tmpl); in lrw_module_exit()
Dcts.c402 crypto_unregister_template(&crypto_cts_tmpl); in crypto_cts_module_exit()
Dxts.c459 crypto_unregister_template(&xts_tmpl); in xts_module_exit()
Dauthenc.c459 crypto_unregister_template(&crypto_authenc_tmpl); in crypto_authenc_module_exit()
Dauthencesn.c473 crypto_unregister_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_exit()
Dadiantum.c609 crypto_unregister_template(&adiantum_tmpl); in adiantum_module_exit()
Dessiv.c643 crypto_unregister_template(&essiv_tmpl); in essiv_module_exit()
Dvmac.c688 crypto_unregister_template(&vmac64_tmpl); in vmac_module_exit()
Dcryptd.c1138 crypto_unregister_template(&cryptd_tmpl); in cryptd_exit()
/Linux-v6.6/include/crypto/
Dalgapi.h150 void crypto_unregister_template(struct crypto_template *tmpl);