Home
last modified time | relevance | path

Searched refs:tmpls (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/crypto/
H A Dalgapi.h141 int crypto_register_templates(struct crypto_template *tmpls, int count);
143 void crypto_unregister_templates(struct crypto_template *tmpls, int count);
/linux-6.15/crypto/
H A Dalgapi.c524 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() argument
529 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
537 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
571 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates() argument
576 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()