Home
last modified time | relevance | path

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

/Linux-v6.1/include/crypto/
Dalgapi.h116 int crypto_register_templates(struct crypto_template *tmpls, int count);
118 void crypto_unregister_templates(struct crypto_template *tmpls, int count);
/Linux-v6.1/crypto/
Dalgapi.c534 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() argument
539 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
547 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
581 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates() argument
586 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()