Searched refs:BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
/tf-a-ffa_el3_spmc/tools/cert_create/src/ |
A D | sha.c | 12 #define BUFFER_SIZE 256 macro 20 unsigned char data[BUFFER_SIZE]; in sha_file() 35 while ((bytes = fread(data, 1, BUFFER_SIZE, inFile)) != 0) { in sha_file() 41 while ((bytes = fread(data, 1, BUFFER_SIZE, inFile)) != 0) { in sha_file() 47 while ((bytes = fread(data, 1, BUFFER_SIZE, inFile)) != 0) { in sha_file()
|
/tf-a-ffa_el3_spmc/tools/encrypt_fw/src/ |
A D | encrypt.c | 15 #define BUFFER_SIZE 256 macro 29 unsigned char data[BUFFER_SIZE], enc_data[BUFFER_SIZE]; in gcm_encrypt() 99 while ((bytes = fread(data, 1, BUFFER_SIZE, ip_file)) != 0) { in gcm_encrypt()
|
Completed in 3 milliseconds