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

  /external/tpm2/
CpriHashData.c 12 {TPM_ALG_SHA1, SHA1_DIGEST_SIZE, SHA1_BLOCK_SIZE,
Implementation.h 478 #define SHA1_BLOCK_SIZE 64
    [all...]
  /external/vboot_reference/host/lib/
file_keys.c 64 uint8_t data[SHA1_BLOCK_SIZE];
73 while ( (len = read(input_fd, data, SHA1_BLOCK_SIZE)) ==
74 SHA1_BLOCK_SIZE)
  /external/elfutils/lib/
sha1.h 39 #define SHA1_BLOCK_SIZE 64
  /external/vboot_reference/firmware/lib/cryptolib/include/
sha.h 18 #define SHA1_BLOCK_SIZE 64
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 45 #define SHA1_BLOCK_SIZE 64
53 #define SIG_CALC_BUFFER_SIZE (16 * SHA1_BLOCK_SIZE)
  /external/vboot_reference/firmware/lib/cryptolib/
padding.c 212 SHA1_BLOCK_SIZE,
215 SHA1_BLOCK_SIZE,
218 SHA1_BLOCK_SIZE,
221 SHA1_BLOCK_SIZE,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 31 #define SHA1_BLOCK_SIZE 64
    [all...]
  /system/tpm/trunks/
tpm_generated.h 37 #if !defined(SHA1_BLOCK_SIZE)
38 #define SHA1_BLOCK_SIZE 64
    [all...]

Completed in 1146 milliseconds