Searched refs:crypto_register_template (Results 1 – 24 of 24) sorted by relevance
88 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
91 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
90 return crypto_register_template(&crypto_ofb_tmpl); in crypto_ofb_module_init()
164 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
305 return crypto_register_template(&crypto_kw_tmpl); in crypto_kw_init()
181 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
201 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
266 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
238 return crypto_register_template(&crypto_cfb_tmpl); in crypto_cfb_module_init()
265 return crypto_register_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_init()
251 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
303 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
456 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function476 EXPORT_SYMBOL_GPL(crypto_register_template);483 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
428 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
353 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
418 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
466 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
498 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
513 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
653 return crypto_register_template(&adiantum_tmpl); in adiantum_module_init()
650 return crypto_register_template(&essiv_tmpl); in essiv_module_init()
685 return crypto_register_template(&vmac64_tmpl); in vmac_module_init()
1133 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
140 int crypto_register_template(struct crypto_template *tmpl);