Searched refs:crypto_register_template (Results 1 – 24 of 24) sorted by relevance
156 return crypto_register_template(&crypto_fpu_tmpl); in crypto_fpu_init()
175 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
442 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()
848 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()
257 return crypto_register_template(&eseqiv_tmpl); in eseqiv_module_init()
276 return crypto_register_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_init()
303 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
258 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
1400 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()
349 return crypto_register_template(&chainiv_tmpl); in chainiv_module_init()
279 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
285 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
364 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
352 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
342 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
438 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function459 EXPORT_SYMBOL_GPL(crypto_register_template);
390 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
543 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
706 err = crypto_register_template(&mcryptd_tmpl); in mcryptd_init()
711 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
703 return crypto_register_template(&vmac_tmpl); in vmac_module_init()
803 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
973 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
134 int crypto_register_template(struct crypto_template *tmpl);