Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_none.c120 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
Dtls.h468 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
Dtls_internal.c526 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
Dtls_gnutls.c1568 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
Dtls_wolfssl.c1733 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
Dtls_openssl.c4504 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
/external/wpa_supplicant_8/src/eap_server/
Deap_server_tls_common.c344 data->tls_out = tls_connection_server_handshake(sm->cfg->ssl_ctx, in eap_server_tls_phase1()