Searched refs:PRTASN1OCTETSTRING (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-ut-octetstring.cpp | 91 RTDECL(int) RTAsn1OctetString_RefreshContent(PRTASN1OCTETSTRING pThis, uint32_t fFlags, 166 PRTASN1OCTETSTRING pThis = (PRTASN1OCTETSTRING)pThisCore; 206 PRTASN1OCTETSTRING pThis = (PRTASN1OCTETSTRING)pThisCore; 249 RTDECL(int) RTAsn1OctetString_Init(PRTASN1OCTETSTRING pThis, PCRTASN1ALLOCATORVTABLE pAllocator) 262 RTDECL(int) RTAsn1OctetString_Clone(PRTASN1OCTETSTRING pThis, PCRTASN1OCTETSTRING pSrc, PCRTASN1ALLOCATORVTABLE pAllocator) 315 RTDECL(void) RTAsn1OctetString_Delete(PRTASN1OCTETSTRING pThis) 337 RTDECL(int) RTAsn1OctetString_Enum(PRTASN1OCTETSTRING pThis, PFNRTASN1ENUMCALLBACK pfnCallback, uint32_t uDepth, void *pvUser) 374 int rc = RTAsn1OctetString_RefreshContent((PRTASN1OCTETSTRING)pLef [all...] |
H A D | asn1-ut-octetstring-decode.cpp | 39 RTDECL(int) RTAsn1OctetString_DecodeAsn1(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1OCTETSTRING pThis,
|
H A D | asn1-cursor.cpp | 501 RTDECL(int) RTAsn1CursorGetOctetString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1OCTETSTRING pOctetString,
|
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | pkcs7-asn1-decoder.cpp | 95 PRTASN1OCTETSTRING pOctetString = &pThis->Content; 105 pThis->pCmsContent = pOctetString = (PRTASN1OCTETSTRING)pThis->Content.pEncapsulated;
|
H A D | x509-asn1-decoder.cpp | 84 PRTASN1OCTETSTRING pThat;
|
/vbox/include/iprt/crypto/ |
H A D | pkcs7.h | 256 PRTASN1OCTETSTRING pCmsContent;
|
H A D | x509.h | 284 PRTASN1OCTETSTRING pT7_IpAddress;
|
/vbox/include/iprt/ |
H A D | asn1.h | 1055 typedef RTASN1OCTETSTRING *PRTASN1OCTETSTRING; typedef 1842 RTDECL(int) RTAsn1CursorGetOctetString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1OCTETSTRING pOctetString,
|
Completed in 267 milliseconds