Lines Matching refs:pathbuf
3443 char pathbuf[MAXFILENAME]; in cert_parse() local
3475 X509_NAME_oneline(X509_get_subject_name(cert), pathbuf, in cert_parse()
3476 sizeof(pathbuf)); in cert_parse()
3477 pch = strstr(pathbuf, "CN="); in cert_parse()
3480 pathbuf); in cert_parse()
3498 X509_NAME_oneline(X509_get_issuer_name(cert), pathbuf, in cert_parse()
3499 sizeof(pathbuf)); in cert_parse()
3500 if ((pch = strstr(pathbuf, "CN=")) == NULL) { in cert_parse()
3502 pathbuf); in cert_parse()
3538 BIO_gets(bp, pathbuf, sizeof(pathbuf)); in cert_parse()
3540 if (strcmp(pathbuf, "Trust Root") == 0) in cert_parse()
3542 else if (strcmp(pathbuf, "Private") == 0) in cert_parse()
3545 OBJ_nid2ln(nid), pathbuf)); in cert_parse()