Searched refs:tls_connection_handshake (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_none.c | 111 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
|
H A D | tls.h | 453 struct wpabuf * tls_connection_handshake(void *tls_ctx,
|
H A D | tls_internal.c | 464 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
|
H A D | tls_gnutls.c | 1447 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 D | tls_wolfssl.c | 1773 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
|
H A D | tls_openssl.c | 4719 tls_connection_handshake(void *ssl_ctx, struct tls_connection *conn, in tls_connection_handshake() function
|
/freebsd/contrib/wpa/src/radius/ |
H A D | radius_client.c | 999 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 D | eap_tls_common.c | 603 data->tls_out = tls_connection_handshake(data->ssl_ctx, data->conn, in eap_tls_process_input()
|