Searched refs:PCRTASN1OCTETSTRING (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-ut-octetstring.cpp | 127 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 D | pkix.h | 211 RTDECL(int) RTCrPkixSignatureVerifyOctetString(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest, PCRTASN1OCTETSTRING pSignature);
|
H A D | x509.h | 728 PCRTASN1OCTETSTRING pSubjectKeyIdentifier;
|
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | pkix-signature-core.cpp | 236 RTDECL(int) RTCrPkixSignatureVerifyOctetString(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest, PCRTASN1OCTETSTRING pSignature)
|
H A D | x509-core.cpp | 1378 PCRTASN1OCTETSTRING pExtValue = &pThis->T3.Extensions.paItems[i].ExtnValue; 1406 pThis->T3.pSubjectKeyIdentifier = (PCRTASN1OCTETSTRING)pExtValue->pEncapsulated;
|
/vbox/include/iprt/ |
H A D | asn1.h | 1057 typedef RTASN1OCTETSTRING const *PCRTASN1OCTETSTRING; typedef 1063 RTDECL(int) RTAsn1OctetStringCompare(PCRTASN1OCTETSTRING pLeft, PCRTASN1OCTETSTRING pRight);
|
/vbox/src/VBox/Runtime/tools/ |
H A D | RTSignTool.cpp | 711 PCRTASN1OCTETSTRING pKeyIdentifier = NULL;
|
Completed in 1211 milliseconds