Home
last modified time | relevance | path

Searched refs:tls_connection_set_cipher_list (Results 1 – 9 of 9) sorted by relevance

/hostap-latest/src/crypto/
Dtls_none.c151 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list() function
Dtls.h542 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
Dtls_internal.c659 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list() function
Dtls_gnutls.c1648 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list() function
Dtls_wolfssl.c1863 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list() function
Dtls_mbedtls_alt.c2384 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) in tls_connection_set_cipher_list() function
Dtls_openssl.c4840 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list() function
/hostap-latest/src/eap_server/
Deap_server_fast.c432 if (tls_connection_set_cipher_list(sm->cfg->ssl_ctx, data->ssl.conn, in eap_fast_init()
/hostap-latest/src/eap_peer/
Deap_fast.c1477 if (tls_connection_set_cipher_list(sm->ssl_ctx, data->ssl.conn, in eap_fast_set_provisioning_ciphers()