Home
last modified time | relevance | path

Searched refs:cipher13_list (Results 1 – 3 of 3) sorted by relevance

/external/curl/src/
Dtool_cfgable.h124 char *cipher13_list; member
Dtool_operate.c1285 if(config->cipher13_list) in operate_do()
1286 my_setopt_str(curl, CURLOPT_TLS13_CIPHERS, config->cipher13_list); in operate_do()
Dtool_getparam.c1217 GetStr(&config->cipher13_list, nextarg); in getparameter()