Home
last modified time | relevance | path

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

12

/linux-4.19.296/crypto/
Dccm.c1002 err = crypto_register_template(&crypto_cbcmac_tmpl); in crypto_ccm_module_init()
1006 err = crypto_register_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_init()
1010 err = crypto_register_template(&crypto_ccm_tmpl); in crypto_ccm_module_init()
1014 err = crypto_register_template(&crypto_rfc4309_tmpl); in crypto_ccm_module_init()
1026 crypto_register_template(&crypto_cbcmac_tmpl); in crypto_ccm_module_init()
Dechainiv.c169 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
Decb.c175 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
Dcbc.c198 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_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()
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()
Dgcm.c1238 err = crypto_register_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_init()
1242 err = crypto_register_template(&crypto_gcm_tmpl); in crypto_gcm_module_init()
1246 err = crypto_register_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_init()
1250 err = crypto_register_template(&crypto_rfc4543_tmpl); in crypto_gcm_module_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()
Dpcbc.c293 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
Drsa.c379 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
Dcfb.c347 return crypto_register_template(&crypto_cfb_tmpl); in crypto_cfb_module_init()
Dchacha20poly1305.c730 err = crypto_register_template(&rfc7539_tmpl); in chacha20poly1305_module_init()
734 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.c499 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
Dlrw.c592 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
Dxts.c531 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
Dauthenc.c503 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()
Dvmac.c685 return crypto_register_template(&vmac64_tmpl); in vmac_module_init()
/linux-4.19.296/include/crypto/
Dalgapi.h143 int crypto_register_template(struct crypto_template *tmpl);

12