OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
);
712
os_free(conn->
client_hello_ext
);
713
conn->
client_hello_ext
= NULL;
719
pos = conn->
client_hello_ext
= os_malloc(4 + data_len);
tlsv1_client_write.c
156
if (conn->
client_hello_ext
) {
157
os_memcpy(pos, conn->
client_hello_ext
,
Completed in 165 milliseconds