Searched refs:nx_crypto_ec_g (Results 1 – 6 of 6) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ecjpake.c | 184 status = _nx_crypto_ec_key_pair_generation_extra(curve, &curve -> nx_crypto_ec_g, &private_key, in _nx_crypto_ecjpake_hello_generate() 195 &curve -> nx_crypto_ec_g, in _nx_crypto_ecjpake_hello_generate() 235 status = _nx_crypto_ec_key_pair_generation_extra(curve, &curve -> nx_crypto_ec_g, in _nx_crypto_ecjpake_hello_generate() 247 &curve -> nx_crypto_ec_g, in _nx_crypto_ecjpake_hello_generate() 382 &curve -> nx_crypto_ec_g, in _nx_crypto_ecjpake_hello_process() 421 &curve -> nx_crypto_ec_g, in _nx_crypto_ecjpake_hello_process()
|
D | nx_crypto_method_self_test_ecdsa.c | 228 status = _nx_crypto_ec_key_pair_generation_extra(curve, &curve -> nx_crypto_ec_g, &private_key, in _nx_crypto_method_self_test_ecdsa()
|
D | nx_crypto_ecdsa.c | 159 _nx_crypto_ec_key_pair_generation_extra(curve, &curve -> nx_crypto_ec_g, &k, &pt, in _nx_crypto_ecdsa_sign() 464 curve -> nx_crypto_ec_multiple(curve, &curve -> nx_crypto_ec_g, &u1, &pt, scratch); in _nx_crypto_ecdsa_verify()
|
D | nx_crypto_ecdh.c | 292 _nx_crypto_ec_key_pair_generation_extra(curve, &curve -> nx_crypto_ec_g, &private_key, in _nx_crypto_ecdh_setup() 1061 …status = _nx_crypto_ec_key_pair_generation_x25519_448(curve, &curve -> nx_crypto_ec_g, &private_ke… in _nx_crypto_ecdh_setup_x25519_448()
|
D | nx_crypto_ec.c | 2882 if ((curve -> nx_crypto_ec_fixed_points) && (&curve -> nx_crypto_ec_g == g)) in _nx_crypto_ec_fp_projective_multiple() 3022 g = &curve -> nx_crypto_ec_g; in _nx_crypto_ec_fp_fixed_multiple() 3271 status = _nx_crypto_ec_key_pair_generation_extra(curve, &curve -> nx_crypto_ec_g, &private_key, in _nx_crypto_ec_key_pair_stream_generate() 3376 g = &curve -> nx_crypto_ec_g; in _nx_crypto_ec_precomputation() 3582 curve -> nx_crypto_ec_g.nx_crypto_ec_point_x.nx_crypto_huge_buffer_size, in _nx_crypto_ec_fixed_output()
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ec.h | 136 NX_CRYPTO_EC_POINT nx_crypto_ec_g; member
|