Searched refs:MAX_BLOCK_SIZE (Results 1 – 9 of 9) sorted by relevance
141 static const int MAX_BLOCK_SIZE = 8192; variable153 for(int block_size = MIN_BLOCK_SIZE / 2; block_size <= MAX_BLOCK_SIZE; block_size *= 2) in test_io()177 for(int block_size = MIN_BLOCK_SIZE; block_size <= MAX_BLOCK_SIZE; block_size *= 2) in test_io()209 for(int block_size = MIN_BLOCK_SIZE; block_size <= MAX_BLOCK_SIZE; block_size *= 2) in test_io_driver()231 for(int block_size = MIN_BLOCK_SIZE; block_size <= MAX_BLOCK_SIZE; block_size *= 2) in print_perf_data()
312 size_t block_enc_buf_len = MAX_BLOCK_SIZE + RESERVED_BYTE_PER_BLOCK; in Encrypt()313 …size_t encrypt_buf_len = plain_len + (plain_len + MAX_BLOCK_SIZE) / MAX_BLOCK_SIZE * RESERVED_BYTE… in Encrypt()323 size_t cur_block_size = std::min(MAX_BLOCK_SIZE, plain_len - offset); in Encrypt()363 std::vector<char> block_buf(MAX_BLOCK_SIZE + RESERVED_BYTE_PER_BLOCK); in Decrypt()365 std::vector<Byte> decrypt_block_buf(MAX_BLOCK_SIZE); in Decrypt()408 std::vector<Byte> decrypt_block_buf(MAX_BLOCK_SIZE); in Decrypt()
25 constexpr size_t MAX_BLOCK_SIZE = 512 * 1024 * 1024; // Maximum ciphertext segment, units is Byte variable
26 #define MAX_BLOCK_SIZE 64 macro57 bytes = rand() % MAX_BLOCK_SIZE + 1; in thread_func()
584 #define MAX_BLOCK_SIZE 32 macro594 uint8_t clear_block[4][MAX_BLOCK_SIZE] = {{0}}; // clear padding with 0 in av_image_fill_black()634 if (clear_block_size[comp.plane] > MAX_BLOCK_SIZE) in av_image_fill_black()645 uint16_t src_array[MAX_BLOCK_SIZE]; in av_image_fill_black()
2291 #define MAX_BLOCK_SIZE (15 * 1024 * 1024) macro2296 if (G_UNLIKELY (bytes > MAX_BLOCK_SIZE)) { in gst_matroska_parse_check_read_size()
5341 #define MAX_BLOCK_SIZE (15 * 1024 * 1024) macro5346 if (G_UNLIKELY (bytes > MAX_BLOCK_SIZE)) { in gst_matroska_demux_check_read_size()
822 #define MAX_BLOCK_SIZE 128 macro824 static unsigned char iv[2 * MAX_BLOCK_SIZE / 8];
766 This may be less than the product of the components of MAX_BLOCK_SIZE and is