crypto_register_templates  512 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_register_templates);
crypto_register_templates  994 crypto/ccm.c   	return crypto_register_templates(crypto_ccm_tmpls,
crypto_register_templates  705 crypto/chacha20poly1305.c 	return crypto_register_templates(rfc7539_tmpls,
crypto_register_templates  372 crypto/ctr.c   	return crypto_register_templates(crypto_ctr_tmpls,
crypto_register_templates 1222 crypto/gcm.c   	err = crypto_register_templates(crypto_gcm_tmpls,
crypto_register_templates  141 include/crypto/algapi.h int crypto_register_templates(struct crypto_template *tmpls, int count);