Searched refs:nx_crypto_ec_multiple (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_ecjpake.c | 1242 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()
|
| D | nx_crypto_ecdsa.c | 463 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()
|
| D | nx_crypto_ecdh.c | 431 … 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()
|
| D | nx_crypto_ec.c | 3186 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/ |
| D | nx_secure_ec_test.c | 97 …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/ |
| D | nx_crypto_ec.h | 147 VOID (*nx_crypto_ec_multiple)(struct NX_CRYPTO_EC_STRUCT *curve, member
|