Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dsocfpgaimage.c42 #define PADDED_SIZE 0x10000 macro
45 #define MAX_INPUT_SIZE (PADDED_SIZE - sizeof(uint32_t))
47 static uint8_t buffer[PADDED_SIZE];
126 return PADDED_SIZE; in sign_buffer()
142 if (len < HEADER_OFFSET || len > PADDED_SIZE) { in verify_buffer()
170 if (image_size != PADDED_SIZE) in socfpgaimage_verify_header()
212 #define FAKE_HEADER_SIZE (PADDED_SIZE - data_size)