Searched refs:map_alloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | check-common.c | 63 map_alloc(enum map_type type, const void *buf, in map_alloc() function 235 data = map_alloc(OVERRUN, NULL, data_size, &data_map); in generic_test() 238 buf = map_alloc(UNDERRUN, NULL, buf_sz, &buf_map); in generic_test() 282 buf2 = map_alloc(OVERRUN, buf, sz, &buf2_map); in generic_test() 388 data = map_alloc(OVERRUN, NULL, data_size, &data_map); in generic_decode_fail() 398 buf = map_alloc(OVERRUN, bytes, sz, &buf_map); in generic_decode_fail()
|
H A D | check-common.h | 73 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
|
H A D | check-gen.c | 740 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page); in check_tag_length() 796 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page); in test_choice() 855 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page); in test_implicit()
|
H A D | ChangeLog | 993 * check-common.h (map_alloc, generic_decode_fail): prototypes 995 * check-common.c (map_alloc): make input buffer const
|