Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Decdh.c208 ret = crypto_register_kpp(&ecdh_nist_p192); in ecdh_init()
211 ret = crypto_register_kpp(&ecdh_nist_p256); in ecdh_init()
215 ret = crypto_register_kpp(&ecdh_nist_p384); in ecdh_init()
Dkpp.c116 int crypto_register_kpp(struct kpp_alg *alg) in crypto_register_kpp() function
123 EXPORT_SYMBOL_GPL(crypto_register_kpp);
Dcurve25519-generic.c77 return crypto_register_kpp(&curve25519_alg); in curve25519_init()
Ddh.c900 err = crypto_register_kpp(&dh); in dh_init()
/linux-5.19.10/include/crypto/internal/
Dkpp.h134 int crypto_register_kpp(struct kpp_alg *alg);
/linux-5.19.10/arch/arm/crypto/
Dcurve25519-glue.c120 crypto_register_kpp(&curve25519_alg) : 0; in arm_curve25519_init()
/linux-5.19.10/drivers/crypto/
Datmel-ecc.c331 ret = crypto_register_kpp(&atmel_ecdh_nist_p256); in atmel_ecc_probe()
/linux-5.19.10/drivers/crypto/keembay/
Dkeembay-ocs-ecc.c944 rc = crypto_register_kpp(&ocs_ecdh_p256); in kmb_ocs_ecc_probe()
951 rc = crypto_register_kpp(&ocs_ecdh_p384); in kmb_ocs_ecc_probe()
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c2078 ret = crypto_register_kpp(&ecdh_nist_p192); in hpre_register_ecdh()
2082 ret = crypto_register_kpp(&ecdh_nist_p256); in hpre_register_ecdh()
2086 ret = crypto_register_kpp(&ecdh_nist_p384); in hpre_register_ecdh()
2115 ret = crypto_register_kpp(&dh); in hpre_algs_register()
2123 ret = crypto_register_kpp(&curve25519_alg); in hpre_algs_register()
/linux-5.19.10/arch/x86/crypto/
Dcurve25519-x86_64.c1708 crypto_register_kpp(&curve25519_alg) : 0; in curve25519_mod_init()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1292 ret = crypto_register_kpp(&dh); in qat_asym_algs_register()