Searched refs:RTAsn1OctetString_Clone (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-octetstring.cpp241 (PFNRTASN1COREVTCLONE)RTAsn1OctetString_Clone,
262 RTDECL(int) RTAsn1OctetString_Clone(PRTASN1OCTETSTRING pThis, PCRTASN1OCTETSTRING pSrc, PCRTASN1ALLOCATORVTABLE pAllocator) function
H A Dasn1-ut-dyntype.cpp66 case RTASN1TYPE_OCTET_STRING: rc = RTAsn1OctetString_Clone(&pThis->u.OctetString, &pSrc->u.OctetString, pAllocator); break;
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp726 rc = RTAsn1OctetString_Clone(&TrustAnchor.KeyIdentifier, pKeyIdentifier, &g_RTAsn1DefaultAllocator);
728 RTMsgError("RTAsn1OctetString_Clone failed: %Rrc", rc);
/vbox/include/iprt/
H A Dmangling.h2202 # define RTAsn1OctetString_Clone RT_MANGLER(RTAsn1OctetString_Clone) macro

Completed in 80 milliseconds