Searched refs:new_ciphersuite_priority (Results 1 – 2 of 2) sorted by relevance
125 USHORT new_ciphersuite_priority = 0; in _nx_secure_tls_process_clienthello() local497 …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()
115 USHORT new_ciphersuite_priority = 0; in _nx_secure_dtls_process_clienthello() local384 …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()