crypto_unregister_template  484 crypto/authenc.c 	crypto_unregister_template(&crypto_authenc_tmpl);
crypto_unregister_template  284 crypto/cbc.c   	crypto_unregister_template(&crypto_cbc_tmpl);
crypto_unregister_template  870 crypto/ccm.c   	crypto_unregister_template(&crypto_ccm_tmpl);
crypto_unregister_template  872 crypto/ccm.c   	crypto_unregister_template(&crypto_ccm_base_tmpl);
crypto_unregister_template  878 crypto/ccm.c   	crypto_unregister_template(&crypto_rfc4309_tmpl);
crypto_unregister_template  879 crypto/ccm.c   	crypto_unregister_template(&crypto_ccm_tmpl);
crypto_unregister_template  880 crypto/ccm.c   	crypto_unregister_template(&crypto_ccm_base_tmpl);
crypto_unregister_template  354 crypto/chainiv.c 	crypto_unregister_template(&chainiv_tmpl);
crypto_unregister_template  616 crypto/cryptd.c 	crypto_unregister_template(&cryptd_tmpl);
crypto_unregister_template  407 crypto/ctr.c   	crypto_unregister_template(&crypto_ctr_tmpl);
crypto_unregister_template  413 crypto/ctr.c   	crypto_unregister_template(&crypto_rfc3686_tmpl);
crypto_unregister_template  414 crypto/ctr.c   	crypto_unregister_template(&crypto_ctr_tmpl);
crypto_unregister_template  346 crypto/cts.c   	crypto_unregister_template(&crypto_cts_tmpl);
crypto_unregister_template  180 crypto/ecb.c   	crypto_unregister_template(&crypto_ecb_tmpl);
crypto_unregister_template  275 crypto/eseqiv.c 	crypto_unregister_template(&eseqiv_tmpl);
crypto_unregister_template  803 crypto/gcm.c   	crypto_unregister_template(&crypto_gcm_tmpl);
crypto_unregister_template  805 crypto/gcm.c   	crypto_unregister_template(&crypto_gcm_base_tmpl);
crypto_unregister_template  811 crypto/gcm.c   	crypto_unregister_template(&crypto_rfc4106_tmpl);
crypto_unregister_template  812 crypto/gcm.c   	crypto_unregister_template(&crypto_gcm_tmpl);
crypto_unregister_template  813 crypto/gcm.c   	crypto_unregister_template(&crypto_gcm_base_tmpl);
crypto_unregister_template  291 crypto/hmac.c  	crypto_unregister_template(&hmac_tmpl);
crypto_unregister_template  301 crypto/lrw.c   	crypto_unregister_template(&crypto_tmpl);
crypto_unregister_template  290 crypto/pcbc.c  	crypto_unregister_template(&crypto_pcbc_tmpl);
crypto_unregister_template  357 crypto/seqiv.c 	crypto_unregister_template(&seqiv_tmpl);
crypto_unregister_template  366 crypto/xcbc.c  	crypto_unregister_template(&crypto_xcbc_tmpl);
crypto_unregister_template  284 crypto/xts.c   	crypto_unregister_template(&crypto_tmpl);
crypto_unregister_template  105 include/crypto/algapi.h void crypto_unregister_template(struct crypto_template *tmpl);