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

/freebsd-11-stable/contrib/wpa/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];
/freebsd-11-stable/contrib/unbound/daemon/
H A Dunbound.c468 if(cfg->tls_ciphers && cfg->tls_ciphers[0]) {
469 if (!SSL_CTX_set_cipher_list(daemon->listen_sslctx, cfg->tls_ciphers)) {
470 fatal_exit("failed to set tls-cipher %s", cfg->tls_ciphers);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h128 char* tls_ciphers; member in struct:config_file
H A Dconfig_file.c532 else S_STR("tls-ciphers:", tls_ciphers)
1019 else O_STR(opt, "tls-ciphers", tls_ciphers)
1498 free(cfg->tls_ciphers);
H A Dconfigparser.y958 free(cfg_parser->cfg->tls_ciphers);
959 cfg_parser->cfg->tls_ciphers = $2;

Completed in 82 milliseconds