Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dcbc.c93 crypto_unregister_template(&crypto_cbc_tmpl); in crypto_cbc_module_exit()
Decb.c96 crypto_unregister_template(&crypto_ecb_tmpl); in crypto_ecb_module_exit()
Dofb.c95 crypto_unregister_template(&crypto_ofb_tmpl); in crypto_ofb_module_exit()
Dechainiv.c169 crypto_unregister_template(&echainiv_tmpl); in echainiv_module_exit()
Dkeywrap.c310 crypto_unregister_template(&crypto_kw_tmpl); in crypto_kw_exit()
Dpcbc.c186 crypto_unregister_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_exit()
Dseqiv.c206 crypto_unregister_template(&seqiv_tmpl); in seqiv_module_exit()
Dalgapi.c491 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
496 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() function
523 EXPORT_SYMBOL_GPL(crypto_unregister_template);
530 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()
Drsa.c277 crypto_unregister_template(&rsa_pkcs1pad_tmpl); in rsa_exit()
Dcfb.c243 crypto_unregister_template(&crypto_cfb_tmpl); in crypto_cfb_module_exit()
Dxcbc.c270 crypto_unregister_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_exit()
Dhmac.c256 crypto_unregister_template(&hmac_tmpl); in hmac_module_exit()
Dcmac.c308 crypto_unregister_template(&crypto_cmac_tmpl); in crypto_cmac_module_exit()
Dlrw.c433 crypto_unregister_template(&crypto_tmpl); in crypto_module_exit()
Dpcrypt.c369 crypto_unregister_template(&pcrypt_tmpl); in pcrypt_exit()
Dcts.c423 crypto_unregister_template(&crypto_cts_tmpl); in crypto_cts_module_exit()
Dxts.c471 crypto_unregister_template(&crypto_tmpl); in crypto_module_exit()
Dauthenc.c503 crypto_unregister_template(&crypto_authenc_tmpl); in crypto_authenc_module_exit()
Dauthencesn.c518 crypto_unregister_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_exit()
Dadiantum.c658 crypto_unregister_template(&adiantum_tmpl); in adiantum_module_exit()
Dessiv.c655 crypto_unregister_template(&essiv_tmpl); in essiv_module_exit()
Dvmac.c690 crypto_unregister_template(&vmac64_tmpl); in vmac_module_exit()
Dcryptd.c1150 crypto_unregister_template(&cryptd_tmpl); in cryptd_exit()
/Linux-v5.4/include/crypto/
Dalgapi.h142 void crypto_unregister_template(struct crypto_template *tmpl);