Searched refs:pOctetString (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-asn1-decoder.cpp95 PRTASN1OCTETSTRING pOctetString = &pThis->Content; local
102 sizeof(*pOctetString));
105 pThis->pCmsContent = pOctetString = (PRTASN1OCTETSTRING)pThis->Content.pEncapsulated;
106 rc = RTAsn1OctetString_DecodeAsn1(&ContentCursor, 0, pOctetString, "CmsContent");
110 rc = RTAsn1CursorInitSubFromCore(pCursor, &pOctetString->Asn1Core, &ContentCursor, "CmsContent");
118 rc = RTAsn1MemAllocZ(&pOctetString->EncapsulatedAllocation, (void **)&pOctetString->pEncapsulated, cbContent);
121 pThis->u.pCore = pOctetString->pEncapsulated;
148 RTAsn1MemFree(&pOctetString->EncapsulatedAllocation, pOctetString
[all...]
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-cursor.cpp501 RTDECL(int) RTAsn1CursorGetOctetString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1OCTETSTRING pOctetString, argument
504 return RTAsn1OctetString_DecodeAsn1(pCursor, fFlags, pOctetString, pszErrorTag);
/vbox/include/iprt/
H A Dasn1.h1839 * @param pOctetString The output octet string object.
1842 RTDECL(int) RTAsn1CursorGetOctetString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1OCTETSTRING pOctetString,

Completed in 731 milliseconds