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

  /system/keymaster/
ocb_utils.cpp 81 UniquePtr<uint8_t[]> hash_buf(new (std::nothrow) uint8_t[SHA256_DIGEST_LENGTH]);
82 if (!hash_buf.get())
84 Eraser hash_eraser(hash_buf.get(), SHA256_DIGEST_LENGTH);
90 if (!ctx->get() || !hash_buf.get() || !derived_key.get())
97 SHA256_Final(hash_buf.get(), &sha256_ctx);
106 AES_encrypt(hash_buf.get(), derived_key.get(), &aes_key);
  /system/core/libmincrypt/test/
ecdsa_test.c 220 unsigned char hash_buf[SHA256_DIGEST_SIZE]; local
267 SHA256_hash(message, mlen, hash_buf); \
268 p256_from_bin(hash_buf, &hash); \
  /system/core/fs_mgr/
fs_mgr_verity.c 114 uint8_t hash_buf[SHA256_DIGEST_SIZE]; local
118 SHA256_hash((uint8_t*)table, table_length, hash_buf);
131 (uint8_t*) hash_buf,

Completed in 450 milliseconds