Searched refs:tls_ciphers (Results 1 – 2 of 2) sorted by relevance
76 static const struct tls_cipher_data tls_ciphers[] = { variable99 #define NUM_TLS_CIPHER_DATA ARRAY_SIZE(tls_ciphers)121 if (tls_ciphers[i].cipher == cipher) in tls_get_cipher_data()122 return &tls_ciphers[i]; in tls_get_cipher_data()
118 char *tls_ciphers; /* TLS ciphers */ variable549 if (tls_config_set_ciphers(tls_cfg, tls_ciphers) == -1) in main()1696 { "ciphers", -1, &tls_ciphers }, in process_tls_opt()