Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Decdsa.c308 crypto_unregister_template(&ecdsa_x962_tmpl); in ecdsa_init()
327 crypto_unregister_template(&ecdsa_x962_tmpl); in ecdsa_exit()
328 crypto_unregister_template(&ecdsa_p1363_tmpl); in ecdsa_exit()
H A Drsa.c420 crypto_unregister_template(&rsa_pkcs1pad_tmpl); in rsa_init()
428 crypto_unregister_template(&rsassa_pkcs1_tmpl); in rsa_exit()
429 crypto_unregister_template(&rsa_pkcs1pad_tmpl); in rsa_exit()
H A Dalgapi.c537 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
542 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() function
569 EXPORT_SYMBOL_GPL(crypto_unregister_template);
576 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()
H A Dechainiv.c157 crypto_unregister_template(&echainiv_tmpl); in echainiv_module_exit()
H A Dxctr.c182 crypto_unregister_template(&crypto_xctr_tmpl); in crypto_xctr_module_exit()
H A Dcbc.c179 crypto_unregister_template(&crypto_cbc_tmpl); in crypto_cbc_module_exit()
H A Dseqiv.c179 crypto_unregister_template(&seqiv_tmpl); in seqiv_module_exit()
H A Dpcbc.c186 crypto_unregister_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_exit()
H A Dxcbc.c255 crypto_unregister_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_exit()
H A Decb.c219 crypto_unregister_template(&crypto_ecb_tmpl); in crypto_ecb_module_exit()
H A Dcmac.c307 crypto_unregister_template(&crypto_cmac_tmpl); in crypto_cmac_module_exit()
H A Dhmac.c259 crypto_unregister_template(&hmac_tmpl); in hmac_module_exit()
H A Dpcrypt.c376 crypto_unregister_template(&pcrypt_tmpl); in pcrypt_exit()
H A Dlrw.c420 crypto_unregister_template(&lrw_tmpl); in lrw_module_exit()
H A Dcts.c402 crypto_unregister_template(&crypto_cts_tmpl); in crypto_cts_module_exit()
H A Dxts.c466 crypto_unregister_template(&xts_tmpl); in xts_module_exit()
H A Dauthenc.c451 crypto_unregister_template(&crypto_authenc_tmpl); in crypto_authenc_module_exit()
H A Dkrb5enc.c496 crypto_unregister_template(&crypto_krb5enc_tmpl); in crypto_krb5enc_module_exit()
H A Dauthencesn.c465 crypto_unregister_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_exit()
H A Dadiantum.c639 crypto_unregister_template(&adiantum_tmpl); in adiantum_module_exit()
H A Dessiv.c642 crypto_unregister_template(&essiv_tmpl); in essiv_module_exit()
H A Dcryptd.c1138 crypto_unregister_template(&cryptd_tmpl); in cryptd_exit()
/linux-6.15/include/crypto/
H A Dalgapi.h142 void crypto_unregister_template(struct crypto_template *tmpl);