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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-dump.cpp614 PCRTASN1BITSTRING pBitString = (PCRTASN1BITSTRING)pAsn1Core; local
616 pszDefault, pBitString->Asn1Core.cb, pBitString->cBits, pBitString->cMaxBits);
617 if (pBitString->cBits <= 64)
618 rtAsn1DumpPrintf(pData, " value=%#llx\n", RTAsn1BitString_GetAsUInt64(pBitString));
H A Dasn1-cursor.cpp488 RTDECL(int) RTAsn1CursorGetBitStringEx(PRTASN1CURSOR pCursor, uint32_t fFlags, uint32_t cMaxBits, PRTASN1BITSTRING pBitString, argument
491 return RTAsn1BitString_DecodeAsn1Ex(pCursor, fFlags, cMaxBits, pBitString, pszErrorTag);
495 RTDECL(int) RTAsn1CursorGetBitString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1BITSTRING pBitString, const char *pszErrorTag) argument
497 return RTAsn1BitString_DecodeAsn1(pCursor, fFlags, pBitString, pszErrorTag);
/vbox/include/iprt/
H A Dasn1.h1812 * @param pBitString The output bit string object.
1815 RTDECL(int) RTAsn1CursorGetBitString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1BITSTRING pBitString,
1827 * @param pBitString The output bit string object.
1830 RTDECL(int) RTAsn1CursorGetBitStringEx(PRTASN1CURSOR pCursor, uint32_t fFlags, uint32_t cMaxBits, PRTASN1BITSTRING pBitString,

Completed in 146 milliseconds