Lines Matching refs:bytesDecoded

88 GDecComponentBits ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode )  in GDecComponentBits()  argument
105 if ( GDecAsnBitsContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentBits()
119 BDecComponentBitsTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentBitsTag() argument
120 return BDecComponentBits ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentBitsTag()
125 AsnLen *bytesDecoded, int mode ) in BDecComponentBits() argument
144 rc = BDecAsnBits ( mem_op, b, &result, bytesDecoded ); in BDecComponentBits()
146 rc = BDecAsnBitsContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentBits()
178 GDecComponentBMPString ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode) in GDecComponentBMPString() argument
195 *bytesDecoded = 0; in GDecComponentBMPString()
197 if ( GDecBMPStringContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentBMPString()
213 BDecComponentBMPStringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentBMPStringTag() argument
214 return BDecComponentBMPString ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentBMPStringTag()
219 AsnLen *bytesDecoded, int mode ) in BDecComponentBMPString() argument
238 rc = BDecBMPString ( mem_op, b, &result, bytesDecoded ); in BDecComponentBMPString()
240 rc = BDecBMPStringContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentBMPString()
273 AsnLen *bytesDecoded, int mode) { in GDecComponentUTF8String() argument
289 *bytesDecoded = 0; in GDecComponentUTF8String()
291 if ( GDecUTF8StringContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentUTF8String()
306 BDecComponentUTF8StringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentUTF8StringTag() argument
307 return BDecComponentUTF8String ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentUTF8StringTag()
312 void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentUTF8String() argument
331 rc = BDecUTF8String ( mem_op, b, &result, bytesDecoded ); in BDecComponentUTF8String()
333 rc = BDecUTF8StringContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentUTF8String()
365 AsnLen *bytesDecoded, int mode) { in GDecComponentTeletexString() argument
381 *bytesDecoded = 0; in GDecComponentTeletexString()
383 if ( GDecTeletexStringContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentTeletexString()
435 GDecComponentBool ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentBool() argument
451 if ( GDecAsnBoolContent( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentBool()
466 BDecComponentBoolTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentBoolTag() argument
467 return BDecComponentBool ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentBoolTag()
472 AsnLen *bytesDecoded, int mode ) in BDecComponentBool() argument
490 rc = BDecAsnBool ( mem_op, b, &result, bytesDecoded ); in BDecComponentBool()
492 rc = BDecAsnBoolContent( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentBool()
546 GDecComponentEnum ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentEnum() argument
563 if ( GDecAsnEnumContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentEnum()
592 BDecComponentEnumTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentEnumTag() argument
593 return BDecComponentEnum ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentEnumTag()
598 AsnLen *bytesDecoded, int mode ) in BDecComponentEnum() argument
617 rc = BDecAsnEnum ( mem_op, b, &result, bytesDecoded ); in BDecComponentEnum()
619 rc = BDecAsnEnumContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentEnum()
661 BDecComponentIA5StringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentIA5StringTag() argument
662 return BDecComponentIA5String ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentIA5StringTag()
667 AsnLen *bytesDecoded, int mode ) in BDecComponentIA5String() argument
686 rc = BDecIA5String ( mem_op, b, &result, bytesDecoded ); in BDecComponentIA5String()
688 rc = BDecIA5StringContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentIA5String()
756 GDecComponentInt( void* mem_op, GenBuf * b, void *v, AsnLen *bytesDecoded, int mode) in GDecComponentInt() argument
773 if ( GDecAsnIntContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentInt()
787 BDecComponentIntTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentIntTag() argument
788 return BDecComponentInt ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentIntTag()
793 AsnLen *bytesDecoded, int mode ) in BDecComponentInt() argument
812 rc = BDecAsnInt ( mem_op, b, &result, bytesDecoded ); in BDecComponentInt()
814 rc = BDecAsnIntContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentInt()
862 GDecComponentNull ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentNull() argument
879 if ( GDecAsnNullContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentNull()
906 BDecComponentNullTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentNullTag() argument
908 return BDecComponentNull ( mem_op, b, 0, 0, v,bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentNullTag()
913 AsnLen *bytesDecoded, int mode ) in BDecComponentNull() argument
932 rc = BDecAsnNull ( mem_op, b, &result, bytesDecoded ); in BDecComponentNull()
935 rc = BDecAsnNullContent ( mem_op, b, tagId, len, &result, bytesDecoded); in BDecComponentNull()
963 BDecComponentNumericStringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentNumericStringTag() argument
964 return BDecComponentNumericString ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentNumericStringTag()
968 …ring ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentNumericString() argument
987 rc = BDecNumericString ( mem_op, b, &result, bytesDecoded ); in BDecComponentNumericString()
989 rc = BDecNumericStringContent ( mem_op, b, tagId, len, &result, bytesDecoded); in BDecComponentNumericString()
1067 GDecComponentOcts ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentOcts() argument
1084 if ( GDecAsnOctsContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentOcts()
1111 BDecComponentOctsTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentOctsTag() argument
1112 return BDecComponentOcts ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentOctsTag()
1117 AsnLen *bytesDecoded, int mode ) in BDecComponentOcts() argument
1136 rc = BDecAsnOcts ( mem_op, b, &result, bytesDecoded ); in BDecComponentOcts()
1138 rc = BDecAsnOctsContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentOcts()
1205 GDecAsnDescOidContent ( void* mem_op, GenBuf *b, GAsnOid *result, AsnLen *bytesDecoded ){ in GDecAsnDescOidContent() argument
1244 GDecComponentOid ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentOid() argument
1264 if ( GDecAsnOidContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentOid()
1271 if ( GDecAsnDescOidContent ( mem_op, b, &result, bytesDecoded ) < 0 ){ in GDecComponentOid()
1286 BDecComponentOidTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentOidTag() argument
1287 return BDecComponentOid ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentOidTag()
1292 AsnLen *bytesDecoded, int mode ) in BDecComponentOid() argument
1311 rc = BDecAsnOid ( mem_op, b, &result, bytesDecoded ); in BDecComponentOid()
1313 rc = BDecAsnOidContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentOid()
1331 BDecComponentPrintableStringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentPrintableStringTag() argument
1333 return BDecComponentPrintableString ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentPrintableStringTag()
1337 …tring( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentPrintableString() argument
1356 rc = BDecPrintableString ( mem_op, b, &result, bytesDecoded ); in BDecComponentPrintableString()
1358 rc = BDecPrintableStringContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentPrintableString()
1376 BDecComponentTeletexStringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentTeletexStringTag() argument
1378 return BDecComponentTeletexString ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentTeletexStringTag()
1382 …tring( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentTeletexString() argument
1401 rc = BDecTeletexString ( mem_op, b, &result, bytesDecoded ); in BDecComponentTeletexString()
1403 rc = BDecTeletexStringContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentTeletexString()
1457 GDecComponentReal ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentReal() argument
1474 if ( GDecAsnRealContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentReal()
1488 BDecComponentRealTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentRealTag() argument
1489 return BDecComponentReal ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentRealTag()
1493 …Real ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentReal() argument
1512 rc = BDecAsnReal ( mem_op, b, &result, bytesDecoded ); in BDecComponentReal()
1514 rc = BDecAsnRealContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentReal()
1571 GDecComponentRelativeOid ( void* mem_op, GenBuf *b,void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentRelativeOid() argument
1588 if ( GDecAsnRelativeOidContent ( mem_op, b, &result, bytesDecoded ) < 0 ) { in GDecComponentRelativeOid()
1602 BDecComponentRelativeOidTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentRelativeOidTag() argument
1603 return BDecComponentRelativeOid ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentRelativeOidTag()
1607 …eOid ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentRelativeOid() argument
1626 rc = BDecAsnRelativeOid ( mem_op, b, &result, bytesDecoded ); in BDecComponentRelativeOid()
1628 rc = BDecAsnRelativeOidContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentRelativeOid()
1663 GDecComponentUniversalString ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentUniversalString() argument
1665 if ( GDecComponentUTF8String ( mem_op, b, v, bytesDecoded, mode) < 0 ) in GDecComponentUniversalString()
1674 BDecComponentUniversalStringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode … in BDecComponentUniversalStringTag() argument
1675 return BDecComponentUniversalString ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentUniversalStringTag()
1679 …ring ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentUniversalString() argument
1698 rc = BDecUniversalString ( mem_op, b, &result, bytesDecoded ); in BDecComponentUniversalString()
1700 rc = BDecUniversalStringContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentUniversalString()
1716 BDecComponentVisibleStringTag ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) { in BDecComponentVisibleStringTag() argument
1717 return BDecComponentVisibleString ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentVisibleStringTag()
1721 …ring ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, AsnLen *bytesDecoded, int mode ) in BDecComponentVisibleString() argument
1740 rc = BDecVisibleString ( mem_op, b, &result, bytesDecoded ); in BDecComponentVisibleString()
1742 rc = BDecVisibleStringContent ( mem_op, b, tagId, len, &result, bytesDecoded ); in BDecComponentVisibleString()
1827 BEncComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode) in BEncComponentAny() argument
1845 result->cai->BER_Decode ( mem_op, b, result->value, (int*)bytesDecoded, DEC_ALLOC_MODE_1); in BEncComponentAny()
1869 BDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode) { in BDecComponentAny() argument
1885 …result->cai->BER_Decode ( mem_op, b, (ComponentSyntaxInfo*)&result->value, (int*)bytesDecoded, DEC… in BDecComponentAny()
1909 GDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode) { in GDecComponentAny() argument
1923 result->cai->GSER_Decode ( mem_op, b, result->value, (int*)bytesDecoded, DEC_ALLOC_MODE_1); in GDecComponentAny()
2176 AsnLen *bytesDecoded _AND_ in BDecComponentTop()
2178 tag = BDecTag ( b, bytesDecoded ); in BDecComponentTop()
2179 elmtLen = BDecLen ( b, bytesDecoded ); in BDecComponentTop()
2185 return (*decoder)( mem_op, b, tag, elmtLen, (ComponentSyntaxInfo*)v,(int*)bytesDecoded, mode ); in BDecComponentTop()