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

  /external/fio/crc/
sha256.h 5 #define SHA256_BLOCK_SIZE 64
  /external/wpa_supplicant_8/src/crypto/
sha256_i.h 12 #define SHA256_BLOCK_SIZE 64
17 u8 buf[SHA256_BLOCK_SIZE];
  /external/libchrome/crypto/
hmac_win.cc 29 SHA256_BLOCK_SIZE = 64 // Block size (in bytes) of the input to SHA-256.
52 unsigned char key0[SHA256_BLOCK_SIZE];
53 if (key_len > SHA256_BLOCK_SIZE) {
57 memset(key0 + SHA256_LENGTH, 0, SHA256_BLOCK_SIZE - SHA256_LENGTH);
60 if (key_len < SHA256_BLOCK_SIZE)
61 memset(key0 + key_len, 0, SHA256_BLOCK_SIZE - key_len);
64 unsigned char padded_key[SHA256_BLOCK_SIZE];
68 for (int i = 0; i < SHA256_BLOCK_SIZE; ++i)
73 SHA256_Update(&ctx, padded_key, SHA256_BLOCK_SIZE);
78 for (int i = 0; i < SHA256_BLOCK_SIZE; ++i
    [all...]
  /external/mmc-utils/3rdparty/hmac_sha/
sha2.h 46 #define SHA256_BLOCK_SIZE ( 512 / 8)
49 #define SHA224_BLOCK_SIZE SHA256_BLOCK_SIZE
65 unsigned char block[2 * SHA256_BLOCK_SIZE];
  /external/vboot_reference/firmware/lib/cryptolib/include/
sha.h 21 #define SHA256_BLOCK_SIZE 64
43 uint8_t block[2 * SHA256_BLOCK_SIZE];
  /external/tpm2/
Implementation.h 473 #define SHA256_BLOCK_SIZE 64
    [all...]
  /system/tpm/trunks/
tpm_generated.h 49 #if !defined(SHA256_BLOCK_SIZE)
50 #define SHA256_BLOCK_SIZE 64
    [all...]

Completed in 396 milliseconds