Searched refs:remote_public_key (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ecdh.h | 116 UCHAR *remote_public_key, 160 UCHAR *remote_public_key,
|
D | nx_crypto_dh.h | 109 UCHAR *remote_public_key,
|
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_dh.c | 255 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()
|
D | nx_crypto_ecdh.c | 367 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()
|