Home
last modified time | relevance | path

Searched refs:nx_crypto_role_id (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/nx_secure/src/
Dnx_secure_tls_session_create_ext.c292 if(current_cipher.nx_crypto_role_id == NX_CRYPTO_ROLE_NONE) in _map_tls_ciphersuites()
321 …status = _find_cipher(cipher_id, current_cipher.nx_crypto_role_id, cipher_map[suite] -> nx_crypto_… in _map_tls_ciphersuites()
329 switch(current_cipher.nx_crypto_role_id) in _map_tls_ciphersuites()
415 if(current_cipher.nx_crypto_role_id == NX_CRYPTO_ROLE_NONE) in _map_x509_ciphersuites()
441 …status = _find_cipher(cipher_id, current_cipher.nx_crypto_role_id, 0, crypto_array, crypto_array_s… in _map_x509_ciphersuites()
449 switch(current_cipher.nx_crypto_role_id) in _map_x509_ciphersuites()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto.h348 UINT nx_crypto_role_id; member