Home
last modified time | relevance | path

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

/Linux-v6.1/include/crypto/
Dalgapi.h116 int crypto_register_templates(struct crypto_template *tmpls, int count);
/Linux-v6.1/crypto/
Dctr.c345 return crypto_register_templates(crypto_ctr_tmpls, in crypto_ctr_module_init()
Dalgapi.c534 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() function
550 EXPORT_SYMBOL_GPL(crypto_register_templates);
Ddh.c904 err = crypto_register_templates(crypto_ffdhe_templates, in dh_init()
Dhctr2.c566 return crypto_register_templates(hctr2_tmpls, ARRAY_SIZE(hctr2_tmpls)); in hctr2_module_init()
Dchacha20poly1305.c661 return crypto_register_templates(rfc7539_tmpls, in chacha20poly1305_module_init()
Dccm.c939 return crypto_register_templates(crypto_ccm_tmpls, in crypto_ccm_module_init()
Dgcm.c1144 err = crypto_register_templates(crypto_gcm_tmpls, in crypto_gcm_module_init()