Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_i.h84 u8 * tls_send_client_hello(struct tlsv1_client *conn, size_t *out_len);
Dtlsv1_client.c156 return tls_send_client_hello(conn, out_len); in tlsv1_client_handshake()
Dtlsv1_client_write.c45 u8 * tls_send_client_hello(struct tlsv1_client *conn, size_t *out_len) in tls_send_client_hello() function
/external/syslinux/gpxe/src/net/
Dtls.c616 static int tls_send_client_hello ( struct tls_session *tls ) { in tls_send_client_hello() function
1664 if ( ( rc = tls_send_client_hello ( tls ) ) != 0 ) { in tls_step()