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

/linux-master/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);
/linux-master/crypto/
H A Dalgapi.c568 int crypto_register_templates(struct crypto_template *tmpls, int count) argument
573 err = crypto_register_template(&tmpls[i]);
581 crypto_unregister_template(&tmpls[i]);
615 void crypto_unregister_templates(struct crypto_template *tmpls, int count) argument
620 crypto_unregister_template(&tmpls[i]);

Completed in 118 milliseconds