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

/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dtls_none.c143 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
H A Dtls.h438 * tls_get_cipher - Get current cipher name
447 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
H A Dtls_internal.c534 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
H A Dtls_nss.c585 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, function
H A Dtls_schannel.c638 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function
H A Dtls_gnutls.c1123 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function
H A Dtls_openssl.c2637 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, function
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c731 if (tls_get_cipher(data->ssl_ctx, data->conn, name, sizeof(name)) == 0)
H A Deap_fast.c1544 tls_get_cipher(sm->ssl_ctx, data->ssl.conn,
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_fast.c550 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher))

Completed in 134 milliseconds