Searched refs:crypto_register_template (Results 1 – 23 of 23) sorted by relevance
152 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
305 return crypto_register_template(&crypto_kw_tmpl); in crypto_kw_init()
174 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
174 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
177 return crypto_register_template(&crypto_xctr_tmpl); in crypto_xctr_module_init()
506 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function526 EXPORT_SYMBOL_GPL(crypto_register_template);533 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
181 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
214 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
250 return crypto_register_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_init()
302 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
254 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
415 return crypto_register_template(&lrw_tmpl); in lrw_module_init()
360 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
409 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
397 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
461 return crypto_register_template(&xts_tmpl); in xts_module_init()
446 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
460 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
638 return crypto_register_template(&essiv_tmpl); in essiv_module_init()
634 return crypto_register_template(&adiantum_tmpl); in adiantum_module_init()
682 return crypto_register_template(&vmac64_tmpl); in vmac_module_init()
1121 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
145 int crypto_register_template(struct crypto_template *tmpl);
Completed in 46 milliseconds