Searched refs:certp (Results 1 – 1 of 1) sorted by relevance
944 SecCertificateRef cert, char **certp) in CopyCertSubject() argument950 *certp = NULL; in CopyCertSubject()961 *certp = strdup(direct); in CopyCertSubject()962 if(!*certp) { in CopyCertSubject()978 *certp = cbuf; in CopyCertSubject()1676 char *certp; local1677 CURLcode result = CopyCertSubject(data, cert, &certp);1679 infof(data, "Client certificate: %s\n", certp);1680 free(certp);2117 char *certp; local[all …]