/external/wpa_supplicant_8/src/crypto/ |
tls_none.c | 165 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
|
tls.h | 545 * tls_get_cipher - Get current cipher name 554 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
|
tls_internal.c | 695 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
|
tls_gnutls.c | 1674 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function [all...] |
tls_wolfssl.c | 1868 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function [all...] |
tls_openssl.c | 4439 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 849 if (tls_get_cipher(data->ssl_ctx, data->conn, name, sizeof(name)) < 0) [all...] |
eap_fast.c | [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_fast.c | 555 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher)) [all...] |