Home
last modified time | relevance | path

Searched refs:crypto_register_templates (Results 1 – 8 of 8) sorted by relevance

/linux/include/crypto/
H A Dalgapi.h146 int crypto_register_templates(struct crypto_template *tmpls, int count);
/linux/crypto/
H A Dalgapi.c528 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() function
544 EXPORT_SYMBOL_GPL(crypto_register_templates);
H A Dctr.c343 return crypto_register_templates(crypto_ctr_tmpls, in crypto_ctr_module_init()
H A Dhctr2.c564 return crypto_register_templates(hctr2_tmpls, ARRAY_SIZE(hctr2_tmpls)); in hctr2_module_init()
H A Ddh.c906 err = crypto_register_templates(crypto_ffdhe_templates, in dh_init()
H A Dchacha20poly1305.c660 return crypto_register_templates(rfc7539_tmpls, in chacha20poly1305_module_init()
H A Dccm.c933 return crypto_register_templates(crypto_ccm_tmpls, in crypto_ccm_module_init()
H A Dgcm.c1140 err = crypto_register_templates(crypto_gcm_tmpls, in crypto_gcm_module_init()