Searched refs:tls_get_cipher (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | tls.h | 562 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
|
D | tls_internal.c | 695 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_tls_common.c | 720 if (tls_get_cipher(data->ssl_ctx, data->conn, name, sizeof(name)) == 0) in eap_peer_tls_status()
|
D | eap_fast.c | 1613 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_fast_process()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | tls_mbedtls.c | 916 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
|