Searched refs:crypto_unregister_template (Results 1 - 23 of 23) sorted by relevance

/linux-master/crypto/
H A Dechainiv.c157 crypto_unregister_template(&echainiv_tmpl);
H A Dkeywrap.c310 crypto_unregister_template(&crypto_kw_tmpl);
H A Dxctr.c182 crypto_unregister_template(&crypto_xctr_tmpl);
H A Dseqiv.c179 crypto_unregister_template(&seqiv_tmpl);
H A Dxcbc.c255 crypto_unregister_template(&crypto_xcbc_tmpl);
H A Dalgapi.c581 crypto_unregister_template(&tmpls[i]);
586 void crypto_unregister_template(struct crypto_template *tmpl) function
613 EXPORT_SYMBOL_GPL(crypto_unregister_template); variable
620 crypto_unregister_template(&tmpls[i]);
H A Decb.c219 crypto_unregister_template(&crypto_ecb_tmpl);
H A Dcbc.c179 crypto_unregister_template(&crypto_cbc_tmpl);
H A Dpcbc.c186 crypto_unregister_template(&crypto_pcbc_tmpl);
H A Dlrw.c420 crypto_unregister_template(&lrw_tmpl);
H A Dhmac.c259 crypto_unregister_template(&hmac_tmpl);
H A Dcmac.c307 crypto_unregister_template(&crypto_cmac_tmpl);
H A Drsa.c415 crypto_unregister_template(&rsa_pkcs1pad_tmpl);
H A Dcts.c402 crypto_unregister_template(&crypto_cts_tmpl);
H A Dpcrypt.c372 crypto_unregister_template(&pcrypt_tmpl);
H A Dxts.c466 crypto_unregister_template(&xts_tmpl);
H A Dessiv.c643 crypto_unregister_template(&essiv_tmpl);
H A Dadiantum.c639 crypto_unregister_template(&adiantum_tmpl);
H A Dauthenc.c451 crypto_unregister_template(&crypto_authenc_tmpl);
H A Dauthencesn.c465 crypto_unregister_template(&crypto_authenc_esn_tmpl);
H A Dvmac.c687 crypto_unregister_template(&vmac64_tmpl);
H A Dcryptd.c1138 crypto_unregister_template(&cryptd_tmpl);
/linux-master/include/crypto/
H A Dalgapi.h150 void crypto_unregister_template(struct crypto_template *tmpl);

Completed in 220 milliseconds