Home
last modified time | relevance | path

Searched refs:map_alloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-common.c63 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 Dcheck-common.h73 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
H A Dcheck-gen.c740 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 DChangeLog993 * check-common.h (map_alloc, generic_decode_fail): prototypes
995 * check-common.c (map_alloc): make input buffer const