Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dctr.c454 crypto_unregister_template(&crypto_ctr_tmpl); in crypto_ctr_module_init()
460 crypto_unregister_template(&crypto_rfc3686_tmpl); in crypto_ctr_module_exit()
461 crypto_unregister_template(&crypto_ctr_tmpl); in crypto_ctr_module_exit()
Dccm.c920 crypto_unregister_template(&crypto_ccm_tmpl); in crypto_ccm_module_init()
922 crypto_unregister_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_init()
928 crypto_unregister_template(&crypto_rfc4309_tmpl); in crypto_ccm_module_exit()
929 crypto_unregister_template(&crypto_ccm_tmpl); in crypto_ccm_module_exit()
930 crypto_unregister_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_exit()
Dgcm.c1283 crypto_unregister_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_init()
1285 crypto_unregister_template(&crypto_gcm_tmpl); in crypto_gcm_module_init()
1287 crypto_unregister_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_init()
1296 crypto_unregister_template(&crypto_rfc4543_tmpl); in crypto_gcm_module_exit()
1297 crypto_unregister_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_exit()
1298 crypto_unregister_template(&crypto_gcm_tmpl); in crypto_gcm_module_exit()
1299 crypto_unregister_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_exit()
Dchacha20poly1305.c713 crypto_unregister_template(&rfc7539_tmpl); in chacha20poly1305_module_init()
720 crypto_unregister_template(&rfc7539esp_tmpl); in chacha20poly1305_module_exit()
721 crypto_unregister_template(&rfc7539_tmpl); in chacha20poly1305_module_exit()
Decb.c180 crypto_unregister_template(&crypto_ecb_tmpl); in crypto_ecb_module_exit()
Deseqiv.c234 crypto_unregister_template(&eseqiv_tmpl); in eseqiv_module_exit()
Dechainiv.c242 crypto_unregister_template(&echainiv_tmpl); in echainiv_module_exit()
Dxcbc.c281 crypto_unregister_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_exit()
Dcmac.c308 crypto_unregister_template(&crypto_cmac_tmpl); in crypto_cmac_module_exit()
Dhmac.c263 crypto_unregister_template(&hmac_tmpl); in hmac_module_exit()
Dchainiv.c309 crypto_unregister_template(&chainiv_tmpl); in chainiv_module_exit()
Dkeywrap.c410 crypto_unregister_template(&crypto_kw_tmpl); in crypto_kw_exit()
Dpcbc.c290 crypto_unregister_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_exit()
Dcbc.c284 crypto_unregister_template(&crypto_cbc_tmpl); in crypto_cbc_module_exit()
Dxts.c357 crypto_unregister_template(&crypto_tmpl); in crypto_module_exit()
Dcts.c347 crypto_unregister_template(&crypto_cts_tmpl); in crypto_cts_module_exit()
Dalgapi.c469 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() function
498 EXPORT_SYMBOL_GPL(crypto_unregister_template);
Dlrw.c395 crypto_unregister_template(&crypto_tmpl); in crypto_module_exit()
Dseqiv.c369 crypto_unregister_template(&seqiv_tmpl); in seqiv_module_exit()
Dpcrypt.c511 crypto_unregister_template(&pcrypt_tmpl); in pcrypt_exit()
Dauthenc.c497 crypto_unregister_template(&crypto_authenc_tmpl); in crypto_authenc_module_exit()
Dauthencesn.c511 crypto_unregister_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_exit()
Dmcryptd.c718 crypto_unregister_template(&mcryptd_tmpl); in mcryptd_exit()
Dvmac.c708 crypto_unregister_template(&vmac_tmpl); in vmac_module_exit()
Dcryptd.c1013 crypto_unregister_template(&cryptd_tmpl); in cryptd_exit()
/linux-4.4.14/arch/x86/crypto/
Dfpu.c161 crypto_unregister_template(&crypto_fpu_tmpl); in crypto_fpu_exit()
/linux-4.4.14/include/crypto/
Dalgapi.h137 void crypto_unregister_template(struct crypto_template *tmpl);