Searched refs:srp_password (Results 1 – 1 of 1) sorted by relevance
81 char *srp_password; member211 Curl_safefree(peer->srp_password); in cf_ssl_scache_clear_peer()234 const char *srp_password) in cf_ssl_scache_peer_init() argument252 if(srp_password) { in cf_ssl_scache_peer_init()253 peer->srp_password = strdup(srp_password); in cf_ssl_scache_peer_init()254 if(!peer->srp_password) in cf_ssl_scache_peer_init()577 Curl_timestrcmp(peer->srp_password, conn_config->password)) in cf_ssl_scache_match_auth()
Completed in 8 milliseconds