Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_dh.c254 ULONG *share_secret_key_len_ptr, in _nx_crypto_dh_compute_secret() argument
312 if (*share_secret_key_len_ptr < key_size) in _nx_crypto_dh_compute_secret()
321 key_size, (UINT *)share_secret_key_len_ptr); in _nx_crypto_dh_compute_secret()
Dnx_crypto_ecdh.c365 ULONG share_secret_key_len_ptr, in _nx_crypto_ecdh_compute_secret() argument
399 if (share_secret_key_len_ptr < clen) in _nx_crypto_ecdh_compute_secret()
1130 ULONG share_secret_key_len_ptr, in _nx_crypto_ecdh_compute_secret_x25519_448() argument
1163 if (share_secret_key_len_ptr < clen) in _nx_crypto_ecdh_compute_secret_x25519_448()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ecdh.h114 ULONG share_secret_key_len_ptr,
158 ULONG share_secret_key_len_ptr,
Dnx_crypto_dh.h108 ULONG *share_secret_key_len_ptr,