Searched refs:asnobj_len (Results 1 – 1 of 1) sorted by relevance
369 size_t asnobj_len, hdrlen; in asn_parse_header() local380 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_header()388 if (*bufsz_p < (asnobj_len + hdrlen)) in asn_parse_header()450 size_t asnobj_len, hdrlen; in asn_parse_int() local463 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_int()470 if (*bufsz_p < (hdrlen + asnobj_len)) in asn_parse_int()476 *bufsz_p -= (hdrlen + asnobj_len); in asn_parse_int()482 while (asnobj_len--) { in asn_parse_int()495 size_t asnobj_len, hdrlen; in asn_parse_uint() local507 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_uint()[all …]