Searched refs:PCRTASN1OCTETSTRING (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-octetstring.cpp127 RTDECL(bool) RTAsn1OctetString_AreContentBytesValid(PCRTASN1OCTETSTRING pThis, uint32_t fFlags)
262 RTDECL(int) RTAsn1OctetString_Clone(PRTASN1OCTETSTRING pThis, PCRTASN1OCTETSTRING pSrc, PCRTASN1ALLOCATORVTABLE pAllocator)
348 RTDECL(int) RTAsn1OctetString_Compare(PCRTASN1OCTETSTRING pLeft, PCRTASN1OCTETSTRING pRight)
406 RTDECL(int) RTAsn1OctetString_CheckSanity(PCRTASN1OCTETSTRING pThis, uint32_t fFlags, PRTERRINFO pErrInfo, const char *pszErrorTag)
/vbox/include/iprt/crypto/
H A Dpkix.h211 RTDECL(int) RTCrPkixSignatureVerifyOctetString(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest, PCRTASN1OCTETSTRING pSignature);
H A Dx509.h728 PCRTASN1OCTETSTRING pSubjectKeyIdentifier;
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-core.cpp236 RTDECL(int) RTCrPkixSignatureVerifyOctetString(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest, PCRTASN1OCTETSTRING pSignature)
H A Dx509-core.cpp1378 PCRTASN1OCTETSTRING pExtValue = &pThis->T3.Extensions.paItems[i].ExtnValue;
1406 pThis->T3.pSubjectKeyIdentifier = (PCRTASN1OCTETSTRING)pExtValue->pEncapsulated;
/vbox/include/iprt/
H A Dasn1.h1057 typedef RTASN1OCTETSTRING const *PCRTASN1OCTETSTRING; typedef
1063 RTDECL(int) RTAsn1OctetStringCompare(PCRTASN1OCTETSTRING pLeft, PCRTASN1OCTETSTRING pRight);
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp711 PCRTASN1OCTETSTRING pKeyIdentifier = NULL;

Completed in 3515 milliseconds