Home
last modified time | relevance | path

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

12

/Linux-v4.19/crypto/
Dccm.c1010 err = crypto_register_template(&crypto_cbcmac_tmpl); in crypto_ccm_module_init()
1014 err = crypto_register_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_init()
1018 err = crypto_register_template(&crypto_ccm_tmpl); in crypto_ccm_module_init()
1022 err = crypto_register_template(&crypto_rfc4309_tmpl); in crypto_ccm_module_init()
1034 crypto_register_template(&crypto_cbcmac_tmpl); in crypto_ccm_module_init()
Dechainiv.c169 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
Dcbc.c196 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
Decb.c175 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
Dctr.c459 err = crypto_register_template(&crypto_ctr_tmpl); in crypto_ctr_module_init()
463 err = crypto_register_template(&crypto_rfc3686_tmpl); in crypto_ctr_module_init()
Dseqiv.c207 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
Dgcm.c1250 err = crypto_register_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_init()
1254 err = crypto_register_template(&crypto_gcm_tmpl); in crypto_gcm_module_init()
1258 err = crypto_register_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_init()
1262 err = crypto_register_template(&crypto_rfc4543_tmpl); in crypto_gcm_module_init()
Dxcbc.c275 return crypto_register_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_init()
Dkeywrap.c373 return crypto_register_template(&crypto_kw_tmpl); in crypto_kw_init()
Dhmac.c263 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
Dcmac.c308 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
Drsa.c379 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
Dpcbc.c297 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
Dcfb.c339 return crypto_register_template(&crypto_cfb_tmpl); in crypto_cfb_module_init()
Dchacha20poly1305.c722 err = crypto_register_template(&rfc7539_tmpl); in chacha20poly1305_module_init()
726 err = crypto_register_template(&rfc7539esp_tmpl); in chacha20poly1305_module_init()
Dalgapi.c466 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function
486 EXPORT_SYMBOL_GPL(crypto_register_template);
Dcts.c414 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
Dpcrypt.c496 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
Dlrw.c587 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
Dxts.c531 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
Dauthenc.c495 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
Dauthencesn.c518 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
Dmcryptd.c654 err = crypto_register_template(&mcryptd_tmpl); in mcryptd_init()
/Linux-v4.19/arch/x86/crypto/
Dfpu.c199 return crypto_register_template(&crypto_fpu_tmpl); in crypto_fpu_init()
/Linux-v4.19/include/crypto/
Dalgapi.h143 int crypto_register_template(struct crypto_template *tmpl);

12