Home
last modified time | relevance | path

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

/crypto/
Dalgapi.c544 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() argument
549 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
557 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
591 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates() argument
596 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()