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

  /external/wpa_supplicant_8/src/crypto/
sha512_i.h 12 #define SHA512_BLOCK_SIZE 128
17 u8 buf[SHA512_BLOCK_SIZE];
  /external/mmc-utils/3rdparty/hmac_sha/
sha2.h 47 #define SHA512_BLOCK_SIZE (1024 / 8)
48 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE
72 unsigned char block[2 * SHA512_BLOCK_SIZE];
  /external/vboot_reference/firmware/lib/cryptolib/include/
sha.h 24 #define SHA512_BLOCK_SIZE 128
51 uint8_t block[2 * SHA512_BLOCK_SIZE];
  /external/tpm2/
Implementation.h 489 #define SHA512_BLOCK_SIZE 128
    [all...]
  /system/tpm/trunks/
tpm_generated.h 73 #if !defined(SHA512_BLOCK_SIZE)
74 #define SHA512_BLOCK_SIZE 128
    [all...]

Completed in 102 milliseconds