Searched refs:clicert (Results 1 – 2 of 2) sorted by relevance
216 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()
288 x509_crt clicert; member