Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_process_clienthello.c125 USHORT new_ciphersuite_priority = 0; in _nx_secure_tls_process_clienthello() local
497 …re_tls_ciphersuite_lookup(tls_session, cipher_entry, &ciphersuite_info, &new_ciphersuite_priority); in _nx_secure_tls_process_clienthello()
500 if ((status == NX_SUCCESS) && (new_ciphersuite_priority < ciphersuite_priority)) in _nx_secure_tls_process_clienthello()
509 ciphersuite_priority = new_ciphersuite_priority; in _nx_secure_tls_process_clienthello()
Dnx_secure_dtls_process_clienthello.c115 USHORT new_ciphersuite_priority = 0; in _nx_secure_dtls_process_clienthello() local
384 …re_tls_ciphersuite_lookup(tls_session, cipher_entry, &ciphersuite_info, &new_ciphersuite_priority); in _nx_secure_dtls_process_clienthello()
386 if (status == NX_SUCCESS && (new_ciphersuite_priority < ciphersuite_priority)) in _nx_secure_dtls_process_clienthello()
393 ciphersuite_priority = new_ciphersuite_priority; in _nx_secure_dtls_process_clienthello()