crypto_unregister_template  658 crypto/adiantum.c 	crypto_unregister_template(&adiantum_tmpl);
crypto_unregister_template  509 crypto/algapi.c 		crypto_unregister_template(&tmpls[i]);
crypto_unregister_template  541 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_unregister_template);
crypto_unregister_template  548 crypto/algapi.c 		crypto_unregister_template(&tmpls[i]);
crypto_unregister_template  503 crypto/authenc.c 	crypto_unregister_template(&crypto_authenc_tmpl);
crypto_unregister_template  518 crypto/authencesn.c 	crypto_unregister_template(&crypto_authenc_esn_tmpl);
crypto_unregister_template   93 crypto/cbc.c   	crypto_unregister_template(&crypto_cbc_tmpl);
crypto_unregister_template  243 crypto/cfb.c   	crypto_unregister_template(&crypto_cfb_tmpl);
crypto_unregister_template  308 crypto/cmac.c  	crypto_unregister_template(&crypto_cmac_tmpl);
crypto_unregister_template 1150 crypto/cryptd.c 	crypto_unregister_template(&cryptd_tmpl);
crypto_unregister_template  423 crypto/cts.c   	crypto_unregister_template(&crypto_cts_tmpl);
crypto_unregister_template   96 crypto/ecb.c   	crypto_unregister_template(&crypto_ecb_tmpl);
crypto_unregister_template  169 crypto/echainiv.c 	crypto_unregister_template(&echainiv_tmpl);
crypto_unregister_template  655 crypto/essiv.c 	crypto_unregister_template(&essiv_tmpl);
crypto_unregister_template  256 crypto/hmac.c  	crypto_unregister_template(&hmac_tmpl);
crypto_unregister_template  310 crypto/keywrap.c 	crypto_unregister_template(&crypto_kw_tmpl);
crypto_unregister_template  433 crypto/lrw.c   	crypto_unregister_template(&crypto_tmpl);
crypto_unregister_template   95 crypto/ofb.c   	crypto_unregister_template(&crypto_ofb_tmpl);
crypto_unregister_template  186 crypto/pcbc.c  	crypto_unregister_template(&crypto_pcbc_tmpl);
crypto_unregister_template  394 crypto/pcrypt.c 	crypto_unregister_template(&pcrypt_tmpl);
crypto_unregister_template  277 crypto/rsa.c   	crypto_unregister_template(&rsa_pkcs1pad_tmpl);
crypto_unregister_template  206 crypto/seqiv.c 	crypto_unregister_template(&seqiv_tmpl);
crypto_unregister_template  690 crypto/vmac.c  	crypto_unregister_template(&vmac64_tmpl);
crypto_unregister_template  270 crypto/xcbc.c  	crypto_unregister_template(&crypto_xcbc_tmpl);
crypto_unregister_template  471 crypto/xts.c   	crypto_unregister_template(&crypto_tmpl);
crypto_unregister_template  142 include/crypto/algapi.h void crypto_unregister_template(struct crypto_template *tmpl);