Home
last modified time | relevance | path

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

/linux-6.12.1/include/crypto/
Dalgapi.h146 int crypto_register_templates(struct crypto_template *tmpls, int count);
148 void crypto_unregister_templates(struct crypto_template *tmpls, int count);
/linux-6.12.1/crypto/
Dalgapi.c528 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() argument
533 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
541 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
575 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates() argument
580 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()