Searched refs:_nx_crypto_ec_point_setup (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ecjpake.c | 353 status = _nx_crypto_ec_point_setup(&ecjpake -> nx_crypto_ecjpake_public_x3, in _nx_crypto_ecjpake_hello_process() 364 status = _nx_crypto_ec_point_setup(&v, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process() 394 status = _nx_crypto_ec_point_setup(&ecjpake -> nx_crypto_ecjpake_public_x4, in _nx_crypto_ecjpake_hello_process() 405 status = _nx_crypto_ec_point_setup(&v, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_hello_process() 672 status = _nx_crypto_ec_point_setup(&public_key, in _nx_crypto_ecjpake_key_exchange_process() 684 _nx_crypto_ec_point_setup(&v, &input[total_length + 1], (UINT)input[total_length]); in _nx_crypto_ecjpake_key_exchange_process()
|
D | nx_crypto_ecdsa.c | 379 status = _nx_crypto_ec_point_setup(&pubkey, public_key, public_key_length); in _nx_crypto_ecdsa_verify()
|
D | nx_crypto_ecdh.c | 409 status = _nx_crypto_ec_point_setup(&public_key, remote_public_key, remote_public_key_len); in _nx_crypto_ecdh_compute_secret()
|
D | nx_crypto_ec.c | 867 NX_CRYPTO_KEEP UINT _nx_crypto_ec_point_setup(NX_CRYPTO_EC_POINT *point, UCHAR *byte_stream, UINT b… in _nx_crypto_ec_point_setup() function
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ec.h | 490 UINT _nx_crypto_ec_point_setup(NX_CRYPTO_EC_POINT *point, UCHAR *byte_stream, UINT byte_stream_size…
|