Home
last modified time | relevance | path

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

/linux-5.19.10/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.c125 void crypto_unregister_kpp(struct kpp_alg *alg) in crypto_unregister_kpp() function
129 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-5.19.10/include/crypto/internal/
Dkpp.h145 void crypto_unregister_kpp(struct kpp_alg *alg);
/linux-5.19.10/arch/arm/crypto/
Dcurve25519-glue.c128 crypto_unregister_kpp(&curve25519_alg); in arm_curve25519_exit()
/linux-5.19.10/drivers/crypto/keembay/
Dkeembay-ocs-ecc.c961 crypto_unregister_kpp(&ocs_ecdh_p256); in kmb_ocs_ecc_probe()
982 crypto_unregister_kpp(&ocs_ecdh_p384); in kmb_ocs_ecc_remove()
983 crypto_unregister_kpp(&ocs_ecdh_p256); in kmb_ocs_ecc_remove()
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c2093 crypto_unregister_kpp(&ecdh_nist_p256); in hpre_register_ecdh()
2095 crypto_unregister_kpp(&ecdh_nist_p192); in hpre_register_ecdh()
2101 crypto_unregister_kpp(&ecdh_nist_p384); in hpre_unregister_ecdh()
2102 crypto_unregister_kpp(&ecdh_nist_p256); in hpre_unregister_ecdh()
2103 crypto_unregister_kpp(&ecdh_nist_p192); in hpre_unregister_ecdh()
2132 crypto_unregister_kpp(&dh); in hpre_algs_register()
2141 crypto_unregister_kpp(&curve25519_alg); in hpre_algs_unregister()
2145 crypto_unregister_kpp(&dh); in hpre_algs_unregister()
/linux-5.19.10/drivers/crypto/
Datmel-ecc.c356 crypto_unregister_kpp(&atmel_ecdh_nist_p256); in atmel_ecc_remove()
/linux-5.19.10/arch/x86/crypto/
Dcurve25519-x86_64.c1715 crypto_unregister_kpp(&curve25519_alg); in curve25519_mod_exit()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1304 crypto_unregister_kpp(&dh); in qat_asym_algs_unregister()