Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dtls_none.c111 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
H A Dtls.h453 struct wpabuf * tls_connection_handshake(void *tls_ctx,
H A Dtls_internal.c464 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
H A Dtls_gnutls.c1447 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
1573 return tls_connection_handshake(tls_ctx, conn, in_data, appl_data); in tls_connection_server_handshake()
H A Dtls_wolfssl.c1773 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
H A Dtls_openssl.c4719 tls_connection_handshake(void *ssl_ctx, struct tls_connection *conn, in tls_connection_handshake() function
/freebsd/contrib/wpa/src/radius/
H A Dradius_client.c999 out = tls_connection_handshake(radius->tls_ctx, conn, in, &appl); in radius_client_process_tls_handshake()
1377 out = tls_connection_handshake(radius->tls_ctx, conn, in, &appl); in radius_client_write_ready()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c603 data->tls_out = tls_connection_handshake(data->ssl_ctx, data->conn, in eap_tls_process_input()