Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Dfpu.c156 return crypto_register_template(&crypto_fpu_tmpl); in crypto_fpu_init()
/linux-4.1.27/crypto/
Decb.c175 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
Dctr.c442 err = crypto_register_template(&crypto_ctr_tmpl); in crypto_ctr_module_init()
446 err = crypto_register_template(&crypto_rfc3686_tmpl); in crypto_ctr_module_init()
Dccm.c848 err = crypto_register_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_init()
852 err = crypto_register_template(&crypto_ccm_tmpl); in crypto_ccm_module_init()
856 err = crypto_register_template(&crypto_rfc4309_tmpl); in crypto_ccm_module_init()
Deseqiv.c257 return crypto_register_template(&eseqiv_tmpl); in eseqiv_module_init()
Dxcbc.c276 return crypto_register_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_init()
Dcmac.c303 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
Dhmac.c258 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
Dgcm.c1400 err = crypto_register_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_init()
1404 err = crypto_register_template(&crypto_gcm_tmpl); in crypto_gcm_module_init()
1408 err = crypto_register_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_init()
1412 err = crypto_register_template(&crypto_rfc4543_tmpl); in crypto_gcm_module_init()
Dchainiv.c349 return crypto_register_template(&chainiv_tmpl); in chainiv_module_init()
Dcbc.c279 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
Dpcbc.c285 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
Dseqiv.c364 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
Dxts.c352 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
Dcts.c342 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
Dalgapi.c438 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function
459 EXPORT_SYMBOL_GPL(crypto_register_template);
Dlrw.c390 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
Dpcrypt.c543 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
Dmcryptd.c706 err = crypto_register_template(&mcryptd_tmpl); in mcryptd_init()
Dauthenc.c711 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
Dvmac.c703 return crypto_register_template(&vmac_tmpl); in vmac_module_init()
Dauthencesn.c803 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
Dcryptd.c973 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
/linux-4.1.27/include/crypto/
Dalgapi.h134 int crypto_register_template(struct crypto_template *tmpl);