Home
last modified time | relevance | path

Searched refs:crypto_unregister_kpp (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/crypto/
H A Decdh.c227 crypto_unregister_kpp(&ecdh_nist_p256); in ecdh_init()
231 crypto_unregister_kpp(&ecdh_nist_p192); in ecdh_init()
238 crypto_unregister_kpp(&ecdh_nist_p192); in ecdh_exit()
239 crypto_unregister_kpp(&ecdh_nist_p256); in ecdh_exit()
240 crypto_unregister_kpp(&ecdh_nist_p384); in ecdh_exit()
H A Dkpp.c124 void crypto_unregister_kpp(struct kpp_alg *alg) in crypto_unregister_kpp() function
128 EXPORT_SYMBOL_GPL(crypto_unregister_kpp);
H A Dcurve25519-generic.c82 crypto_unregister_kpp(&curve25519_alg); in curve25519_exit()
H A Ddh.c909 crypto_unregister_kpp(&dh); in dh_init()
920 crypto_unregister_kpp(&dh); in dh_exit()
H A Dcrypto_engine.c689 crypto_unregister_kpp(&alg->base); in crypto_engine_unregister_kpp()
/linux-6.15/include/crypto/internal/
H A Dkpp.h173 void crypto_unregister_kpp(struct kpp_alg *alg);
/linux-6.15/arch/arm/crypto/
H A Dcurve25519-glue.c128 crypto_unregister_kpp(&curve25519_alg); in arm_curve25519_exit()
/linux-6.15/drivers/crypto/
H A Datmel-ecc.c363 crypto_unregister_kpp(&atmel_ecdh_nist_p256); in atmel_ecc_remove()
/linux-6.15/arch/powerpc/crypto/
H A Dcurve25519-ppc64le-core.c290 crypto_unregister_kpp(&curve25519_alg); in curve25519_mod_exit()
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c2152 crypto_unregister_kpp(&dh); in hpre_unregister_dh()
2175 crypto_unregister_kpp(&ecdh_curves[i]); in hpre_register_ecdh()
2188 crypto_unregister_kpp(&ecdh_curves[i]); in hpre_unregister_ecdh()
2210 crypto_unregister_kpp(&curve25519_alg); in hpre_unregister_x25519()
/linux-6.15/arch/x86/crypto/
H A Dcurve25519-x86_64.c1715 crypto_unregister_kpp(&curve25519_alg); in curve25519_mod_exit()
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1358 crypto_unregister_kpp(&dh); in qat_asym_algs_unregister()