Searched refs:ciphersuite_list (Results 1 – 3 of 3) sorted by relevance
128 UCHAR *ciphersuite_list; in _nx_secure_tls_process_clienthello() local292 ciphersuite_list = &packet_buffer[length]; in _nx_secure_tls_process_clienthello()485 cipher_entry = (USHORT)((ciphersuite_list[i] << 8) + ciphersuite_list[i + 1]); in _nx_secure_tls_process_clienthello()488 if ((tls_session -> nx_secure_tls_1_3 == NX_TRUE) ^ (ciphersuite_list[i] == 0x13)) in _nx_secure_tls_process_clienthello()
119 UCHAR *ciphersuite_list; in _nx_secure_dtls_process_clienthello() local246 ciphersuite_list = packet_buffer; in _nx_secure_dtls_process_clienthello()382 cipher_entry = (USHORT)((ciphersuite_list[i] << 8) + ciphersuite_list[i + 1]); in _nx_secure_dtls_process_clienthello()
404 static UINT ciphersuite_list[] = { TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 }; variable405 static CIPHERSUITE ciphersuites_client = { ciphersuite_list, 1, NX_FALSE, NX_NULL};