Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_none.c165 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls.h569 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
Dtls_internal.c687 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.c1924 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_mbedtls_alt.c2450 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, char *buf, size_t buflen) in tls_get_cipher() function
Dtls_openssl.c4937 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
/hostap-latest/src/eap_peer/
Deap_tls_common.c871 if (tls_get_cipher(data->ssl_ctx, data->conn, name, sizeof(name)) < 0) in eap_peer_tls_status()
Deap_fast.c1638 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_fast_process()
Deap_teap.c1955 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_teap_process()
/hostap-latest/src/eap_server/
Deap_server_fast.c546 if (tls_get_cipher(sm->cfg->ssl_ctx, data->ssl.conn, in eap_fast_phase1_done()
Deap_server_teap.c528 if (tls_get_cipher(sm->cfg->ssl_ctx, data->ssl.conn, in eap_teap_phase1_done()