Symbol: crypto_unregister_template
crypto/adiantum.c
683
crypto_unregister_template(&adiantum_tmpl);
crypto/algapi.c
572
crypto_unregister_template(&tmpls[i]);
crypto/algapi.c
606
EXPORT_SYMBOL_GPL(crypto_unregister_template);
crypto/algapi.c
613
crypto_unregister_template(&tmpls[i]);
crypto/authenc.c
446
crypto_unregister_template(&crypto_authenc_tmpl);
crypto/authencesn.c
449
crypto_unregister_template(&crypto_authenc_esn_tmpl);
crypto/cbc.c
179
crypto_unregister_template(&crypto_cbc_tmpl);
crypto/cmac.c
251
crypto_unregister_template(&crypto_cmac_tmpl);
crypto/cryptd.c
1145
crypto_unregister_template(&cryptd_tmpl);
crypto/cts.c
402
crypto_unregister_template(&crypto_cts_tmpl);
crypto/ecb.c
219
crypto_unregister_template(&crypto_ecb_tmpl);
crypto/ecdsa.c
308
crypto_unregister_template(&ecdsa_x962_tmpl);
crypto/ecdsa.c
327
crypto_unregister_template(&ecdsa_x962_tmpl);
crypto/ecdsa.c
328
crypto_unregister_template(&ecdsa_p1363_tmpl);
crypto/echainiv.c
145
crypto_unregister_template(&echainiv_tmpl);
crypto/essiv.c
639
crypto_unregister_template(&essiv_tmpl);
crypto/krb5enc.c
496
crypto_unregister_template(&crypto_krb5enc_tmpl);
crypto/lrw.c
420
crypto_unregister_template(&lrw_tmpl);
crypto/pcbc.c
186
crypto_unregister_template(&crypto_pcbc_tmpl);
crypto/pcrypt.c
373
crypto_unregister_template(&pcrypt_tmpl);
crypto/rsa.c
420
crypto_unregister_template(&rsa_pkcs1pad_tmpl);
crypto/rsa.c
428
crypto_unregister_template(&rsassa_pkcs1_tmpl);
crypto/rsa.c
429
crypto_unregister_template(&rsa_pkcs1pad_tmpl);
crypto/seqiv.c
170
crypto_unregister_template(&seqiv_tmpl);
crypto/xcbc.c
199
crypto_unregister_template(&crypto_xcbc_tmpl);
crypto/xctr.c
182
crypto_unregister_template(&crypto_xctr_tmpl);
crypto/xts.c
466
crypto_unregister_template(&xts_tmpl);
include/crypto/algapi.h
143
void crypto_unregister_template(struct crypto_template *tmpl);