HomeSort by relevance Sort by last modified time
    Searched refs:tls_get_cipher (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/crypto/
tls_none.c 157 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
tls.h 506 * tls_get_cipher - Get current cipher name
515 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
tls_internal.c 675 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
tls_gnutls.c 1509 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function
    [all...]
tls_openssl.c 3937 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 782 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...]

Completed in 60 milliseconds