Searched refs:crypto_register_template (Results 1 – 25 of 26) sorted by relevance
12
1002 err = crypto_register_template(&crypto_cbcmac_tmpl); in crypto_ccm_module_init()1006 err = crypto_register_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_init()1010 err = crypto_register_template(&crypto_ccm_tmpl); in crypto_ccm_module_init()1014 err = crypto_register_template(&crypto_rfc4309_tmpl); in crypto_ccm_module_init()1026 crypto_register_template(&crypto_cbcmac_tmpl); in crypto_ccm_module_init()
169 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
175 return crypto_register_template(&crypto_ecb_tmpl); in crypto_ecb_module_init()
198 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
459 err = crypto_register_template(&crypto_ctr_tmpl); in crypto_ctr_module_init()463 err = crypto_register_template(&crypto_rfc3686_tmpl); in crypto_ctr_module_init()
207 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
275 return crypto_register_template(&crypto_xcbc_tmpl); in crypto_xcbc_module_init()
373 return crypto_register_template(&crypto_kw_tmpl); in crypto_kw_init()
1238 err = crypto_register_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_init()1242 err = crypto_register_template(&crypto_gcm_tmpl); in crypto_gcm_module_init()1246 err = crypto_register_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_init()1250 err = crypto_register_template(&crypto_rfc4543_tmpl); in crypto_gcm_module_init()
263 return crypto_register_template(&hmac_tmpl); in hmac_module_init()
308 return crypto_register_template(&crypto_cmac_tmpl); in crypto_cmac_module_init()
293 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
379 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
347 return crypto_register_template(&crypto_cfb_tmpl); in crypto_cfb_module_init()
730 err = crypto_register_template(&rfc7539_tmpl); in chacha20poly1305_module_init()734 err = crypto_register_template(&rfc7539esp_tmpl); in chacha20poly1305_module_init()
466 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function486 EXPORT_SYMBOL_GPL(crypto_register_template);
414 return crypto_register_template(&crypto_cts_tmpl); in crypto_cts_module_init()
499 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
592 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
531 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
503 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
518 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
654 err = crypto_register_template(&mcryptd_tmpl); in mcryptd_init()
685 return crypto_register_template(&vmac64_tmpl); in vmac_module_init()
143 int crypto_register_template(struct crypto_template *tmpl);