tmpls 496 crypto/algapi.c int crypto_register_templates(struct crypto_template *tmpls, int count) tmpls 501 crypto/algapi.c err = crypto_register_template(&tmpls[i]); tmpls 509 crypto/algapi.c crypto_unregister_template(&tmpls[i]); tmpls 543 crypto/algapi.c void crypto_unregister_templates(struct crypto_template *tmpls, int count) tmpls 548 crypto/algapi.c crypto_unregister_template(&tmpls[i]); tmpls 141 include/crypto/algapi.h int crypto_register_templates(struct crypto_template *tmpls, int count); tmpls 143 include/crypto/algapi.h void crypto_unregister_templates(struct crypto_template *tmpls, int count);