Searched refs:SHA384_BLOCK_SIZE (Results 1 – 10 of 10) sorted by relevance
/external/mmc-utils/3rdparty/hmac_sha/ |
D | hmac_sha2.c | 226 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()
|
D | hmac_sha2.h | 79 unsigned char block_ipad[SHA384_BLOCK_SIZE]; 80 unsigned char block_opad[SHA384_BLOCK_SIZE];
|
D | sha2.h | 48 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE macro
|
D | sha2.c | 664 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/ |
D | sha384_i.h | 14 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE macro
|
/external/tpm2/ |
D | CpriHashData.c | 20 {TPM_ALG_SHA384, SHA384_DIGEST_SIZE, SHA384_BLOCK_SIZE,
|
D | Implementation.h | 481 #define SHA384_BLOCK_SIZE 128 macro 862 MAX(ALG_SHA384 * SHA384_BLOCK_SIZE, \
|
D | part4.txt | 24687 413 #define SHA384_BLOCK_SIZE 128 25103 776 MAX(ALG_SHA384 * SHA384_BLOCK_SIZE, \ 27545 11 {TPM_ALG_SHA384, SHA384_DIGEST_SIZE, SHA384_BLOCK_SIZE,
|
/external/tpm2/generator/ |
D | raw_structures.txt | 16247 SHA384_BLOCK_SIZE
|
D | raw_structures_fixed.txt | 16220 SHA384_BLOCK_SIZE
|