Searched refs:ttag (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dasn1_lib.c201 int i, ttag; local
209 for (i = 0, ttag = tag; ttag > 0; i++)
210 ttag >>= 7;
211 ttag = i;
214 if (i != (ttag - 1))
218 p += ttag;
H A Dtasn_enc.c265 int i, ret, flags, ttag, tclass, ndef; local
280 ttag = tt->tag;
284 ttag = tag;
287 ttag = -1;
296 * At this point 'ttag' contains the outer tag to use, 'tclass' is the
328 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) {
329 sktag = ttag;
350 ret = ASN1_object_size(ndef, sklen, ttag);
360 ASN1_put_object(out, ndef, sklen, ttag, tclass);
382 ret = ASN1_object_size(ndef, i, ttag);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_lib.c199 int i, ttag; local
208 for(i = 0, ttag = tag; ttag > 0; i++) ttag >>=7;
209 ttag = i;
213 if(i != (ttag - 1)) p[i] |= 0x80;
216 p += ttag;
H A Dtasn_enc.c273 int i, ret, flags, ttag, tclass, ndef; local
288 ttag = tt->tag;
294 ttag = tag;
299 ttag = -1;
307 /* At this point 'ttag' contains the outer tag to use,
340 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG))
342 sktag = ttag;
365 ret = ASN1_object_size(ndef, sklen, ttag);
374 ASN1_put_object(out, ndef, sklen, ttag, tclass);
399 ret = ASN1_object_size(ndef, i, ttag);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dasn1_lib.c201 int i, ttag; local
209 for (i = 0, ttag = tag; ttag > 0; i++)
210 ttag >>= 7;
211 ttag = i;
214 if (i != (ttag - 1))
218 p += ttag;
H A Dtasn_enc.c265 int i, ret, flags, ttag, tclass, ndef; local
280 ttag = tt->tag;
284 ttag = tag;
287 ttag = -1;
296 * At this point 'ttag' contains the outer tag to use, 'tclass' is the
328 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) {
329 sktag = ttag;
350 ret = ASN1_object_size(ndef, sklen, ttag);
360 ASN1_put_object(out, ndef, sklen, ttag, tclass);
382 ret = ASN1_object_size(ndef, i, ttag);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/native/
H A Dpvchk_inst.h43 /* Note that "ttag" and "cover" are also privilege-sensitive; "ttag"
48 #define ttag .error "ttag should not be used directly." macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c528 static void read_chapter(AVFormatContext *s, AVIOContext *pb, int len, char *ttag, ID3v2ExtraMeta **extra_meta, int isv34) argument

Completed in 205 milliseconds