Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dpolarssl.c216 memset(&connssl->clicert, 0, sizeof(x509_crt)); in polarssl_connect_step1()
219 ret = x509_crt_parse_file(&connssl->clicert, in polarssl_connect_step1()
345 &connssl->clicert, &connssl->rsa); in polarssl_connect_step1()
553 x509_crt_free(&conn->ssl[sockindex].clicert); in Curl_polarssl_close()
/external/curl/lib/
Durldata.h288 x509_crt clicert; member