Searched refs:tls_ciphers (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_mysql.c160 char *tls_ciphers; member in struct:__anon6
588 dict_mysql->tls_CAfile || dict_mysql->tls_CApath || dict_mysql->tls_ciphers)
592 dict_mysql->tls_ciphers);
659 dict_mysql->tls_ciphers = cfg_get_str(p, "tls_ciphers", NULL, 0, 0);
846 if (dict_mysql->tls_ciphers)
847 myfree(dict_mysql->tls_ciphers);
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_common.c76 static const struct tls_cipher_data tls_ciphers[] = { variable in typeref:struct:tls_cipher_data
99 #define NUM_TLS_CIPHER_DATA ARRAY_SIZE(tls_ciphers)
121 if (tls_ciphers[i].cipher == cipher)
122 return &tls_ciphers[i];
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dunbound.c497 if(cfg->tls_ciphers && cfg->tls_ciphers[0]) {
498 if (!SSL_CTX_set_cipher_list(daemon->listen_sslctx, cfg->tls_ciphers)) {
499 fatal_exit("failed to set tls-cipher %s", cfg->tls_ciphers);
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h143 char* tls_ciphers; member in struct:config_file
H A Dconfig_file.c577 else S_STR("tls-ciphers:", tls_ciphers)
1109 else O_STR(opt, "tls-ciphers", tls_ciphers)
1614 free(cfg->tls_ciphers);
H A Dconfigparser.y1084 free(cfg_parser->cfg->tls_ciphers);
1085 cfg_parser->cfg->tls_ciphers = $2;
H A Dconfigparser.c3836 free(cfg_parser->cfg->tls_ciphers);
3837 cfg_parser->cfg->tls_ciphers = (yyvsp[0].str);
/netbsd-current/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c2166 *tls_cert = NULL, *tls_ciphers = NULL; local
2268 tresult = cfg_map_get(tlsobj, "ciphers", &tls_ciphers);
2270 const char *ciphers = cfg_obj_asstring(tls_ciphers);
2272 cfg_obj_log(tls_ciphers, logctx, ISC_LOG_ERROR,

Completed in 151 milliseconds