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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-file.cpp58 RTAsn1CursorInitPrimary(&PrimaryCursor, pSectionHead->pbData, (uint32_t)RT_MIN(pSectionHead->cbData, UINT32_MAX),
H A Dstore-inmem.cpp145 RTAsn1CursorInitPrimary(&Cursor, &pEntry->abEncoded[0], cbSrc, pErrInfo, &g_RTAsn1DefaultAllocator,
H A Dpkix-signature-rsa.cpp152 RTAsn1CursorInitPrimary(&PrimaryCursor, RTASN1BITSTRING_GET_BIT0_PTR(pKey), RTASN1BITSTRING_GET_BYTE_SIZE(pKey),
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-cursor.cpp66 RTDECL(PRTASN1CURSOR) RTAsn1CursorInitPrimary(PRTASN1CURSORPRIMARY pPrimaryCursor, void const *pvFirst, uint32_t cb, function
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp172 RTAsn1CursorInitPrimary(&PrimaryCursor, pvBuf, (uint32_t)cbRet, &s_StaticErrInfo.Core,
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1407 RTAsn1CursorInitPrimary(&PrimaryCursor, pabCert, cbCert, pErrInfo, &g_RTAsn1DefaultAllocator, RTASN1CURSOR_FLAGS_DER, NULL);
1982 RTAsn1CursorInitPrimary(&PrimaryCursor, pCurCtx->pbCertEncoded, pCurCtx->cbCertEncoded,
/vbox/include/iprt/
H A Dasn1.h1556 RTDECL(PRTASN1CURSOR) RTAsn1CursorInitPrimary(PRTASN1CURSORPRIMARY pPrimaryCursor, void const *pvFirst, uint32_t cb,
H A Dmangling.h2043 # define RTAsn1CursorInitPrimary RT_MANGLER(RTAsn1CursorInitPrimary) macro
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2367 RTAsn1CursorInitPrimary(&PrimaryCursor,

Completed in 3519 milliseconds