Searched refs:SHA384_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance
23 const u8 data[SHA384_BLOCK_SIZE]) in sha384_process() argument114 fill = (SHA384_BLOCK_SIZE - left); in sha384_update()127 while (remain_ilen >= SHA384_BLOCK_SIZE) { in sha384_update()129 data_ptr += SHA384_BLOCK_SIZE; in sha384_update()130 remain_ilen -= SHA384_BLOCK_SIZE; in sha384_update()151 u8 last_padded_block[2 * SHA384_BLOCK_SIZE]; in sha384_final()161 block_present = (ctx->sha384_total[0] % SHA384_BLOCK_SIZE); in sha384_final()172 if (block_present > (SHA384_BLOCK_SIZE - 1 - (2 * sizeof(u64)))) { in sha384_final()176 2 * (SHA384_BLOCK_SIZE - sizeof(u64))); in sha384_final()178 ret = sha384_process(ctx, last_padded_block + SHA384_BLOCK_SIZE); EG(ret, err); in sha384_final()[all …]
27 #define SHA384_BLOCK_SIZE 128 macro51 #if (MAX_BLOCK_SIZE < SHA384_BLOCK_SIZE)53 #define MAX_BLOCK_SIZE SHA384_BLOCK_SIZE66 u8 sha384_buffer[SHA384_BLOCK_SIZE];
59 #ifdef SHA384_BLOCK_SIZE291 .block_size = SHA384_BLOCK_SIZE,
14 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE macro
46 #define SHA384_BLOCK_SIZE 128 macro
88 SHA384_BLOCK_SIZE,