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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-file.cpp52 PCRTCRPEMSECTION pSectionHead; local
53 int rc = RTCrPemReadFile(pszFilename, 0, g_aCertificateMarkers, RT_ELEMENTS(g_aCertificateMarkers), &pSectionHead, pErrInfo);
58 RTAsn1CursorInitPrimary(&PrimaryCursor, pSectionHead->pbData, (uint32_t)RT_MIN(pSectionHead->cbData, UINT32_MAX),
69 if (pSectionHead->pNext || PrimaryCursor.Cursor.cbLeft)
75 RTCrPemFreeSections(pSectionHead);
87 PCRTCRPEMSECTION pSectionHead;
88 int rc = RTCrPemReadFile(pszFilename, 0, g_aCertificateMarkers, RT_ELEMENTS(g_aCertificateMarkers), &pSectionHead, pErrInfo);
93 PCRTCRPEMSECTION pCurSec = pSectionHead;
100 RTCrPemFreeSections(pSectionHead);
[all...]
H A DRTCrStoreCertAddFromFile.cpp52 PCRTCRPEMSECTION pSectionHead;
53 int rc = RTCrPemReadFile(pszFilename, 0, g_aCertificateMarkers, RT_ELEMENTS(g_aCertificateMarkers), &pSectionHead, pErrInfo);
58 PCRTCRPEMSECTION pCurSec = pSectionHead;
65 RTCrPemFreeSections(pSectionHead);
95 PCRTCRPEMSECTION pSectionHead; local
96 int rc = RTCrPemReadFile(pszFilename, 0, g_aCertificateMarkers, RT_ELEMENTS(g_aCertificateMarkers), &pSectionHead, pErrInfo);
99 PCRTCRPEMSECTION pCurSec = pSectionHead;
109 RTCrPemFreeSections(pSectionHead);
H A Dpemfile.cpp292 RTDECL(int) RTCrPemFreeSections(PCRTCRPEMSECTION pSectionHead) argument
294 while (pSectionHead != NULL)
296 PRTCRPEMSECTION pFree = (PRTCRPEMSECTION)pSectionHead;
297 pSectionHead = pSectionHead->pNext;
/vbox/include/iprt/crypto/
H A Dpem.h106 * @param pSectionHead The first section.
108 RTDECL(int) RTCrPemFreeSections(PCRTCRPEMSECTION pSectionHead); variable

Completed in 89 milliseconds