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 51 u8 *client_hello_ext; member in struct:tlsv1_client
tlsv1_client.c 493 os_free(conn->client_hello_ext);
688 os_free(conn->client_hello_ext);
689 conn->client_hello_ext = NULL;
695 pos = conn->client_hello_ext = os_malloc(4 + data_len);
tlsv1_client_write.c 153 if (conn->client_hello_ext) {
154 os_memcpy(pos, conn->client_hello_ext,

Completed in 91 milliseconds