HomeSort by: relevance | last modified time | path
    Searched defs:ttag (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn1_lib.c 159 int i, ttag; local
167 for (i = 0, ttag = tag; ttag > 0; i++)
168 ttag >>= 7;
169 ttag = i;
172 if (i != (ttag - 1))
176 p += ttag;
tasn_enc.c 216 int i, ret, flags, ttag, tclass, ndef; local
241 ttag = tt->tag;
245 ttag = tag;
248 ttag = -1;
257 * At this point 'ttag' contains the outer tag to use, 'tclass' is the
289 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) {
290 sktag = ttag;
316 ret = ASN1_object_size(ndef, sklen, ttag);
326 ASN1_put_object(out, ndef, sklen, ttag, tclass);
348 ret = ASN1_object_size(ndef, i, ttag);
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_enc.c 217 int i, ret, ttag, tclass, ndef, len; local
241 ttag = tt->tag;
245 ttag = tag;
248 ttag = -1;
257 * At this point 'ttag' contains the outer tag to use, 'tclass' is the
289 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) {
290 sktag = ttag;
319 ret = ASN1_object_size(ndef, sklen, ttag);
329 ASN1_put_object(out, ndef, sklen, ttag, tclass);
356 ret = ASN1_object_size(ndef, i, ttag);
    [all...]
asn1_lib.c 164 int i, ttag; local
172 for (i = 0, ttag = tag; ttag > 0; i++)
173 ttag >>= 7;
174 ttag = i;
177 if (i != (ttag - 1))
181 p += ttag;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn1_lib.c 164 int i, ttag; local
172 for (i = 0, ttag = tag; ttag > 0; i++)
173 ttag >>= 7;
174 ttag = i;
177 if (i != (ttag - 1))
181 p += ttag;
tasn_enc.c 220 int i, ret, ttag, tclass, ndef, len; local
244 ttag = tt->tag;
248 ttag = tag;
251 ttag = -1;
260 * At this point 'ttag' contains the outer tag to use, 'tclass' is the
292 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) {
293 sktag = ttag;
322 ret = ASN1_object_size(ndef, sklen, ttag);
332 ASN1_put_object(out, ndef, sklen, ttag, tclass);
359 ret = ASN1_object_size(ndef, i, ttag);
    [all...]

Completed in 30 milliseconds