Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_none.c112 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
Dtls.h418 struct wpabuf * tls_connection_server_handshake(void *tls_ctx,
Dtls_internal.c506 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
Dtls_gnutls.c1413 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() function
Dtls_openssl.c3426 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.c316 data->tls_out = tls_connection_server_handshake(sm->ssl_ctx, in eap_server_tls_phase1()