Home
last modified time | relevance | path

Searched refs:tls_connection_encrypt (Results 1 – 12 of 12) sorted by relevance

/hostap-3.6.0/src/crypto/
Dtls_none.c129 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
Dtls.h484 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
Dtls_internal.c561 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
Dtls_gnutls.c1577 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
Dtls_wolfssl.c1742 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
Dtls_openssl.c4513 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
/hostap-3.6.0/tests/fuzzing/tls-client/
Dtls-client.c118 out = tls_connection_encrypt(tls_client, conn_client, in); in LLVMFuzzerTestOneInput()
/hostap-3.6.0/tests/fuzzing/tls-server/
Dtls-server.c140 out = tls_connection_encrypt(tls_server, conn_server, in); in LLVMFuzzerTestOneInput()
/hostap-3.6.0/tests/
Dtest-https.c138 out = tls_connection_encrypt(tls, conn, in); in https_client()
Dtest-https_server.c180 out = tls_connection_encrypt(tls, conn, in); in https_server()
/hostap-3.6.0/src/eap_server/
Deap_server_tls_common.c506 buf = tls_connection_encrypt(sm->cfg->ssl_ctx, data->conn, plain); in eap_server_tls_encrypt()
/hostap-3.6.0/src/eap_peer/
Deap_tls_common.c1068 data->tls_out = tls_connection_encrypt(data->ssl_ctx, in eap_peer_tls_encrypt()