Lines Matching refs:tlen
276 uint32_t tlen = getlength(b, &offs, len); in der_offs() local
277 if (tlen == DER_BAD) { in der_offs()
282 offs, tlen)); in der_offs()
293 if (offs + tlen > nbytes) in der_offs()
295 ms->c.li[m->cont_level - 1].off = CAST(int, offs + tlen); in der_offs()
308 uint32_t tag, tlen; in der_cmp() local
322 tlen = getlength(b, &offs, len); in der_cmp()
323 if (tlen == DER_BAD) { in der_cmp()
361 __func__, slen, tlen); in der_cmp()
362 if (tlen != slen) { in der_cmp()
363 DPRINTF(("%s: len %u != %zu\n", __func__, tlen, slen)); in der_cmp()
370 tlen)); in der_cmp()
371 der_data(buf, sizeof(buf), tag, b + offs, tlen); in der_cmp()