Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A Dalgapi.h125 int crypto_register_templates(struct crypto_template *tmpls, int count);
127 void crypto_unregister_templates(struct crypto_template *tmpls, int count);
/linux-6.3-rc2/crypto/
A Dalgapi.c555 int crypto_register_templates(struct crypto_template *tmpls, int count) in crypto_register_templates() argument
560 err = crypto_register_template(&tmpls[i]); in crypto_register_templates()
568 crypto_unregister_template(&tmpls[i]); in crypto_register_templates()
602 void crypto_unregister_templates(struct crypto_template *tmpls, int count) in crypto_unregister_templates() argument
607 crypto_unregister_template(&tmpls[i]); in crypto_unregister_templates()

Completed in 6 milliseconds