Home
last modified time | relevance | path

Searched refs:tmpls (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dalgapi.h105 int crypto_register_templates(struct crypto_template *tmpls, int count);
107 void crypto_unregister_templates(struct crypto_template *tmpls, int count);
/kernel/linux/linux-6.6/include/crypto/
H A Dalgapi.h149 int crypto_register_templates(struct crypto_template *tmpls, int count);
151 void crypto_unregister_templates(struct crypto_template *tmpls, int count);
/kernel/linux/linux-6.6/crypto/
H A Dalgapi.c568 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() argument
573 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
581 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
615 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates() argument
620 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()
/kernel/linux/linux-5.10/crypto/
H A Dalgapi.c533 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() argument
538 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
546 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
580 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates() argument
585 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()

Completed in 5 milliseconds