Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Decdsa.c297 ret = crypto_register_template(&ecdsa_x962_tmpl); in ecdsa_init()
301 ret = crypto_register_template(&ecdsa_p1363_tmpl); in ecdsa_init()
H A Drsa.c409 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
413 err = crypto_register_template(&rsassa_pkcs1_tmpl); in rsa_init()
H A Dechainiv.c152 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
H A Dxctr.c177 return crypto_register_template(&crypto_xctr_tmpl); in crypto_xctr_module_init()
H A Dcbc.c174 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
H A Dseqiv.c174 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
H A Dalgapi.c502 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function
522 EXPORT_SYMBOL_GPL(crypto_register_template);
529 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
H A Dpcbc.c181 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
H A Dxcbc.c250 return crypto_register_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_init()
H A Decb.c214 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
H A Dcmac.c302 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
H A Dhmac.c254 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
H A Dpcrypt.c364 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
H A Dlrw.c415 return crypto_register_template(&lrw_tmpl); in lrw_module_init()
H A Dcts.c397 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
H A Dxts.c461 return crypto_register_template(&xts_tmpl); in xts_module_init()
H A Dauthenc.c446 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
H A Dkrb5enc.c491 return crypto_register_template(&crypto_krb5enc_tmpl); in crypto_krb5enc_module_init()
H A Dauthencesn.c460 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
H A Dadiantum.c634 return crypto_register_template(&adiantum_tmpl); in adiantum_module_init()
H A Dessiv.c637 return crypto_register_template(&essiv_tmpl); in essiv_module_init()
H A Dcryptd.c1121 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
/linux-6.15/include/crypto/
H A Dalgapi.h140 int crypto_register_template(struct crypto_template *tmpl);