OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_hello_ext
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/wpa/dist/src/tls/
tlsv1_client_i.h
51
u8 *
client_hello_ext
;
member in struct:tlsv1_client
tlsv1_client_i.h
51
u8 *
client_hello_ext
;
member in struct:tlsv1_client
tlsv1_client.c
517
os_free(conn->
client_hello_ext
);
736
os_free(conn->
client_hello_ext
);
737
conn->
client_hello_ext
= NULL;
743
pos = conn->
client_hello_ext
= os_malloc(4 + data_len);
tlsv1_client.c
517
os_free(conn->
client_hello_ext
);
736
os_free(conn->
client_hello_ext
);
737
conn->
client_hello_ext
= NULL;
743
pos = conn->
client_hello_ext
= os_malloc(4 + data_len);
tlsv1_client_write.c
144
if (conn->
client_hello_ext
) {
145
os_memcpy(pos, conn->
client_hello_ext
,
tlsv1_client_write.c
144
if (conn->
client_hello_ext
) {
145
os_memcpy(pos, conn->
client_hello_ext
,
Completed in 44 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026