Searched defs:ppMatch (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpemfile.cpp54 * @param ppMatch Where to return the pointer to the matching
64 PCRTCRPEMMARKER *ppMatch, size_t *poffBegin, size_t *poffEnd)
177 if (*ppMatch)
178 *ppMatch = &paMarkers[iMarker];
200 PCRTCRPEMMARKER *ppMatch, size_t *poffBegin, size_t *poffEnd, size_t *poffResume)
208 NULL /*ppMatch*/, poffEnd, poffResume))
210 *ppMatch = pMatch;
214 *ppMatch = NULL;
62 rtCrPemFindMarker(uint8_t const *pbContent, size_t cbContent, size_t offStart, const char *pszLeadWord, size_t cchLeadWord, PCRTCRPEMMARKER paMarkers, size_t cMarkers, PCRTCRPEMMARKER *ppMatch, size_t *poffBegin, size_t *poffEnd) argument
198 rtCrPemFindMarkerSection(uint8_t const *pbContent, size_t cbContent, size_t offStart, PCRTCRPEMMARKER paMarkers, size_t cMarkers, PCRTCRPEMMARKER *ppMatch, size_t *poffBegin, size_t *poffEnd, size_t *poffResume) argument

Completed in 1035 milliseconds