Searched refs:tmp_cert (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12misc.c499 X509 *tmp_cert = NULL; local
524 &tmp_cert);
533 *matching_cert = tmp_cert;
571 X509 *tmp_cert = NULL; local
597 &tmp_cert);
606 *matching_cert = tmp_cert;
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2131 KMF_DATA tmp_cert = { 0, NULL }; local
2202 tmp_cert.Length = certlist[0].certificate.Length;
2203 tmp_cert.Data = certlist[0].certificate.Data;
2219 tmp_cert.Length =
2221 tmp_cert.Data =
2229 issuer_cert->Length = tmp_cert.Length;
2230 issuer_cert->Data = malloc(tmp_cert.Length);
2235 (void) memcpy(issuer_cert->Data, tmp_cert.Data,
2236 tmp_cert.Length);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c1196 X509 *tmp_cert = NULL; local
1221 &tmp_cert);
1230 *matching_cert = tmp_cert;
1268 X509 *tmp_cert = NULL; local
1294 &tmp_cert);
1303 *matching_cert = tmp_cert;
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1381 X509 *tmp_cert = sk_X509_value(p7->d.sign->cert, j); local
1382 X509_NAME_oneline(X509_get_subject_name(tmp_cert), buf, sizeof(buf));

Completed in 86 milliseconds