HomeSort by relevance Sort by last modified time
    Searched refs:client_hello_ext (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/tls/
tlsv1_client_i.h 48 u8 *client_hello_ext; member in struct:tlsv1_client
tlsv1_client.c 488 os_free(conn->client_hello_ext);
649 os_free(conn->client_hello_ext);
650 conn->client_hello_ext = NULL;
656 pos = conn->client_hello_ext = os_malloc(6 + data_len);
tlsv1_client_write.c 104 if (conn->client_hello_ext) {
105 os_memcpy(pos, conn->client_hello_ext,

Completed in 21 milliseconds