Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha384.c23 const u8 data[SHA384_BLOCK_SIZE]) in sha384_process() argument
114 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 …]
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha384.h27 #define SHA384_BLOCK_SIZE 128 macro
51 #if (MAX_BLOCK_SIZE < SHA384_BLOCK_SIZE)
53 #define MAX_BLOCK_SIZE SHA384_BLOCK_SIZE
66 u8 sha384_buffer[SHA384_BLOCK_SIZE];
H A Dhash_algs.h59 #ifdef SHA384_BLOCK_SIZE
291 .block_size = SHA384_BLOCK_SIZE,
/freebsd/contrib/wpa/src/crypto/
H A Dsha384_i.h14 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE macro
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/
H A Dsha2.h46 #define SHA384_BLOCK_SIZE 128 macro
/freebsd/crypto/krb5/src/lib/crypto/builtin/hash_provider/
H A Dhash_sha2.c88 SHA384_BLOCK_SIZE,