Lines Matching refs:bytesDecoded

12 BDecComponentCertificateTop( void* mem_op, GenBuf* b, void **v, AsnLen* bytesDecoded,int mode) {  in BDecComponentCertificateTop()  argument
16 tag = BDecTag ( b, bytesDecoded ); in BDecComponentCertificateTop()
17 elmtLen = BDecLen ( b, bytesDecoded ); in BDecComponentCertificateTop()
23 …onentCertificate( mem_op, b, tag, elmtLen, (ComponentCertificate**)v,(AsnLen*)bytesDecoded, mode ); in BDecComponentCertificateTop()
138 BDecComponentAlgorithmIdentifier PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
144 AsnLen *bytesDecoded _AND_
227 (*bytesDecoded) += totalElmtsLen1;
232 GDecComponentAlgorithmIdentifier PARAMS (( mem_op,b, v, bytesDecoded, mode),
236 AsnLen *bytesDecoded _AND_
250 *bytesDecoded = 0;
265 rc = GDecComponentOid (mem_op, b, (&k->algorithm), bytesDecoded, mode);
284 rc = GDecComponentAnyDefinedBy (mem_op, b, (&k->parameters), bytesDecoded, mode );
378 BDecComponentTime PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
384 AsnLen *bytesDecoded _AND_
448 (*bytesDecoded) += totalElmtsLen1;
453 GDecComponentTime PARAMS (( mem_op,b, v, bytesDecoded, mode),
457 AsnLen *bytesDecoded _AND_
485 rc = GDecComponentUTCTime (mem_op, b, (&k->a.utcTime), bytesDecoded, DEC_ALLOC_MODE_0 );
492 …rc = GDecComponentGeneralizedTime (mem_op, b, (&k->a.generalizedTime), bytesDecoded, DEC_ALLOC_MO…
578 BDecComponentExtension PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
584 AsnLen *bytesDecoded _AND_
682 (*bytesDecoded) += totalElmtsLen1;
687 GDecComponentExtension PARAMS (( mem_op,b, v, bytesDecoded, mode),
691 AsnLen *bytesDecoded _AND_
705 *bytesDecoded = 0;
720 rc = GDecComponentOid (mem_op, b, (&k->extnID), bytesDecoded, mode);
738 rc = GDecComponentBool (mem_op, b, (&k->critical), bytesDecoded, DEC_ALLOC_MODE_0 );
760 rc = GDecComponentOcts (mem_op, b, (&k->extnValue), bytesDecoded, mode);
840 BDecComponentAttributeTypeAndValue PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
846 AsnLen *bytesDecoded _AND_
918 (*bytesDecoded) += totalElmtsLen1;
923 GDecComponentAttributeTypeAndValue PARAMS (( mem_op,b, v, bytesDecoded, mode),
927 AsnLen *bytesDecoded _AND_
941 *bytesDecoded = 0;
956 rc = GDecComponentAttributeType (mem_op, b, (&k->type), bytesDecoded, mode);
975 rc = GDecComponentAnyDefinedBy (mem_op, b, (&k->value), bytesDecoded, mode );
1054 BDecComponentValidity PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
1060 AsnLen *bytesDecoded _AND_
1146 (*bytesDecoded) += totalElmtsLen1;
1151 GDecComponentValidity PARAMS (( mem_op,b, v, bytesDecoded, mode),
1155 AsnLen *bytesDecoded _AND_
1169 *bytesDecoded = 0;
1184 rc = GDecComponentTime (mem_op, b, (&k->notBefore), bytesDecoded, mode);
1202 rc = GDecComponentTime (mem_op, b, (&k->notAfter), bytesDecoded, mode);
1283 BDecComponentSubjectPublicKeyInfo PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
1289 AsnLen *bytesDecoded _AND_
1367 (*bytesDecoded) += totalElmtsLen1;
1372 GDecComponentSubjectPublicKeyInfo PARAMS (( mem_op,b, v, bytesDecoded, mode),
1376 AsnLen *bytesDecoded _AND_
1390 *bytesDecoded = 0;
1405 rc = GDecComponentAlgorithmIdentifier (mem_op, b, (&k->algorithm), bytesDecoded, mode);
1423 rc = GDecComponentBits (mem_op, b, (&k->subjectPublicKey), bytesDecoded, mode);
1547 BDecComponentExtensions PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
1553 AsnLen *bytesDecoded _AND_
1615 (*bytesDecoded) += totalElmtsLen1;
1620 GDecComponentExtensions PARAMS (( mem_op,b, v, bytesDecoded, mode),
1624 AsnLen *bytesDecoded _AND_
1640 *bytesDecoded = 0;
1666 rc = GDecComponentExtension (mem_op, b, tmpVar, bytesDecoded, mode);
1790 BDecComponentRelativeDistinguishedName PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
1796 AsnLen *bytesDecoded _AND_
1862 (*bytesDecoded) += totalElmtsLen1;
1867 GDecComponentRelativeDistinguishedName PARAMS (( mem_op,b, v, bytesDecoded, mode),
1871 AsnLen *bytesDecoded _AND_
1887 *bytesDecoded = 0;
1913 rc = GDecComponentAttributeTypeAndValue (mem_op, b, tmpVar, bytesDecoded, mode);
2028 BDecComponentRDNSequence PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
2034 AsnLen *bytesDecoded _AND_
2100 (*bytesDecoded) += totalElmtsLen1;
2105 GDecComponentRDNSequence PARAMS (( mem_op,b, v, bytesDecoded, mode),
2109 AsnLen *bytesDecoded _AND_
2125 *bytesDecoded = 0;
2151 rc = GDecComponentRelativeDistinguishedName (mem_op, b, tmpVar, bytesDecoded, mode);
2226 BDecComponentName PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
2232 AsnLen *bytesDecoded _AND_
2285 (*bytesDecoded) += totalElmtsLen1;
2290 GDecComponentName PARAMS (( mem_op,b, v, bytesDecoded, mode),
2294 AsnLen *bytesDecoded _AND_
2322 rc = GDecComponentRDNSequence (mem_op, b, (&k->a.rdnSequence), bytesDecoded, mode);
2489 BDecComponentTBSCertificate PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
2495 AsnLen *bytesDecoded _AND_
2748 (*bytesDecoded) += totalElmtsLen1;
2753 GDecComponentTBSCertificate PARAMS (( mem_op,b, v, bytesDecoded, mode),
2757 AsnLen *bytesDecoded _AND_
2771 *bytesDecoded = 0;
2786 rc = GDecComponentVersion (mem_op, b, (&k->version), bytesDecoded, DEC_ALLOC_MODE_0 );
2808 rc = GDecComponentCertificateSerialNumber (mem_op, b, (&k->serialNumber), bytesDecoded, mode);
2826 rc = GDecComponentAlgorithmIdentifier (mem_op, b, (&k->signature), bytesDecoded, mode);
2844 rc = GDecComponentName (mem_op, b, (&k->issuer), bytesDecoded, mode);
2862 rc = GDecComponentValidity (mem_op, b, (&k->validity), bytesDecoded, mode);
2880 rc = GDecComponentName (mem_op, b, (&k->subject), bytesDecoded, mode);
2898 …rc = GDecComponentSubjectPublicKeyInfo (mem_op, b, (&k->subjectPublicKeyInfo), bytesDecoded, mode…
2916 rc = GDecComponentUniqueIdentifier (mem_op, b, (&k->issuerUniqueIdentifier), bytesDecoded, mode);
2934 …rc = GDecComponentUniqueIdentifier (mem_op, b, (&k->subjectUniqueIdentifier), bytesDecoded, mode);
2952 rc = GDecComponentExtensions (mem_op, b, (&k->extensions), bytesDecoded, mode);
3044 BDecComponentCertificate PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
3050 AsnLen *bytesDecoded _AND_
3143 (*bytesDecoded) += totalElmtsLen1;
3148 GDecComponentCertificate PARAMS (( mem_op,b, v, bytesDecoded, mode),
3152 AsnLen *bytesDecoded _AND_
3166 *bytesDecoded = 0;
3181 rc = GDecComponentTBSCertificate (mem_op, b, (&k->toBeSigned), bytesDecoded, mode);
3199 rc = GDecComponentAlgorithmIdentifier (mem_op, b, (&k->signatureAlgorithm), bytesDecoded, mode);
3217 rc = GDecComponentBits (mem_op, b, (&k->signature), bytesDecoded, mode);