Searched refs:tls_connection_encrypt (Results 1 – 12 of 12) sorted by relevance
/hostap-3.6.0/src/crypto/ |
D | tls_none.c | 129 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
|
D | tls.h | 484 struct wpabuf * tls_connection_encrypt(void *tls_ctx,
|
D | tls_internal.c | 561 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
|
D | tls_gnutls.c | 1577 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
|
D | tls_wolfssl.c | 1742 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
|
D | tls_openssl.c | 4513 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() function
|
/hostap-3.6.0/tests/fuzzing/tls-client/ |
D | tls-client.c | 118 out = tls_connection_encrypt(tls_client, conn_client, in); in LLVMFuzzerTestOneInput()
|
/hostap-3.6.0/tests/fuzzing/tls-server/ |
D | tls-server.c | 140 out = tls_connection_encrypt(tls_server, conn_server, in); in LLVMFuzzerTestOneInput()
|
/hostap-3.6.0/tests/ |
D | test-https.c | 138 out = tls_connection_encrypt(tls, conn, in); in https_client()
|
D | test-https_server.c | 180 out = tls_connection_encrypt(tls, conn, in); in https_server()
|
/hostap-3.6.0/src/eap_server/ |
D | eap_server_tls_common.c | 506 buf = tls_connection_encrypt(sm->cfg->ssl_ctx, data->conn, plain); in eap_server_tls_encrypt()
|
/hostap-3.6.0/src/eap_peer/ |
D | eap_tls_common.c | 1068 data->tls_out = tls_connection_encrypt(data->ssl_ctx, in eap_peer_tls_encrypt()
|