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

/vbox/src/VBox/Runtime/common/crypto/
H A Dtaf-template.h37 RTASN1TMPL_MEMBER_OPT_ITAG( Certificate, RTCRX509CERTIFICATE, RTCrX509Certificate, 0);
75 RTASN1TMPL_PCHOICE_ITAG(ASN1_TAG_SEQUENCE, RTCRTAFTRUSTANCHORCHOICEVAL_CERTIFICATE, u.pCertificate, Certificate, RTCRX509CERTIFICATE, RTCrX509Certificate);
/vbox/include/iprt/crypto/
H A Dtaf.h50 /** Certificate, optional, implicit tag 0. */
51 RTCRX509CERTIFICATE Certificate; member in struct:RTCRTAFCERTPATHCONTROLS
52 /** Certificate policies, optional, implicit tag 1.
92 /** Certificate path controls, optional. */
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp219 RTMsgError("Certificate not found.");
266 /** Certificate store load set.
688 RTCRX509CERTIFICATE Certificate; local
689 rc = RTCrX509Certificate_ReadFromFile(&Certificate, State.pszCert, 0, &g_RTAsn1DefaultAllocator,
704 rc = RTCrX509SubjectPublicKeyInfo_Clone(&TrustAnchor.PubKey, &Certificate.TbsCertificate.SubjectPublicKeyInfo,
712 if (Certificate.TbsCertificate.T3.fFlags & RTCRX509TBSCERTIFICATE_F_PRESENT_SUBJECT_KEY_IDENTIFIER)
713 pKeyIdentifier = Certificate.TbsCertificate.T3.pSubjectKeyIdentifier;
714 else if ( (Certificate.TbsCertificate.T3.fFlags & RTCRX509TBSCERTIFICATE_F_PRESENT_AUTHORITY_KEY_IDENTIFIER)
715 && RTCrX509Certificate_IsSelfSigned(&Certificate)
716 && RTAsn1OctetString_IsPresent(&Certificate
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DBis.h98 /// platform Boot Object Authorization Certificate to create the certificateID.
225 @param Certificate The function writes an allocated EFI_BIS_DATA* containing the Boot
226 Object Authorization Certificate object. The caller must
232 @retval EFI_NOT_FOUND There is no Boot Object Authorization Certificate currently installed.
234 @retval EFI_INVALID_PARAMETER The Certificate parameter supplied by the caller is NULL or
242 OUT EFI_BIS_DATA **Certificate
421 failure (possible corruption of stored Boot Object Authorization Certificate).
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DUtility.h481 @param[in] InCert Pointer to the Certificate which distinguished name
483 @param[in] CertSize Size of the Certificate.
630 Generate a Authentication Payload for Certificate Auth method.
716 Generate the Certificate payload or Certificate Request Payload.
718 Since the Certificate Payload structure is same with Certificate Request Payload,
719 the only difference is that one contains the Certificate Data, other contains
720 the acceptable certificateion CA. This function generate Certificate payload
721 or Certificate Reques
[all...]
H A DPayload.c269 @param[in] InCert Pointer to the Certificate which distinguished name
271 @param[in] CertSize Size of the Certificate.
577 Generate a Authentication Payload for Certificate Auth method.
1405 Generate the Certificate payload or Certificate Request Payload.
1407 Since the Certificate Payload structure is same with Certificate Request Payload,
1408 the only difference is that one contains the Certificate Data, other contains
1409 the acceptable certificateion CA. This function generate Certificate payload
1410 or Certificate Reques
1431 Ikev2GenerateCertificatePayload( IN IKEV2_SA_SESSION *IkeSaSession, IN UINT8 NextPayload, IN UINT8 *Certificate, IN UINTN CertificateLen, IN UINT8 EncodeType, IN BOOLEAN IsRequest ) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimagehlp.h913 HANDLE FileHandle, LPWIN_CERTIFICATE Certificate, PDWORD Index
924 LPWIN_CERTIFICATE Certificate, PDWORD RequiredLength
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimagehlp.h853 HANDLE FileHandle, LPWIN_CERTIFICATE Certificate, PDWORD Index
864 LPWIN_CERTIFICATE Certificate, PDWORD RequiredLength

Completed in 66 milliseconds