Searched refs:srp_password (Results 1 – 1 of 1) sorted by relevance
81 char *srp_password; member188 Curl_safefree(peer->srp_password); in cf_ssl_scache_clear_peer()211 const char *srp_password) in cf_ssl_scache_peer_init() argument229 if(srp_password) { in cf_ssl_scache_peer_init()230 peer->srp_password = strdup(srp_password); in cf_ssl_scache_peer_init()231 if(!peer->srp_password) in cf_ssl_scache_peer_init()554 Curl_timestrcmp(peer->srp_password, conn_config->password)) in cf_ssl_scache_match_auth()
Completed in 9 milliseconds