crypto_unregister_template
crypto_unregister_template(&adiantum_tmpl);
crypto_unregister_template(&tmpls[i]);
EXPORT_SYMBOL_GPL(crypto_unregister_template);
crypto_unregister_template(&tmpls[i]);
crypto_unregister_template(&crypto_authenc_tmpl);
crypto_unregister_template(&crypto_authenc_esn_tmpl);
crypto_unregister_template(&crypto_cbc_tmpl);
crypto_unregister_template(&crypto_cmac_tmpl);
crypto_unregister_template(&cryptd_tmpl);
crypto_unregister_template(&crypto_cts_tmpl);
crypto_unregister_template(&crypto_ecb_tmpl);
crypto_unregister_template(&ecdsa_x962_tmpl);
crypto_unregister_template(&ecdsa_x962_tmpl);
crypto_unregister_template(&ecdsa_p1363_tmpl);
crypto_unregister_template(&echainiv_tmpl);
crypto_unregister_template(&essiv_tmpl);
crypto_unregister_template(&crypto_krb5enc_tmpl);
crypto_unregister_template(&lrw_tmpl);
crypto_unregister_template(&crypto_pcbc_tmpl);
crypto_unregister_template(&pcrypt_tmpl);
crypto_unregister_template(&rsa_pkcs1pad_tmpl);
crypto_unregister_template(&rsassa_pkcs1_tmpl);
crypto_unregister_template(&rsa_pkcs1pad_tmpl);
crypto_unregister_template(&seqiv_tmpl);
crypto_unregister_template(&crypto_xcbc_tmpl);
crypto_unregister_template(&crypto_xctr_tmpl);
crypto_unregister_template(&xts_tmpl);
void crypto_unregister_template(struct crypto_template *tmpl);