crypto_register_template  653 crypto/adiantum.c 	return crypto_register_template(&adiantum_tmpl);
crypto_register_template  494 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_register_template);
crypto_register_template  501 crypto/algapi.c 		err = crypto_register_template(&tmpls[i]);
crypto_register_template  498 crypto/authenc.c 	return crypto_register_template(&crypto_authenc_tmpl);
crypto_register_template  513 crypto/authencesn.c 	return crypto_register_template(&crypto_authenc_esn_tmpl);
crypto_register_template   88 crypto/cbc.c   	return crypto_register_template(&crypto_cbc_tmpl);
crypto_register_template  238 crypto/cfb.c   	return crypto_register_template(&crypto_cfb_tmpl);
crypto_register_template  303 crypto/cmac.c  	return crypto_register_template(&crypto_cmac_tmpl);
crypto_register_template 1133 crypto/cryptd.c 	err = crypto_register_template(&cryptd_tmpl);
crypto_register_template  418 crypto/cts.c   	return crypto_register_template(&crypto_cts_tmpl);
crypto_register_template   91 crypto/ecb.c   	return crypto_register_template(&crypto_ecb_tmpl);
crypto_register_template  164 crypto/echainiv.c 	return crypto_register_template(&echainiv_tmpl);
crypto_register_template  650 crypto/essiv.c 	return crypto_register_template(&essiv_tmpl);
crypto_register_template  251 crypto/hmac.c  	return crypto_register_template(&hmac_tmpl);
crypto_register_template  305 crypto/keywrap.c 	return crypto_register_template(&crypto_kw_tmpl);
crypto_register_template  428 crypto/lrw.c   	return crypto_register_template(&crypto_tmpl);
crypto_register_template   90 crypto/ofb.c   	return crypto_register_template(&crypto_ofb_tmpl);
crypto_register_template  181 crypto/pcbc.c  	return crypto_register_template(&crypto_pcbc_tmpl);
crypto_register_template  382 crypto/pcrypt.c 	return crypto_register_template(&pcrypt_tmpl);
crypto_register_template  266 crypto/rsa.c   	err = crypto_register_template(&rsa_pkcs1pad_tmpl);
crypto_register_template  201 crypto/seqiv.c 	return crypto_register_template(&seqiv_tmpl);
crypto_register_template  685 crypto/vmac.c  	return crypto_register_template(&vmac64_tmpl);
crypto_register_template  265 crypto/xcbc.c  	return crypto_register_template(&crypto_xcbc_tmpl);
crypto_register_template  466 crypto/xts.c   	return crypto_register_template(&crypto_tmpl);
crypto_register_template  140 include/crypto/algapi.h int crypto_register_template(struct crypto_template *tmpl);