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

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client.h 39 int tlsv1_client_get_cipher(struct tlsv1_client *conn, char *buf,
tlsv1_client.c 430 * tlsv1_client_get_cipher - Get current cipher name
438 int tlsv1_client_get_cipher(struct tlsv1_client *conn, char *buf, function
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.h 33 int tlsv1_client_get_cipher(struct tlsv1_client *conn, char *buf,
tlsv1_client.c 544 * tlsv1_client_get_cipher - Get current cipher name
552 int tlsv1_client_get_cipher(struct tlsv1_client *conn, char *buf, function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_internal.c 456 return tlsv1_client_get_cipher(conn->client, buf, buflen);
  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 541 return tlsv1_client_get_cipher(conn->client, buf, buflen);

Completed in 21 milliseconds