Searched refs:tmpls (Results 1 – 2 of 2) sorted by relevance
111 int crypto_register_templates(struct crypto_template *tmpls, int count);113 void crypto_unregister_templates(struct crypto_template *tmpls, int count);
520 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() argument525 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()533 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()567 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates() argument572 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()
Completed in 5 milliseconds