HomeSort by relevance Sort by last modified time
    Searched refs:SHA384_BLOCK_SIZE (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/crypto/
sha384_i.h 14 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE
  /external/tpm2/
CpriHashData.c 20 {TPM_ALG_SHA384, SHA384_DIGEST_SIZE, SHA384_BLOCK_SIZE,
Implementation.h 494 #define SHA384_BLOCK_SIZE 128
    [all...]
  /external/mmc-utils/3rdparty/hmac_sha/
hmac_sha2.h 79 unsigned char block_ipad[SHA384_BLOCK_SIZE];
80 unsigned char block_opad[SHA384_BLOCK_SIZE];
sha2.h 48 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE
hmac_sha2.c 226 if (key_size == SHA384_BLOCK_SIZE) {
228 num = SHA384_BLOCK_SIZE;
230 if (key_size > SHA384_BLOCK_SIZE){
234 } else { /* key_size > SHA384_BLOCK_SIZE */
238 fill = SHA384_BLOCK_SIZE - num;
250 sha384_update(&ctx->ctx_inside, ctx->block_ipad, SHA384_BLOCK_SIZE);
254 SHA384_BLOCK_SIZE);
sha2.c 664 tmp_len = SHA384_BLOCK_SIZE - ctx->len;
669 if (ctx->len + len < SHA384_BLOCK_SIZE) {
675 block_nb = new_len / SHA384_BLOCK_SIZE;
682 rem_len = new_len % SHA384_BLOCK_SIZE;
701 block_nb = (1 + ((SHA384_BLOCK_SIZE - 17)
702 < (ctx->len % SHA384_BLOCK_SIZE)));
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 39 #define SHA384_BLOCK_SIZE 128
    [all...]
  /system/tpm/trunks/
tpm_generated.h 69 #if !defined(SHA384_BLOCK_SIZE)
70 #define SHA384_BLOCK_SIZE 128
    [all...]

Completed in 224 milliseconds