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 493 os_free(conn->client_hello_ext);
654 os_free(conn->client_hello_ext);
655 conn->client_hello_ext = NULL;
661 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 1285 milliseconds