Home
last modified time | relevance | path

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

12

/Linux-v4.19/crypto/
Dccm.c1030 crypto_unregister_template(&crypto_ccm_tmpl); in crypto_ccm_module_init()
1032 crypto_unregister_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_init()
1040 crypto_unregister_template(&crypto_rfc4309_tmpl); in crypto_ccm_module_exit()
1041 crypto_unregister_template(&crypto_ccm_tmpl); in crypto_ccm_module_exit()
1042 crypto_unregister_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_exit()
1043 crypto_unregister_template(&crypto_cbcmac_tmpl); in crypto_ccm_module_exit()
Dctr.c471 crypto_unregister_template(&crypto_ctr_tmpl); in crypto_ctr_module_init()
477 crypto_unregister_template(&crypto_rfc3686_tmpl); in crypto_ctr_module_exit()
478 crypto_unregister_template(&crypto_ctr_tmpl); in crypto_ctr_module_exit()
Dgcm.c1269 crypto_unregister_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_init()
1271 crypto_unregister_template(&crypto_gcm_tmpl); in crypto_gcm_module_init()
1273 crypto_unregister_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_init()
1282 crypto_unregister_template(&crypto_rfc4543_tmpl); in crypto_gcm_module_exit()
1283 crypto_unregister_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_exit()
1284 crypto_unregister_template(&crypto_gcm_tmpl); in crypto_gcm_module_exit()
1285 crypto_unregister_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_exit()
Dechainiv.c174 crypto_unregister_template(&echainiv_tmpl); in echainiv_module_exit()
Dcbc.c201 crypto_unregister_template(&crypto_cbc_tmpl); in crypto_cbc_module_exit()
Decb.c180 crypto_unregister_template(&crypto_ecb_tmpl); in crypto_ecb_module_exit()
Dchacha20poly1305.c728 crypto_unregister_template(&rfc7539_tmpl); in chacha20poly1305_module_init()
735 crypto_unregister_template(&rfc7539esp_tmpl); in chacha20poly1305_module_exit()
736 crypto_unregister_template(&rfc7539_tmpl); in chacha20poly1305_module_exit()
Dseqiv.c212 crypto_unregister_template(&seqiv_tmpl); in seqiv_module_exit()
Dxcbc.c280 crypto_unregister_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_exit()
Dkeywrap.c378 crypto_unregister_template(&crypto_kw_tmpl); in crypto_kw_exit()
Dhmac.c268 crypto_unregister_template(&hmac_tmpl); in hmac_module_exit()
Dcmac.c313 crypto_unregister_template(&crypto_cmac_tmpl); in crypto_cmac_module_exit()
Drsa.c390 crypto_unregister_template(&rsa_pkcs1pad_tmpl); in rsa_exit()
Dpcbc.c302 crypto_unregister_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_exit()
Dcfb.c344 crypto_unregister_template(&crypto_cfb_tmpl); in crypto_cfb_module_exit()
Dalgapi.c488 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() function
515 EXPORT_SYMBOL_GPL(crypto_unregister_template);
Dcts.c419 crypto_unregister_template(&crypto_cts_tmpl); in crypto_cts_module_exit()
Dpcrypt.c512 crypto_unregister_template(&pcrypt_tmpl); in pcrypt_exit()
Dlrw.c592 crypto_unregister_template(&crypto_tmpl); in crypto_module_exit()
Dxts.c536 crypto_unregister_template(&crypto_tmpl); in crypto_module_exit()
Dauthenc.c500 crypto_unregister_template(&crypto_authenc_tmpl); in crypto_authenc_module_exit()
Dauthencesn.c523 crypto_unregister_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_exit()
Dmcryptd.c666 crypto_unregister_template(&mcryptd_tmpl); in mcryptd_exit()
/Linux-v4.19/arch/x86/crypto/
Dfpu.c204 crypto_unregister_template(&crypto_fpu_tmpl); in crypto_fpu_exit()
/Linux-v4.19/include/crypto/
Dalgapi.h144 void crypto_unregister_template(struct crypto_template *tmpl);

12