Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dccm.c864 crypto_unregister_template(&crypto_ccm_tmpl); in crypto_ccm_module_init()
866 crypto_unregister_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_init()
872 crypto_unregister_template(&crypto_rfc4309_tmpl); in crypto_ccm_module_exit()
873 crypto_unregister_template(&crypto_ccm_tmpl); in crypto_ccm_module_exit()
874 crypto_unregister_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_exit()
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()
Dgcm.c1419 crypto_unregister_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_init()
1421 crypto_unregister_template(&crypto_gcm_tmpl); in crypto_gcm_module_init()
1423 crypto_unregister_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_init()
1432 crypto_unregister_template(&crypto_rfc4543_tmpl); in crypto_gcm_module_exit()
1433 crypto_unregister_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_exit()
1434 crypto_unregister_template(&crypto_gcm_tmpl); in crypto_gcm_module_exit()
1435 crypto_unregister_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_exit()
Decb.c180 crypto_unregister_template(&crypto_ecb_tmpl); in crypto_ecb_module_exit()
Deseqiv.c262 crypto_unregister_template(&eseqiv_tmpl); in eseqiv_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.c354 crypto_unregister_template(&chainiv_tmpl); in chainiv_module_exit()
Dcbc.c284 crypto_unregister_template(&crypto_cbc_tmpl); in crypto_cbc_module_exit()
Dpcbc.c290 crypto_unregister_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_exit()
Dseqiv.c369 crypto_unregister_template(&seqiv_tmpl); in seqiv_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.c461 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() function
490 EXPORT_SYMBOL_GPL(crypto_unregister_template);
Dlrw.c395 crypto_unregister_template(&crypto_tmpl); in crypto_module_exit()
Dpcrypt.c559 crypto_unregister_template(&pcrypt_tmpl); in pcrypt_exit()
Dmcryptd.c718 crypto_unregister_template(&mcryptd_tmpl); in mcryptd_exit()
Dauthenc.c716 crypto_unregister_template(&crypto_authenc_tmpl); in crypto_authenc_module_exit()
Dvmac.c708 crypto_unregister_template(&vmac_tmpl); in vmac_module_exit()
Dauthencesn.c808 crypto_unregister_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_exit()
Dcryptd.c983 crypto_unregister_template(&cryptd_tmpl); in cryptd_exit()
/linux-4.1.27/arch/x86/crypto/
Dfpu.c161 crypto_unregister_template(&crypto_fpu_tmpl); in crypto_fpu_exit()
/linux-4.1.27/include/crypto/
Dalgapi.h135 void crypto_unregister_template(struct crypto_template *tmpl);