Lines Matching defs:pThat

60         PRTCRX509AUTHORITYKEYIDENTIFIER pThat;
61 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
64 pThis->ExtnValue.pEncapsulated = &pThat->SeqCore.Asn1Core;
66 rc = RTCrX509AuthorityKeyIdentifier_DecodeAsn1(&ValueCursor, 0, pThat, "AuthorityKeyIdentifier");
72 PRTCRX509OLDAUTHORITYKEYIDENTIFIER pThat;
73 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
76 pThis->ExtnValue.pEncapsulated = &pThat->SeqCore.Asn1Core;
78 rc = RTCrX509OldAuthorityKeyIdentifier_DecodeAsn1(&ValueCursor, 0, pThat, "OldAuthorityKeyIdentifier");
84 PRTASN1OCTETSTRING pThat;
85 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
88 pThis->ExtnValue.pEncapsulated = &pThat->Asn1Core;
90 rc = RTAsn1CursorGetOctetString(&ValueCursor, 0, pThat, "SubjectKeyIdentifier");
96 PRTASN1BITSTRING pThat;
97 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
100 pThis->ExtnValue.pEncapsulated = &pThat->Asn1Core;
102 rc = RTAsn1CursorGetBitStringEx(&ValueCursor, 0, 9, pThat, "KeyUsage");
108 PRTCRX509CERTIFICATEPOLICIES pThat;
109 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
112 pThis->ExtnValue.pEncapsulated = &pThat->SeqCore.Asn1Core;
114 rc = RTCrX509CertificatePolicies_DecodeAsn1(&ValueCursor, 0, pThat, "CertPolicies");
120 PRTCRX509POLICYMAPPINGS pThat;
121 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
124 pThis->ExtnValue.pEncapsulated = &pThat->SeqCore.Asn1Core;
126 rc = RTCrX509PolicyMappings_DecodeAsn1(&ValueCursor, 0, pThat, "PolicyMapppings");
133 PRTCRX509GENERALNAMES pThat;
134 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
137 pThis->ExtnValue.pEncapsulated = &pThat->SeqCore.Asn1Core;
139 rc = RTCrX509GeneralNames_DecodeAsn1(&ValueCursor, 0, pThat, "AltName");
145 PRTCRX509BASICCONSTRAINTS pThat;
146 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
149 pThis->ExtnValue.pEncapsulated = &pThat->SeqCore.Asn1Core;
151 rc = RTCrX509BasicConstraints_DecodeAsn1(&ValueCursor, 0, pThat, "BasicConstraints");
157 PRTCRX509NAMECONSTRAINTS pThat;
158 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
161 pThis->ExtnValue.pEncapsulated = &pThat->SeqCore.Asn1Core;
163 rc = RTCrX509NameConstraints_DecodeAsn1(&ValueCursor, 0, pThat, "NameConstraints");
169 PRTCRX509POLICYCONSTRAINTS pThat;
170 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
173 pThis->ExtnValue.pEncapsulated = &pThat->SeqCore.Asn1Core;
175 rc = RTCrX509PolicyConstraints_DecodeAsn1(&ValueCursor, 0, pThat, "PolicyConstraints");
181 PRTASN1SEQOFOBJIDS pThat;
182 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
185 pThis->ExtnValue.pEncapsulated = &pThat->SeqCore.Asn1Core;
187 rc = RTAsn1SeqOfObjIds_DecodeAsn1(&ValueCursor, 0, pThat, "ExKeyUsage");
193 PRTASN1INTEGER pThat;
194 rc = RTAsn1MemAllocZ(&pThis->ExtnValue.EncapsulatedAllocation, (void **)&pThat, sizeof(*pThat));
197 pThis->ExtnValue.pEncapsulated = &pThat->Asn1Core;
199 rc = RTAsn1CursorGetInteger(&ValueCursor, 0, pThat, "InhibitAnyPolicy");