Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls.h525 TLS_CIPHER_NONE, enumerator
Dtls_wolfssl.c1878 while (*c != TLS_CIPHER_NONE) { in tls_connection_set_cipher_list()
Dtls_mbedtls_alt.c2390 for (; *ciphers != TLS_CIPHER_NONE; ++ciphers) in tls_connection_set_cipher_list()
Dtls_openssl.c4855 while (*c != TLS_CIPHER_NONE) { in tls_connection_set_cipher_list()
/hostap-latest/src/eap_server/
Deap_server_fast.c410 TLS_CIPHER_NONE in eap_fast_init()
/hostap-latest/src/eap_peer/
Deap_fast.c1475 ciphers[count++] = TLS_CIPHER_NONE; in eap_fast_set_provisioning_ciphers()