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

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_none.c165 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
H A Dtls.h552 * tls_get_cipher - Get current cipher name
561 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, function
H A Dtls_gnutls.c1674 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function
H A Dtls_wolfssl.c1868 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
H A Dtls_openssl.c4554 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c859 if (tls_get_cipher(data->ssl_ctx, data->conn, name, sizeof(name)) < 0)
H A Deap_teap.c1836 tls_get_cipher(sm->ssl_ctx, data->ssl.conn,
H A Deap_fast.c1628 tls_get_cipher(sm->ssl_ctx, data->ssl.conn,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_fast.c555 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher))
H A Deap_server_teap.c499 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher))

Completed in 132 milliseconds