Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dvtls_scache.c81 char *srp_password; member
188 Curl_safefree(peer->srp_password); in cf_ssl_scache_clear_peer()
211 const char *srp_password) in cf_ssl_scache_peer_init() argument
229 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