Searched refs:remote_public_key_len (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_dh.c | 256 ULONG remote_public_key_len, in _nx_crypto_dh_compute_secret() argument 275 if (remote_public_key_len > dh_ptr -> nx_crypto_dh_key_size) in _nx_crypto_dh_compute_secret() 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 | 368 ULONG remote_public_key_len, in _nx_crypto_ecdh_compute_secret() argument 392 if (remote_public_key_len > 1 + 2 * key_size) in _nx_crypto_ecdh_compute_secret() 409 status = _nx_crypto_ec_point_setup(&public_key, remote_public_key, remote_public_key_len); in _nx_crypto_ecdh_compute_secret() 1133 ULONG remote_public_key_len, in _nx_crypto_ecdh_compute_secret_x25519_448() argument 1156 if (remote_public_key_len != key_size) in _nx_crypto_ecdh_compute_secret_x25519_448() 1172 …_crypto_ec_point_x.nx_crypto_huge_number_data, remote_public_key, remote_public_key_len); /* Use c… in _nx_crypto_ecdh_compute_secret_x25519_448()
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ecdh.h | 117 ULONG remote_public_key_len, 161 ULONG remote_public_key_len,
|
D | nx_crypto_dh.h | 110 ULONG remote_public_key_len,
|