Home
last modified time | relevance | path

Searched refs:tls_connection_get_cipher_suite (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/crypto/
Dtls.h679 u16 tls_connection_get_cipher_suite(struct tls_connection *conn);
Dtls_wolfssl.c2247 u16 tls_connection_get_cipher_suite(struct tls_connection *conn) in tls_connection_get_cipher_suite() function
Dtls_mbedtls_alt.c2442 u16 tls_connection_get_cipher_suite(struct tls_connection *conn) in tls_connection_get_cipher_suite() function
Dtls_openssl.c6001 u16 tls_connection_get_cipher_suite(struct tls_connection *conn) in tls_connection_get_cipher_suite() function
/hostap-latest/src/eap_server/
Deap_server_teap.c524 data->tls_cs = tls_connection_get_cipher_suite(data->ssl.conn); in eap_teap_phase1_done()
/hostap-latest/src/eap_peer/
Deap_teap.c1947 tls_connection_get_cipher_suite(data->ssl.conn); in eap_teap_process()