Searched refs:tls_get_cipher (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
H A D | tls_none.c | 165 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
|
H A D | tls.h | 561 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
|
H A D | tls_internal.c | 695 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
|
H A D | tls_gnutls.c | 1674 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
|
H A D | tls_wolfssl.c | 1868 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
|
H A D | tls_openssl.c | 4554 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 D | eap_tls_common.c | 859 if (tls_get_cipher(data->ssl_ctx, data->conn, name, sizeof(name)) < 0) in eap_peer_tls_status()
|
H A D | eap_fast.c | 1628 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_fast_process()
|
H A D | eap_teap.c | 1836 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_teap_process()
|
/dflybsd-src/contrib/wpa_supplicant/src/eap_server/ |
H A D | eap_server_fast.c | 555 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher)) in eap_fast_phase1_done()
|
H A D | eap_server_teap.c | 499 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher)) in eap_teap_phase1_done()
|