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

/vbox/src/VBox/Runtime/common/crypto/
H A Dspc-asn1-decoder.cpp51 RTASN1CURSOR SubCursor; local
60 rc = RTAsn1CursorInitSubFromCore(pCursor, &pThis->SerializedData.Asn1Core, &SubCursor, "SerializedData");
62 rc = RTCrSpcSerializedObjectAttributes_DecodeAsn1(&SubCursor, 0, pThis->u.pData, "SD");
68 rc = RTAsn1CursorCheckEnd(&SubCursor);

Completed in 41 milliseconds