/external/wpa_supplicant_8/src/crypto/ |
tls_none.c | 151 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
|
tls.h | 495 * tls_get_cipher - Get current cipher name 504 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
|
tls_internal.c | 660 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
|
tls_gnutls.c | 1502 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function [all...] |
tls_openssl.c | 3606 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 774 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 | 557 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher)) [all...] |