Searched refs:too_big_sizes (Results 1 – 1 of 1) sorted by relevance
223 uint32_t too_big_sizes[] = { INT_MAX, INT_MAX / 2, INT_MAX / 4, INT_MAX / 8 + 1}; in check_too_large() local228 for (n = 0; n < sizeof(too_big_sizes) / sizeof(too_big_sizes); n++) { in check_too_large()230 krb5_store_uint32(sp, too_big_sizes[n]); in check_too_large()