Home
last modified time | relevance | path

Searched refs:tls_get_cipher (Results 1 – 22 of 22) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_none.c165 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls.h561 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
Dtls_internal.c695 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_gnutls.c1674 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_wolfssl.c1868 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_openssl.c4554 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_none.c165 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls.h561 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
Dtls_internal.c695 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_gnutls.c1674 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_wolfssl.c1875 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_openssl.c4793 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_tls_common.c862 if (tls_get_cipher(data->ssl_ctx, data->conn, name, sizeof(name)) < 0) in eap_peer_tls_status()
Deap_fast.c1648 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_fast_process()
Deap_teap.c1948 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_teap_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_tls_common.c859 if (tls_get_cipher(data->ssl_ctx, data->conn, name, sizeof(name)) < 0) in eap_peer_tls_status()
Deap_fast.c1628 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_fast_process()
Deap_teap.c1836 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_teap_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_fast.c555 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher)) in eap_fast_phase1_done()
Deap_server_teap.c499 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher)) in eap_teap_phase1_done()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_fast.c557 if (tls_get_cipher(sm->cfg->ssl_ctx, data->ssl.conn, in eap_fast_phase1_done()
Deap_server_teap.c524 if (tls_get_cipher(sm->cfg->ssl_ctx, data->ssl.conn, in eap_teap_phase1_done()