Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dtls_none.c111 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
H A Dtls.h447 struct wpabuf * tls_connection_handshake(void *tls_ctx,
H A Dtls_internal.c472 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
H A Dtls_gnutls.c1447 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 Dtls_wolfssl.c1717 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() function
H A Dtls_openssl.c4344 tls_connection_handshake(void *ssl_ctx, struct tls_connection *conn, in tls_connection_handshake() function
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Deap_tls_common.c592 data->tls_out = tls_connection_handshake(data->ssl_ctx, data->conn, in eap_tls_process_input()