Searched refs:asnobj_len_p (Results 1 – 1 of 1) sorted by relevance
401 asn_parse_length(uchar_t *buf, size_t *asnobj_len_p) in asn_parse_length() argument412 *asnobj_len_p = (size_t)buf[0]; in asn_parse_length()429 if (n_length_octets > sizeof (*asnobj_len_p)) in asn_parse_length()436 *asnobj_len_p = 0; in asn_parse_length()438 *asnobj_len_p <<= 8; in asn_parse_length()439 *asnobj_len_p |= *p++; in asn_parse_length()