Searched defs:cbCert (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Runtime/common/misc/ |
H A D | http.cpp | 287 RTR3DECL(int) RTHttpCertDigest(RTHTTP hHttp, char *pcszCert, size_t cbCert, argument 293 BIO *cert = BIO_new_mem_buf(pcszCert, (int)cbCert);
|
/vbox/src/VBox/Runtime/tools/ |
H A D | RTSignTool.cpp | 196 uint32_t cbCert = pCert->SeqCore.Asn1Core.cbHdr + pCert->SeqCore.Asn1Core.cb; local 198 cbCert, NULL); 206 RTMsgInfo("Successfully wrote %u bytes to '%s'", cbCert, pszOut);
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPHardenedVerifyImage-win.cpp | 1394 * @param cbCert The size of the raw certificate. 1398 static int supHardNtViCertInit(PRTCRX509CERTIFICATE pCert, unsigned char const *pabCert, unsigned cbCert, argument 1401 AssertReturn(cbCert > 16 && cbCert < _128K, 1402 RTErrInfoSetF(pErrInfo, VERR_INTERNAL_ERROR_3, "%s: cbCert=%#x out of range", pszErrorTag, cbCert)); 1407 RTAsn1CursorInitPrimary(&PrimaryCursor, pabCert, cbCert, pErrInfo, &g_RTAsn1DefaultAllocator, RTASN1CURSOR_FLAGS_DER, NULL);
|
Completed in 984 milliseconds