Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.c226 if (key_size == SHA384_BLOCK_SIZE) { in hmac_sha384_init()
228 num = SHA384_BLOCK_SIZE; in hmac_sha384_init()
230 if (key_size > SHA384_BLOCK_SIZE){ in hmac_sha384_init()
238 fill = SHA384_BLOCK_SIZE - num; in hmac_sha384_init()
250 sha384_update(&ctx->ctx_inside, ctx->block_ipad, SHA384_BLOCK_SIZE); in hmac_sha384_init()
254 SHA384_BLOCK_SIZE); in hmac_sha384_init()
Dhmac_sha2.h79 unsigned char block_ipad[SHA384_BLOCK_SIZE];
80 unsigned char block_opad[SHA384_BLOCK_SIZE];
Dsha2.h48 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE macro
Dsha2.c664 tmp_len = SHA384_BLOCK_SIZE - ctx->len; in sha384_update()
669 if (ctx->len + len < SHA384_BLOCK_SIZE) { in sha384_update()
675 block_nb = new_len / SHA384_BLOCK_SIZE; in sha384_update()
682 rem_len = new_len % SHA384_BLOCK_SIZE; in sha384_update()
701 block_nb = (1 + ((SHA384_BLOCK_SIZE - 17) in sha384_final()
702 < (ctx->len % SHA384_BLOCK_SIZE))); in sha384_final()
/external/wpa_supplicant_8/src/crypto/
Dsha384_i.h14 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE macro
/external/tpm2/
DCpriHashData.c20 {TPM_ALG_SHA384, SHA384_DIGEST_SIZE, SHA384_BLOCK_SIZE,
DImplementation.h494 #define SHA384_BLOCK_SIZE 128 macro
875 MAX(ALG_SHA384 * SHA384_BLOCK_SIZE, \