Home
last modified time | relevance | path

Searched refs:nx_crypto_ec_multiple (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ecjpake.c1242 curve -> nx_crypto_ec_multiple(curve, public_key, &h, &temp1, scratch); in _nx_crypto_ecjpake_schnorr_zkp_verify()
1243 curve -> nx_crypto_ec_multiple(curve, g, r, &temp2, scratch); in _nx_crypto_ecjpake_schnorr_zkp_verify()
1341 curve -> nx_crypto_ec_multiple(curve, g, private_key, public_key, scratch); in _nx_crypto_ecjpake_public_key_generate()
1426 curve -> nx_crypto_ec_multiple(curve, &temp1, x2, &temp2, scratch); in _nx_crypto_ecjpake_pre_master_secret_generate()
1427 curve -> nx_crypto_ec_multiple(curve, &temp2, s, &temp1, scratch); in _nx_crypto_ecjpake_pre_master_secret_generate()
1431 curve -> nx_crypto_ec_multiple(curve, &temp2, x2, &temp1, scratch); in _nx_crypto_ecjpake_pre_master_secret_generate()
Dnx_crypto_ecdsa.c463 curve -> nx_crypto_ec_multiple(curve, &curve -> nx_crypto_ec_g, &u1, &pt, scratch); in _nx_crypto_ecdsa_verify()
464 curve -> nx_crypto_ec_multiple(curve, &pubkey, &u2, &pt2, scratch); in _nx_crypto_ecdsa_verify()
Dnx_crypto_ecdh.c431 … curve -> nx_crypto_ec_multiple(curve, &public_key, &private_key, &shared_secret, scratch_buf_ptr); in _nx_crypto_ecdh_compute_secret()
1182 … curve -> nx_crypto_ec_multiple(curve, &public_key, &private_key, &shared_secret, scratch_buf_ptr); in _nx_crypto_ecdh_compute_secret_x25519_448()
Dnx_crypto_ec.c3186 curve -> nx_crypto_ec_multiple(curve, g, private_key, public_key, scratch); in _nx_crypto_ec_key_pair_generation_extra()
3417 curve -> nx_crypto_ec_multiple(curve, g, &d, &array[0], scratch_ptr); in _nx_crypto_ec_precomputation()
3425 curve -> nx_crypto_ec_multiple(curve, &array[(1 << (i - 1)) - 2], &d, in _nx_crypto_ec_precomputation()
3452 curve -> nx_crypto_ec_multiple(curve, g, &d, &array[0], scratch_ptr); in _nx_crypto_ec_precomputation()
3458 curve -> nx_crypto_ec_multiple(curve, &array[0], &d, &array[1], scratch_ptr); in _nx_crypto_ec_precomputation()
3466 curve -> nx_crypto_ec_multiple(curve, &array[(1 << (i - 1)) - 1], &d, in _nx_crypto_ec_precomputation()
5028 curve -> nx_crypto_ec_multiple(curve, g, private_key, public_key, scratch); in _nx_crypto_ec_key_pair_generation_x25519_448()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_ec_test.c97 …ec_data_x25519_448[i].curve -> nx_crypto_ec_multiple((NX_CRYPTO_EC *)ec_data_x25519_448[i].curve, … in thread_0_entry()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h147 VOID (*nx_crypto_ec_multiple)(struct NX_CRYPTO_EC_STRUCT *curve, member