| /src/external/bsd/wpa/dist/src/crypto/ |
| tls_none.c | 111 struct wpabuf * tls_connection_handshake(void *tls_ctx, function
|
| tls.h | 427 * tls_connection_handshake - Process TLS handshake (client side) 453 struct wpabuf * tls_connection_handshake(void *tls_ctx,
|
| tls_internal.c | 464 struct wpabuf * tls_connection_handshake(void *tls_ctx, function
|
| tls_gnutls.c | 1447 struct wpabuf * tls_connection_handshake(void *tls_ctx, function 1573 return tls_connection_handshake(tls_ctx, conn, in_data, appl_data);
|
| tls_wolfssl.c | 1773 struct wpabuf * tls_connection_handshake(void *tls_ctx, function
|
| tls_openssl.c | 4719 tls_connection_handshake(void *ssl_ctx, struct tls_connection *conn, function
|
| /src/external/bsd/wpa/dist/src/radius/ |
| radius_client.c | 999 out = tls_connection_handshake(radius->tls_ctx, conn, in, &appl); 1377 out = tls_connection_handshake(radius->tls_ctx, conn, in, &appl);
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_tls_common.c | 603 data->tls_out = tls_connection_handshake(data->ssl_ctx, data->conn,
|