Lines Matching refs:end
102 u8 *pos, *end;
113 end = out + *outlen;
114 while (*pos && pos < end)
116 if (pos == end)
204 const u8 *pos, *end, *next, *da_end;
247 end = pos + hdr.length;
257 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
307 end = decrypted + decrypted_len;
309 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
330 if (hdr.payload + hdr.length != end) {
336 end - hdr.payload - hdr.length);