Home
last modified time | relevance | path

Searched refs:kMacKeyLength (Results 1 – 1 of 1) sorted by relevance

/trusty/user/app/keymaster/
Dtrusty_remote_provisioning_context.cpp46 constexpr uint32_t kMacKeyLength = 32; variable
49 static const uint8_t kMasterKeyDerivationData[kMacKeyLength] =
62 std::array<uint8_t, kMacKeyLength> hw_backed_key; in DeriveBytesFromHbk()
66 hw_backed_key.data(), kMacKeyLength); in DeriveBytesFromHbk()
192 auto key = DeriveBytesFromHbk("Key to MAC public keys", kMacKeyLength); in GenerateHmacSha256()