Lines Matching refs:bytesDecoded
12 BDecComponentCertificateListTop( void* mem_op, GenBuf* b, void *v, AsnLen* bytesDecoded,int mode) { in BDecComponentCertificateListTop() argument
16 tag = BDecTag ( b, bytesDecoded ); in BDecComponentCertificateListTop()
17 elmtLen = BDecLen ( b, bytesDecoded ); in BDecComponentCertificateListTop()
23 …ficateList( mem_op, b, tag, elmtLen, ( ComponentCertificateList**)v, (AsnLen*)bytesDecoded, mode ); in BDecComponentCertificateListTop()
90 BDecComponentTBSCertListSeqOfSeq PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
96 AsnLen *bytesDecoded _AND_
205 (*bytesDecoded) += totalElmtsLen1;
210 GDecComponentTBSCertListSeqOfSeq PARAMS (( mem_op,b, v, bytesDecoded, mode),
214 AsnLen *bytesDecoded _AND_
228 *bytesDecoded = 0;
243 rc = GDecComponentCertificateSerialNumber (mem_op, b, (&k->userCertificate), bytesDecoded, mode);
261 rc = GDecComponentTime (mem_op, b, (&k->revocationDate), bytesDecoded, mode);
279 rc = GDecComponentExtensions (mem_op, b, (&k->crlEntryExtensions), bytesDecoded, mode);
406 BDecComponentTBSCertListSeqOf PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
412 AsnLen *bytesDecoded _AND_
477 (*bytesDecoded) += totalElmtsLen1;
482 GDecComponentTBSCertListSeqOf PARAMS (( mem_op,b, v, bytesDecoded, mode),
486 AsnLen *bytesDecoded _AND_
502 *bytesDecoded = 0;
528 rc = GDecComponentTBSCertListSeqOfSeq (mem_op, b, tmpVar, bytesDecoded, mode);
661 BDecComponentTBSCertList PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
667 AsnLen *bytesDecoded _AND_
844 (*bytesDecoded) += totalElmtsLen1;
849 GDecComponentTBSCertList PARAMS (( mem_op,b, v, bytesDecoded, mode),
853 AsnLen *bytesDecoded _AND_
867 *bytesDecoded = 0;
882 rc = GDecComponentVersion (mem_op, b, (&k->version), bytesDecoded, DEC_ALLOC_MODE_0 );
900 rc = GDecComponentAlgorithmIdentifier (mem_op, b, (&k->signature), bytesDecoded, mode);
918 rc = GDecComponentName (mem_op, b, (&k->issuer), bytesDecoded, mode);
936 rc = GDecComponentTime (mem_op, b, (&k->thisUpdate), bytesDecoded, mode);
954 rc = GDecComponentTime (mem_op, b, (&k->nextUpdate), bytesDecoded, mode);
972 rc = GDecComponentTBSCertListSeqOf (mem_op, b, (&k->revokedCertificates), bytesDecoded, mode);
990 rc = GDecComponentExtensions (mem_op, b, (&k->crlExtensions), bytesDecoded, mode);
1085 BDecComponentCertificateList PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
1091 AsnLen *bytesDecoded _AND_
1187 (*bytesDecoded) += totalElmtsLen1;
1192 GDecComponentCertificateList PARAMS (( mem_op,b, v, bytesDecoded, mode),
1196 AsnLen *bytesDecoded _AND_
1210 *bytesDecoded = 0;
1225 rc = GDecComponentTBSCertList (mem_op, b, (&k->tbsCertList), bytesDecoded, mode);
1243 rc = GDecComponentAlgorithmIdentifier (mem_op, b, (&k->signatureAlgorithm), bytesDecoded, mode);
1261 rc = GDecComponentBits (mem_op, b, (&k->signature), bytesDecoded, mode);