Searched refs:crypto_register_template (Results 1 – 25 of 26) sorted by relevance
12
91 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
92 return crypto_register_template(&crypto_ofb_tmpl); in crypto_ofb_module_init()
152 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
305 return crypto_register_template(&crypto_kw_tmpl); in crypto_kw_init()
175 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
181 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
266 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
210 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
240 return crypto_register_template(&crypto_cfb_tmpl); in crypto_cfb_module_init()
246 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
496 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function516 EXPORT_SYMBOL_GPL(crypto_register_template);523 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
262 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()
417 return crypto_register_template(&lrw_tmpl); in lrw_module_init()
356 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
397 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
454 return crypto_register_template(&xts_tmpl); in xts_module_init()
471 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
456 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
605 return crypto_register_template(&adiantum_tmpl); in adiantum_module_init()
633 return crypto_register_template(&essiv_tmpl); in essiv_module_init()
683 return crypto_register_template(&vmac64_tmpl); in vmac_module_init()
1075 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
56 crypto_register_template
101 int crypto_register_template(struct crypto_template *tmpl);