Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecjpake.c184 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()
Dnx_crypto_method_self_test_ecdsa.c228 status = _nx_crypto_ec_key_pair_generation_extra(curve, &curve -> nx_crypto_ec_g, &private_key, in _nx_crypto_method_self_test_ecdsa()
Dnx_crypto_ecdsa.c159 _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()
Dnx_crypto_ecdh.c292 _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()
Dnx_crypto_ec.c2882 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/
Dnx_crypto_ec.h136 NX_CRYPTO_EC_POINT nx_crypto_ec_g; member