Searched refs:ciphersuite_priority (Results 1 – 4 of 4) sorted by relevance
124 USHORT ciphersuite_priority; in _nx_secure_tls_process_clienthello() local480 ciphersuite_priority = (USHORT)(0xFFFFFFFF); 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()
97 USHORT ciphersuite_priority; in _nx_secure_tls_process_serverhello() local194 …ls_session, ciphersuite, &tls_session -> nx_secure_tls_session_ciphersuite, &ciphersuite_priority); in _nx_secure_tls_process_serverhello()
114 USHORT ciphersuite_priority; in _nx_secure_dtls_process_clienthello() local377 ciphersuite_priority = (USHORT)(0xFFFFFFFF); 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()
1513 … const NX_SECURE_TLS_CIPHERSUITE_INFO **info, USHORT *ciphersuite_priority);