Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/crypto/
H A Decb.c91 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
H A Dofb.c92 return crypto_register_template(&crypto_ofb_tmpl); in crypto_ofb_module_init()
H A Dechainiv.c152 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
H A Dkeywrap.c305 return crypto_register_template(&crypto_kw_tmpl); in crypto_kw_init()
H A Dseqiv.c175 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
H A Dpcbc.c181 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
H A Drsa.c266 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
H A Dcbc.c210 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
H A Dcfb.c240 return crypto_register_template(&crypto_cfb_tmpl); in crypto_cfb_module_init()
H A Dhmac.c246 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
H A Dalgapi.c496 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function
516 EXPORT_SYMBOL_GPL(crypto_register_template);
523 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
H A Dxcbc.c262 return crypto_register_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_init()
H A Dcmac.c303 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
H A Dlrw.c417 return crypto_register_template(&lrw_tmpl); in lrw_module_init()
H A Dpcrypt.c356 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
H A Dcts.c397 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
H A Dxts.c454 return crypto_register_template(&xts_tmpl); in xts_module_init()
H A Dauthencesn.c471 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
H A Dauthenc.c456 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
H A Dadiantum.c605 return crypto_register_template(&adiantum_tmpl); in adiantum_module_init()
H A Dessiv.c633 return crypto_register_template(&essiv_tmpl); in essiv_module_init()
H A Dvmac.c683 return crypto_register_template(&vmac64_tmpl); in vmac_module_init()
H A Dcryptd.c1075 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14056 crypto_register_template
/OK3568_Linux_fs/kernel/include/crypto/
H A Dalgapi.h101 int crypto_register_template(struct crypto_template *tmpl);

12