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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-sanity.cpp43 if (RTAsn1Time_Compare(&pThis->NotBefore, &pThis->NotAfter) > 0)
44 return RTErrInfoSetF(pErrInfo, VERR_CR_X509_VALIDITY_SWAPPED, "%s: NotBefore is after NotAfter", pszErrorTag);
H A Dx509-template.h36 RTASN1TMPL_MEMBER( NotBefore, RTASN1TIME, RTAsn1Time);
H A Dx509-core.cpp53 if (RTAsn1Time_CompareWithTimeSpec(&pThis->NotBefore, pTimeSpec) > 0)
H A Dx509-certpaths.cpp2005 RTTimeToString(&pNode->pCert->TbsCertificate.Validity.NotBefore.Time, &pThis->szTmp[36], 36),
/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp452 RTTimeSpecToString(RTTimeSpecSetNtFileTime(&TmpTS, &pCertCtx->pCertInfo->NotBefore),
458 RTPrintf(" NotBefore='%s'\n", szNotBefore);
/vbox/include/iprt/crypto/
H A Dx509.h321 RTASN1TIME NotBefore; member in struct:RTCRX509VALIDITY
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h247 FILETIME NotBefore; member in struct:_CERT_INFO
290 FILETIME NotBefore; member in struct:_CERT_PRIVATE_KEY_VALIDITY
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h247 FILETIME NotBefore; member in struct:_CERT_INFO
290 FILETIME NotBefore; member in struct:_CERT_PRIVATE_KEY_VALIDITY

Completed in 174 milliseconds