| /src/external/bsd/wpa/dist/src/tls/ |
| tlsv1_common.c | 76 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];
|
| tlsv1_common.c | 76 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];
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| dict_mysql.c | 175 char *tls_ciphers; member in struct:__anon23076 622 if (dict_mysql->tls_ciphers) 623 mysql_options(host->db, MYSQL_OPT_SSL_CIPHER, dict_mysql->tls_ciphers); 627 dict_mysql->tls_CAfile || dict_mysql->tls_CApath || dict_mysql->tls_ciphers) 631 dict_mysql->tls_ciphers); 708 dict_mysql->tls_ciphers = cfg_get_str(p, "tls_ciphers", NULL, 0, 0); 895 if (dict_mysql->tls_ciphers) 896 myfree(dict_mysql->tls_ciphers);
|
| dict_mysql.c | 175 char *tls_ciphers; member in struct:__anon23076 622 if (dict_mysql->tls_ciphers) 623 mysql_options(host->db, MYSQL_OPT_SSL_CIPHER, dict_mysql->tls_ciphers); 627 dict_mysql->tls_CAfile || dict_mysql->tls_CApath || dict_mysql->tls_ciphers) 631 dict_mysql->tls_ciphers); 708 dict_mysql->tls_ciphers = cfg_get_str(p, "tls_ciphers", NULL, 0, 0); 895 if (dict_mysql->tls_ciphers) 896 myfree(dict_mysql->tls_ciphers);
|
| /src/external/bsd/unbound/dist/util/ |
| config_file.h | 146 char* tls_ciphers; member in struct:config_file
|
| config_file.h | 146 char* tls_ciphers; member in struct:config_file
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 2366 *tls_cert = NULL, *tls_ciphers = NULL, local 2469 tresult = cfg_map_get(tlsobj, "ciphers", &tls_ciphers); 2471 const char *ciphers = cfg_obj_asstring(tls_ciphers); 2473 cfg_obj_log(tls_ciphers, logctx, ISC_LOG_ERROR,
|
| check.c | 2366 *tls_cert = NULL, *tls_ciphers = NULL, local 2469 tresult = cfg_map_get(tlsobj, "ciphers", &tls_ciphers); 2471 const char *ciphers = cfg_obj_asstring(tls_ciphers); 2473 cfg_obj_log(tls_ciphers, logctx, ISC_LOG_ERROR,
|