Home
last modified time | relevance | path

Searched refs:_nx_crypto_ec_point_setup (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecjpake.c353 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()
Dnx_crypto_ecdsa.c379 status = _nx_crypto_ec_point_setup(&pubkey, public_key, public_key_length); in _nx_crypto_ecdsa_verify()
Dnx_crypto_ecdh.c409 status = _nx_crypto_ec_point_setup(&public_key, remote_public_key, remote_public_key_len); in _nx_crypto_ecdh_compute_secret()
Dnx_crypto_ec.c867 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/
Dnx_crypto_ec.h490 UINT _nx_crypto_ec_point_setup(NX_CRYPTO_EC_POINT *point, UCHAR *byte_stream, UINT byte_stream_size…