Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dfpu.c156 return crypto_register_template(&crypto_fpu_tmpl); in crypto_fpu_init()
/linux-4.4.14/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()
Deseqiv.c229 return crypto_register_template(&eseqiv_tmpl); in eseqiv_module_init()
Dccm.c904 err = crypto_register_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_init()
908 err = crypto_register_template(&crypto_ccm_tmpl); in crypto_ccm_module_init()
912 err = crypto_register_template(&crypto_rfc4309_tmpl); in crypto_ccm_module_init()
Dechainiv.c237 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
Dgcm.c1264 err = crypto_register_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_init()
1268 err = crypto_register_template(&crypto_gcm_tmpl); in crypto_gcm_module_init()
1272 err = crypto_register_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_init()
1276 err = crypto_register_template(&crypto_rfc4543_tmpl); in crypto_gcm_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()
Dchainiv.c304 return crypto_register_template(&chainiv_tmpl); in chainiv_module_init()
Dkeywrap.c405 return crypto_register_template(&crypto_kw_tmpl); in crypto_kw_init()
Dpcbc.c285 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
Dcbc.c279 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
Dchacha20poly1305.c707 err = crypto_register_template(&rfc7539_tmpl); in chacha20poly1305_module_init()
711 err = crypto_register_template(&rfc7539esp_tmpl); in chacha20poly1305_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.c446 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function
467 EXPORT_SYMBOL_GPL(crypto_register_template);
Dlrw.c390 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
Dseqiv.c364 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
Dpcrypt.c495 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
Dauthenc.c492 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
Dauthencesn.c506 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
Dmcryptd.c706 err = crypto_register_template(&mcryptd_tmpl); in mcryptd_init()
Dvmac.c703 return crypto_register_template(&vmac_tmpl); in vmac_module_init()
Dcryptd.c1003 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
/linux-4.4.14/include/crypto/
Dalgapi.h136 int crypto_register_template(struct crypto_template *tmpl);