Home
last modified time | relevance | path

Searched refs:tls_ciphers (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_common.c76 static const struct tls_cipher_data tls_ciphers[] = { variable
99 #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()
/freebsd/contrib/unbound/util/
H A Dnet_help.c1342 const char* verifypem, const char* tls_ciphers, in listen_sslctx_create() argument
1395 if(tls_ciphers && tls_ciphers[0]) { in listen_sslctx_create()
1396 if (!SSL_CTX_set_cipher_list(ctx, tls_ciphers)) { in listen_sslctx_create()
1398 tls_ciphers); in listen_sslctx_create()
1437 (void)tls_ciphers; (void)tls_ciphersuites; in listen_sslctx_create()
H A Dconfig_file.h146 char* tls_ciphers; member
H A Dconfig_file.c629 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option()
1181 else O_STR(opt, "tls-ciphers", tls_ciphers) in config_get_option()
1751 free(cfg->tls_ciphers); in config_delete()
H A Dconfigparser.y1130 free(cfg_parser->cfg->tls_ciphers);
1131 cfg_parser->cfg->tls_ciphers = $2;
H A Dconfigparser.c3985 free(cfg_parser->cfg->tls_ciphers); in yyparse()
3986 cfg_parser->cfg->tls_ciphers = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/winrc/
H A Dwin_svc.c369 cfg->tls_ciphers, cfg->tls_ciphersuites, in service_init()
379 cfg->tls_ciphers, cfg->tls_ciphersuites, in service_init()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c473 cfg->tls_ciphers, cfg->tls_ciphersuites, in setup_listen_sslctx()
H A Dremote.c5176 m += getmem_str(cfg->tls_ciphers); in config_file_getmem()
5870 COPY_VAR_ptr(tls_ciphers); in fr_atomic_copy_cfg()