Searched refs:certp (Results 1 – 1 of 1) sorted by relevance
943 SecCertificateRef cert, char **certp) in CopyCertSubject() argument949 *certp = NULL; in CopyCertSubject()960 *certp = strdup(direct); in CopyCertSubject()961 if(!*certp) { in CopyCertSubject()977 *certp = cbuf; in CopyCertSubject()1643 char *certp; local1644 CURLcode result = CopyCertSubject(data, cert, &certp);1646 infof(data, "Client certificate: %s\n", certp);1647 free(certp);2080 char *certp; local[all …]