Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Decdh.c222 crypto_unregister_kpp(&ecdh_nist_p256); in ecdh_init()
226 crypto_unregister_kpp(&ecdh_nist_p192); in ecdh_init()
233 crypto_unregister_kpp(&ecdh_nist_p192); in ecdh_exit()
234 crypto_unregister_kpp(&ecdh_nist_p256); in ecdh_exit()
235 crypto_unregister_kpp(&ecdh_nist_p384); in ecdh_exit()
Dkpp.c131 void crypto_unregister_kpp(struct kpp_alg *alg) in crypto_unregister_kpp() function
135 EXPORT_SYMBOL_GPL(crypto_unregister_kpp);
Dcurve25519-generic.c82 crypto_unregister_kpp(&curve25519_alg); in curve25519_exit()
Ddh.c907 crypto_unregister_kpp(&dh); in dh_init()
918 crypto_unregister_kpp(&dh); in dh_exit()
/linux-6.1.9/include/crypto/internal/
Dkpp.h145 void crypto_unregister_kpp(struct kpp_alg *alg);
/linux-6.1.9/arch/arm/crypto/
Dcurve25519-glue.c128 crypto_unregister_kpp(&curve25519_alg); in arm_curve25519_exit()
/linux-6.1.9/drivers/crypto/keembay/
Dkeembay-ocs-ecc.c961 crypto_unregister_kpp(&ocs_ecdh_p256); in kmb_ocs_ecc_probe()
980 crypto_unregister_kpp(&ocs_ecdh_p384); in kmb_ocs_ecc_remove()
981 crypto_unregister_kpp(&ocs_ecdh_p256); in kmb_ocs_ecc_remove()
/linux-6.1.9/drivers/crypto/
Datmel-ecc.c364 crypto_unregister_kpp(&atmel_ecdh_nist_p256); in atmel_ecc_remove()
/linux-6.1.9/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c2119 crypto_unregister_kpp(&dh); in hpre_unregister_dh()
2142 crypto_unregister_kpp(&ecdh_curves[i]); in hpre_register_ecdh()
2155 crypto_unregister_kpp(&ecdh_curves[i]); in hpre_unregister_ecdh()
2177 crypto_unregister_kpp(&curve25519_alg); in hpre_unregister_x25519()
/linux-6.1.9/arch/x86/crypto/
Dcurve25519-x86_64.c1715 crypto_unregister_kpp(&curve25519_alg); in curve25519_mod_exit()
/linux-6.1.9/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1304 crypto_unregister_kpp(&dh); in qat_asym_algs_unregister()