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

/vbox/src/VBox/Runtime/common/crypto/
H A Dpemfile.cpp58 * @param poffEnd Where to return the end offset of the marker
64 PCRTCRPEMMARKER *ppMatch, size_t *poffBegin, size_t *poffEnd)
175 if (poffEnd)
176 *poffEnd = pbContent - pbStart;
200 PCRTCRPEMMARKER *ppMatch, size_t *poffBegin, size_t *poffEnd, size_t *poffResume)
208 NULL /*ppMatch*/, poffEnd, poffResume))
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 42 milliseconds