Searched refs:MAX_BLOCKS (Results 1 – 2 of 2) sorted by relevance
19 MAX_BLOCKS = 1024 /* For simplicity of implementation */ enumerator62 int offsets[MAX_BLOCKS]; in test_compress()92 if (offsetsEnd - offsets > MAX_BLOCKS) { exit(2); } in test_compress()115 int offsets[MAX_BLOCKS]; in test_decompress()
80 const MAX_BLOCKS: usize = 255; in hkdf_output_len_tests() constant92 let max_out_len = MAX_BLOCKS * alg.hmac_algorithm().digest_algorithm().output_len; in hkdf_output_len_tests()