Searched refs:tmpls (Results 1 – 1 of 1) sorted by relevance
561 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() argument566 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()574 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()610 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates() argument615 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()
Completed in 6 milliseconds