Home
last modified time | relevance | path

Searched refs:remote_public_key (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ecdh.h116 UCHAR *remote_public_key,
160 UCHAR *remote_public_key,
Dnx_crypto_dh.h109 UCHAR *remote_public_key,
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_dh.c255 UCHAR *remote_public_key, in _nx_crypto_dh_compute_secret() argument
287 _nx_crypto_huge_number_setup(&public_key, remote_public_key, remote_public_key_len); in _nx_crypto_dh_compute_secret()
Dnx_crypto_ecdh.c367 UCHAR *remote_public_key, in _nx_crypto_ecdh_compute_secret() argument
409 status = _nx_crypto_ec_point_setup(&public_key, remote_public_key, remote_public_key_len); in _nx_crypto_ecdh_compute_secret()
1132 UCHAR *remote_public_key, in _nx_crypto_ecdh_compute_secret_x25519_448() argument
1172 …NX_CRYPTO_MEMCPY(public_key.nx_crypto_ec_point_x.nx_crypto_huge_number_data, remote_public_key, re… in _nx_crypto_ecdh_compute_secret_x25519_448()