Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dtls_none.c120 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
H A Dtls.h474 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
H A Dtls_internal.c518 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
H A Dtls_gnutls.c1568 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
H A Dtls_wolfssl.c1782 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
H A Dtls_openssl.c4727 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c349 data->tls_out = tls_connection_server_handshake(sm->cfg->ssl_ctx, in eap_server_tls_phase1()