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

/vbox/include/iprt/
H A Dasn1.h947 typedef RTASN1OBJID const *PCRTASN1OBJID; typedef
962 RTDECL(int) RTAsn1ObjId_CompareWithString(PCRTASN1OBJID pThis, const char *pszRight);
975 RTDECL(bool) RTAsn1ObjId_StartsWith(PCRTASN1OBJID pThis, const char *pszStartsWith);
977 RTDECL(uint8_t) RTAsn1ObjIdCountComponents(PCRTASN1OBJID pThis);
978 RTDECL(uint32_t) RTAsn1ObjIdGetComponentsAsUInt32(PCRTASN1OBJID pThis, uint8_t iComponent);
979 RTDECL(uint32_t) RTAsn1ObjIdGetLastComponentsAsUInt32(PCRTASN1OBJID pThis);

Completed in 54 milliseconds