Searched refs:tls_authtype (Results 1 – 4 of 4) sorted by relevance
98 char *tls_authtype; member
76 Curl_safefree(config->tls_authtype); in free_config_fields()
2007 err = getstr(&config->tls_authtype, nextarg, DENY_BLANK); in getparameter()2008 if(!err && strcmp(config->tls_authtype, "SRP")) in getparameter()
1654 if(config->tls_authtype) in config2setopts()1656 config->tls_authtype); in config2setopts()
Completed in 26 milliseconds