Searched refs:x_len (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/uefisign/ |
H A D | pe.c | 150 if (off >= (off_t)x->x_len) { in range_check() 152 name, (intmax_t)off, x->x_len); in range_check() 154 if (len >= x->x_len) { in range_check() 156 name, len, x->x_len); in range_check() 158 if (off + len > x->x_len) { in range_check() 160 name, (intmax_t)(off + len), x->x_len); in range_check() 322 for (i = 0; i + sizeof(tmp) < x->x_len; i += 2) { in compute_checksum() 330 assert(i + sizeof(tmp) <= x->x_len); in compute_checksum() 342 cksum += x->x_len; in compute_checksum() 388 if (x->x_len < x->x_headers_len) in parse_optional_32_plus() [all …]
|
H A D | child.c | 78 x->x_len = len; in load() 166 if (sum_of_bytes_hashed > x->x_len) in digest() 172 if (sum_of_bytes_hashed < x->x_len) { in digest() 174 x->x_len - (signature_size(x) + sum_of_bytes_hashed)); in digest() 219 nwritten = fwrite(x->x_buf, x->x_len, 1, fp); in save()
|
H A D | uefisign.h | 45 size_t x_len; member
|
/freebsd/contrib/ldns/ |
H A D | str2host.c | 2318 uint16_t x_len , y_len; in svcparam_ptr_cmp() local 2323 x_len = ldns_read_uint16(x + 2); in svcparam_ptr_cmp() 2326 return x_len != y_len in svcparam_ptr_cmp() 2327 ? (x_len > y_len ? 1 : -1) in svcparam_ptr_cmp() 2328 : (x_len == 0 ? 0 : memcmp(x + 4, y + 4, x_len)); in svcparam_ptr_cmp()
|
/freebsd/sys/dev/wg/ |
H A D | wg_noise.c | 1234 size_t a_len, size_t b_len, size_t c_len, size_t x_len, in noise_kdf() argument 1241 hmac(sec, x, ck, BLAKE2S_HASH_SIZE, x_len, NOISE_HASH_LEN); in noise_kdf()
|