Searched refs:tls_connection_decrypt (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_none.c | 137 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() function
|
H A D | tls.h | 505 struct wpabuf * tls_connection_decrypt(void *tls_ctx,
|
H A D | tls_internal.c | 599 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() function
|
H A D | tls_gnutls.c | 1598 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() function
|
H A D | tls_wolfssl.c | 1819 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() function
|
H A D | tls_openssl.c | 4777 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() function
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_tls_common.c | 1049 *in_decrypted = tls_connection_decrypt(data->ssl_ctx, data->conn, msg); in eap_peer_tls_decrypt()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_ttls.c | 1034 in_decrypted = tls_connection_decrypt(sm->cfg->ssl_ctx, data->ssl.conn, in eap_ttls_process_phase2()
|
H A D | eap_server_peap.c | 1129 in_decrypted = tls_connection_decrypt(sm->cfg->ssl_ctx, data->ssl.conn, in eap_peap_process_phase2()
|
H A D | eap_server_fast.c | 1404 in_decrypted = tls_connection_decrypt(sm->cfg->ssl_ctx, data->ssl.conn, in eap_fast_process_phase2()
|
H A D | eap_server_teap.c | 1731 in_decrypted = tls_connection_decrypt(sm->cfg->ssl_ctx, data->ssl.conn, in eap_teap_process_phase2()
|
/freebsd/contrib/wpa/src/radius/ |
H A D | radius_client.c | 1164 out = tls_connection_decrypt(radius->tls_ctx, conn, in); in radius_client_receive()
|