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

/vbox/include/iprt/crypto/
H A Dtaf.h49 RTCRX509NAME TaName; member in struct:RTCRTAFCERTPATHCONTROLS
/vbox/src/VBox/Runtime/common/crypto/
H A Dtaf-template.h36 RTASN1TMPL_MEMBER( TaName, RTCRX509NAME, RTCrX509Name);
H A Dstore.cpp262 && RTCrX509Name_MatchByRfc5280(&pRet->pTaInfo->CertPath.TaName, pSubject))
H A Dx509-certpaths.cpp1155 rtCrX509NameDump(&pCurLeaf->pCertCtx->pTaInfo->CertPath.TaName, pfnPrintfV, pvUser);
1969 pThis->v.pWorkingIssuer = &pTaInfo->CertPath.TaName;
2721 *ppSubject = pLeaf->pCert ? &pLeaf->pCert->TbsCertificate.Subject : &pLeaf->pCertCtx->pTaInfo->CertPath.TaName;
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp741 Assert(RTCrX509Name_IsPresent(&TrustAnchor.CertPath.TaName));
742 RTCrX509Name_Delete(&TrustAnchor.CertPath.TaName);
743 rc = RTCrX509Name_Clone(&TrustAnchor.CertPath.TaName, &Certificate.TbsCertificate.Subject,
747 RTAsn1Core_ResetImplict(RTCrX509Name_GetAsn1Core(&TrustAnchor.CertPath.TaName)); /* temporary hack. */
748 rc = RTCrX509Name_RecodeAsUtf8(&TrustAnchor.CertPath.TaName, &g_RTAsn1DefaultAllocator);

Completed in 76 milliseconds