HomeSort by relevance Sort by last modified time
    Searched defs:SHA256_DIGEST_SIZE (Results 1 - 11 of 11) sorted by null

  /external/libconstrainedcrypto/include/constrainedcrypto/
sha256.h 46 #define SHA256_DIGEST_SIZE 32
  /external/fio/crc/
sha256.h 4 #define SHA256_DIGEST_SIZE 32
9 uint32_t state[SHA256_DIGEST_SIZE / 4];
sha256.c 25 #define SHA256_DIGEST_SIZE 32
  /external/lzma/C/
Sha256.h 11 #define SHA256_DIGEST_SIZE 32
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h 41 #define SHA256_DIGEST_SIZE 32
    [all...]
  /external/mmc-utils/3rdparty/hmac_sha/
sha2.h 42 #define SHA256_DIGEST_SIZE ( 256 / 8)
  /external/vboot_reference/firmware/lib/cryptolib/include/
sha.h 20 #define SHA256_DIGEST_SIZE 32
44 uint8_t buf[SHA256_DIGEST_SIZE]; /* Used for storing the final digest. */
76 * SHA256_DIGEST_SIZE bytes.
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.h 74 #define SHA256_DIGEST_SIZE 32
  /external/tpm2/
Implementation.h 283 #define CONTEXT_INTEGRITY_HASH_SIZE SHA256_DIGEST_SIZE
485 #define SHA256_DIGEST_SIZE 32
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 34 #define SHA256_DIGEST_SIZE 32
115 #define CONTEXT_INTEGRITY_HASH_SIZE SHA256_DIGEST_SIZE
    [all...]
  /system/tpm/trunks/
tpm_generated.h 50 #if !defined(SHA256_DIGEST_SIZE)
51 #define SHA256_DIGEST_SIZE 32
309 #define CONTEXT_INTEGRITY_HASH_SIZE SHA256_DIGEST_SIZE
    [all...]

Completed in 352 milliseconds