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

/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp711 PCRTASN1OCTETSTRING pKeyIdentifier = NULL; local
713 pKeyIdentifier = Certificate.TbsCertificate.T3.pSubjectKeyIdentifier;
717 pKeyIdentifier = &Certificate.TbsCertificate.T3.pAuthorityKeyIdentifier->KeyIdentifier;
721 pKeyIdentifier = &Certificate.TbsCertificate.T3.pOldAuthorityKeyIdentifier->KeyIdentifier;
722 if (pKeyIdentifier && pKeyIdentifier->Asn1Core.cb > 0)
726 rc = RTAsn1OctetString_Clone(&TrustAnchor.KeyIdentifier, pKeyIdentifier, &g_RTAsn1DefaultAllocator);

Completed in 45 milliseconds