Searched refs:tls_ciphers (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/wpa/src/tls/ |
| H A D | tlsv1_common.c | 76 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 D | net_help.c | 1342 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 D | config_file.h | 146 char* tls_ciphers; member
|
| H A D | config_file.c | 629 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 D | configparser.y | 1130 free(cfg_parser->cfg->tls_ciphers); 1131 cfg_parser->cfg->tls_ciphers = $2;
|
| H A D | configparser.c | 3985 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 D | win_svc.c | 369 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 D | unbound.c | 473 cfg->tls_ciphers, cfg->tls_ciphersuites, in setup_listen_sslctx()
|
| H A D | remote.c | 5176 m += getmem_str(cfg->tls_ciphers); in config_file_getmem() 5870 COPY_VAR_ptr(tls_ciphers); in fr_atomic_copy_cfg()
|