Home
last modified time | relevance | path

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

/linux-6.6.21/crypto/
Decb.c91 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
Dofb.c92 return crypto_register_template(&crypto_ofb_tmpl); in crypto_ofb_module_init()
Dkeywrap.c305 return crypto_register_template(&crypto_kw_tmpl); in crypto_kw_init()
Dechainiv.c152 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
Dxctr.c177 return crypto_register_template(&crypto_xctr_tmpl); in crypto_xctr_module_init()
Dseqiv.c174 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
Dpcbc.c181 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
Dalgapi.c546 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function
566 EXPORT_SYMBOL_GPL(crypto_register_template);
573 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
Dcbc.c210 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
Dcfb.c240 return crypto_register_template(&crypto_cfb_tmpl); in crypto_cfb_module_init()
Dxcbc.c262 return crypto_register_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_init()
Dhmac.c266 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
Dcmac.c319 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
Drsa.c376 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
Dlrw.c417 return crypto_register_template(&lrw_tmpl); in lrw_module_init()
Dpcrypt.c360 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
Dcts.c397 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
Dxts.c461 return crypto_register_template(&xts_tmpl); in xts_module_init()
Dauthenc.c454 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
Dauthencesn.c468 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
Dadiantum.c604 return crypto_register_template(&adiantum_tmpl); in adiantum_module_init()
Dessiv.c638 return crypto_register_template(&essiv_tmpl); in essiv_module_init()
Dvmac.c683 return crypto_register_template(&vmac64_tmpl); in vmac_module_init()
Dcryptd.c1121 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
/linux-6.6.21/include/crypto/
Dalgapi.h148 int crypto_register_template(struct crypto_template *tmpl);