Lines Matching refs:Asn1Core

73                                      pszErrorTag, pszType, pThis->Asn1Core.cb, pThis->Asn1Core.uData.pch);
78 pszErrorTag, pszType, pThis->Asn1Core.cb, pThis->Asn1Core.uData.pch);
83 pszErrorTag, pszType, pThis->Asn1Core.cb, pThis->Asn1Core.uData.pch,
105 bool fHaveSeconds = pThis->Asn1Core.cb == sizeof("YYMMDDHHMMSSZ") - 1;
106 if (fHaveSeconds || pThis->Asn1Core.cb == sizeof("YYMMDDHHMMZ") - 1)
108 const char *pachTime = pThis->Asn1Core.uData.pch;
151 pszErrorTag, pThis->Asn1Core.cb, pachTime);
155 pszErrorTag, pThis->Asn1Core.cb);
183 pszErrorTag, *pchFraction, pThis->Asn1Core.cb, pThis->Asn1Core.uData.pch);
189 pszErrorTag, pThis->Asn1Core.cb, pThis->Asn1Core);
202 pszErrorTag, pThis->Asn1Core.cb, pThis->Asn1Core.uData.pch);
218 pszErrorTag, pThis->Asn1Core.cb, pThis->Asn1Core.uData.pch);
222 pszErrorTag, pThis->Asn1Core.cb, pThis->Asn1Core.uData.pch);
238 if (pThis->Asn1Core.cb >= sizeof("YYYYMMDDHHMMSSZ") - 1)
240 const char *pachTime = pThis->Asn1Core.uData.pch;
257 && pachTime[pThis->Asn1Core.cb - 1] == 'Z'
278 uint32_t cchLeft = pThis->Asn1Core.cb - 14 - 1;
293 pszErrorTag, pThis->Asn1Core.cb, pachTime);
298 pszErrorTag, pThis->Asn1Core.cb);
307 int rc = RTAsn1CursorReadHdr(pCursor, &pThis->Asn1Core, pszErrorTag);
310 if (pThis->Asn1Core.fClass == (ASN1_TAGCLASS_UNIVERSAL | ASN1_TAGFLAG_PRIMITIVE) )
312 if (pThis->Asn1Core.uTag == ASN1_TAG_UTC_TIME)
314 RTAsn1CursorSkip(pCursor, pThis->Asn1Core.cb);
315 pThis->Asn1Core.pOps = &g_RTAsn1Time_Vtable;
316 pThis->Asn1Core.fFlags |= RTASN1CORE_F_PRIMITE_TAG_STRUCT;
320 if (pThis->Asn1Core.uTag == ASN1_TAG_GENERALIZED_TIME)
322 RTAsn1CursorSkip(pCursor, pThis->Asn1Core.cb);
323 pThis->Asn1Core.pOps = &g_RTAsn1Time_Vtable;
324 pThis->Asn1Core.fFlags |= RTASN1CORE_F_PRIMITE_TAG_STRUCT;
329 pszErrorTag, pThis->Asn1Core.uTag);
334 pszErrorTag, pThis->Asn1Core.fClass, pThis->Asn1Core.uTag);
343 int rc = RTAsn1CursorReadHdr(pCursor, &pThis->Asn1Core, pszErrorTag);
346 rc = RTAsn1CursorMatchTagClassFlags(pCursor, &pThis->Asn1Core, ASN1_TAG_UTC_TIME,
351 RTAsn1CursorSkip(pCursor, pThis->Asn1Core.cb);
352 pThis->Asn1Core.pOps = &g_RTAsn1Time_Vtable;
353 pThis->Asn1Core.fFlags |= RTASN1CORE_F_PRIMITE_TAG_STRUCT;
364 int rc = RTAsn1CursorReadHdr(pCursor, &pThis->Asn1Core, pszErrorTag);
367 rc = RTAsn1CursorMatchTagClassFlags(pCursor, &pThis->Asn1Core, ASN1_TAG_GENERALIZED_TIME,
372 RTAsn1CursorSkip(pCursor, pThis->Asn1Core.cb);
373 pThis->Asn1Core.pOps = &g_RTAsn1Time_Vtable;
374 pThis->Asn1Core.fFlags |= RTASN1CORE_F_PRIMITE_TAG_STRUCT;