Searched refs:tls_ciphers (Results 1 – 6 of 6) 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()
499 if(cfg->tls_ciphers && cfg->tls_ciphers[0]) { in perform_setup()500 if (!SSL_CTX_set_cipher_list(daemon->listen_sslctx, cfg->tls_ciphers)) { in perform_setup()501 fatal_exit("failed to set tls-cipher %s", cfg->tls_ciphers); in perform_setup()
143 char* tls_ciphers; member
599 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option()1151 else O_STR(opt, "tls-ciphers", tls_ciphers) in config_get_option()1674 free(cfg->tls_ciphers); in config_delete()
1122 free(cfg_parser->cfg->tls_ciphers);1123 cfg_parser->cfg->tls_ciphers = $2;
3975 free(cfg_parser->cfg->tls_ciphers); in yyparse()3976 cfg_parser->cfg->tls_ciphers = (yyvsp[0].str); in yyparse()