crypto_register_template  479 crypto/authenc.c 	return crypto_register_template(&crypto_authenc_tmpl);
crypto_register_template  279 crypto/cbc.c   	return crypto_register_template(&crypto_cbc_tmpl);
crypto_register_template  854 crypto/ccm.c   	err = crypto_register_template(&crypto_ccm_base_tmpl);
crypto_register_template  858 crypto/ccm.c   	err = crypto_register_template(&crypto_ccm_tmpl);
crypto_register_template  862 crypto/ccm.c   	err = crypto_register_template(&crypto_rfc4309_tmpl);
crypto_register_template  349 crypto/chainiv.c 	return crypto_register_template(&chainiv_tmpl);
crypto_register_template  606 crypto/cryptd.c 	err = crypto_register_template(&cryptd_tmpl);
crypto_register_template  395 crypto/ctr.c   	err = crypto_register_template(&crypto_ctr_tmpl);
crypto_register_template  399 crypto/ctr.c   	err = crypto_register_template(&crypto_rfc3686_tmpl);
crypto_register_template  341 crypto/cts.c   	return crypto_register_template(&crypto_cts_tmpl);
crypto_register_template  175 crypto/ecb.c   	return crypto_register_template(&crypto_ecb_tmpl);
crypto_register_template  270 crypto/eseqiv.c 	return crypto_register_template(&eseqiv_tmpl);
crypto_register_template  787 crypto/gcm.c   	err = crypto_register_template(&crypto_gcm_base_tmpl);
crypto_register_template  791 crypto/gcm.c   	err = crypto_register_template(&crypto_gcm_tmpl);
crypto_register_template  795 crypto/gcm.c   	err = crypto_register_template(&crypto_rfc4106_tmpl);
crypto_register_template  286 crypto/hmac.c  	return crypto_register_template(&hmac_tmpl);
crypto_register_template  296 crypto/lrw.c   	return crypto_register_template(&crypto_tmpl);
crypto_register_template  285 crypto/pcbc.c  	return crypto_register_template(&crypto_pcbc_tmpl);
crypto_register_template  352 crypto/seqiv.c 	return crypto_register_template(&seqiv_tmpl);
crypto_register_template  361 crypto/xcbc.c  	return crypto_register_template(&crypto_xcbc_tmpl);
crypto_register_template  279 crypto/xts.c   	return crypto_register_template(&crypto_tmpl);
crypto_register_template  104 include/crypto/algapi.h int crypto_register_template(struct crypto_template *tmpl);