Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/tls/
Dtlsv1_client_write.c47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; in tls_send_client_hello() local
76 hello = os_malloc(len); in tls_send_client_hello()
77 if (hello == NULL) in tls_send_client_hello()
79 end = hello + len; in tls_send_client_hello()
81 rhdr = hello; in tls_send_client_hello()
242 os_free(hello); in tls_send_client_hello()
248 return hello; in tls_send_client_hello()