Searched refs:asnobj_len (Results 1 – 1 of 1) sorted by relevance
351 size_t asnobj_len, hdrlen; in asn_parse_header() local362 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_header()370 if (*bufsz_p < (asnobj_len + hdrlen)) in asn_parse_header()432 size_t asnobj_len, hdrlen; in asn_parse_int() local445 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_int()452 if (*bufsz_p < (hdrlen + asnobj_len)) in asn_parse_int()458 *bufsz_p -= (hdrlen + asnobj_len); in asn_parse_int()464 while (asnobj_len--) { in asn_parse_int()477 size_t asnobj_len, hdrlen; in asn_parse_uint() local489 if ((p = asn_parse_length(buf + 1, &asnobj_len)) == NULL) in asn_parse_uint()[all …]