Home
last modified time | relevance | path

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

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