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

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-verify.cpp384 PCRTCRCERTCTX pSignerCertCtx = NULL; local
388 pSignerCertCtx = RTCrStoreCertByIssuerAndSerialNo(hSignerCertSrc, &pSignerInfo->IssuerAndSerialNumber.Name,
390 if (!pSignerCertCtx)
394 pSignerCertCtx = RTCrStoreCertByIssuerAndSerialNo(hSignerCertSrc, &pSignerInfo->IssuerAndSerialNumber.Name,
397 if (pSignerCertCtx)
398 pSignerCert = pSignerCertCtx->pCert;
501 RTCrCertCtxRelease(pSignerCertCtx);

Completed in 75 milliseconds