Searched refs:too_big_sizes (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_store.c223 uint32_t too_big_sizes[] = { INT_MAX, INT_MAX / 2, INT_MAX / 4, INT_MAX / 8 + 1}; local
228 for (n = 0; n < sizeof(too_big_sizes) / sizeof(too_big_sizes); n++) {
230 krb5_store_uint32(sp, too_big_sizes[n]);

Completed in 47 milliseconds