Searched defs:Certificate (Results 1 - 3 of 3) sorted by relevance
| /vbox/include/iprt/crypto/ |
| H A D | taf.h | 50 /** 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 D | RTSignTool.cpp | 219 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/NetworkPkg/IpSecDxe/Ikev2/ |
| H A D | Payload.c | 269 @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...] |
Completed in 49 milliseconds