Searched refs:crypto_register_template (Results 1 – 27 of 27) 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()
229 return crypto_register_template(&eseqiv_tmpl); in eseqiv_module_init()
904 err = crypto_register_template(&crypto_ccm_base_tmpl); in crypto_ccm_module_init()908 err = crypto_register_template(&crypto_ccm_tmpl); in crypto_ccm_module_init()912 err = crypto_register_template(&crypto_rfc4309_tmpl); in crypto_ccm_module_init()
237 return crypto_register_template(&echainiv_tmpl); in echainiv_module_init()
1264 err = crypto_register_template(&crypto_gcm_base_tmpl); in crypto_gcm_module_init()1268 err = crypto_register_template(&crypto_gcm_tmpl); in crypto_gcm_module_init()1272 err = crypto_register_template(&crypto_rfc4106_tmpl); in crypto_gcm_module_init()1276 err = crypto_register_template(&crypto_rfc4543_tmpl); in crypto_gcm_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()
304 return crypto_register_template(&chainiv_tmpl); in chainiv_module_init()
405 return crypto_register_template(&crypto_kw_tmpl); in crypto_kw_init()
285 return crypto_register_template(&crypto_pcbc_tmpl); in crypto_pcbc_module_init()
279 return crypto_register_template(&crypto_cbc_tmpl); in crypto_cbc_module_init()
707 err = crypto_register_template(&rfc7539_tmpl); in chacha20poly1305_module_init()711 err = crypto_register_template(&rfc7539esp_tmpl); in chacha20poly1305_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()
446 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() function467 EXPORT_SYMBOL_GPL(crypto_register_template);
390 return crypto_register_template(&crypto_tmpl); in crypto_module_init()
364 return crypto_register_template(&seqiv_tmpl); in seqiv_module_init()
495 return crypto_register_template(&pcrypt_tmpl); in pcrypt_init()
492 return crypto_register_template(&crypto_authenc_tmpl); in crypto_authenc_module_init()
506 return crypto_register_template(&crypto_authenc_esn_tmpl); in crypto_authenc_esn_module_init()
706 err = crypto_register_template(&mcryptd_tmpl); in mcryptd_init()
703 return crypto_register_template(&vmac_tmpl); in vmac_module_init()
1003 err = crypto_register_template(&cryptd_tmpl); in cryptd_init()
136 int crypto_register_template(struct crypto_template *tmpl);