Home
last modified time | relevance | path

Searched defs:enc_key (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp602 bool FBEPolicyTest::CreateAndSetHwWrappedKey(std::vector<uint8_t> *enc_key, in CreateAndSetHwWrappedKey()
798 FscryptHkdfContext context, std::vector<uint8_t> &enc_key) { in DerivePerModeEncryptionKey()
813 std::vector<uint8_t> &enc_key) { in DerivePerFileEncryptionKey()
854 void FBEPolicyTest::VerifyCiphertext(const std::vector<uint8_t> &enc_key, in VerifyCiphertext()
926 std::vector<uint8_t> enc_key(kAes256XtsKeySize); in TEST_F() local
952 std::vector<uint8_t> enc_key(kAes256XtsKeySize); in TEST_F() local
969 std::vector<uint8_t> enc_key, sw_secret; in TEST_F() local
993 const std::vector<uint8_t> &enc_key) { in TestEmmcOptimizedDunWraparound()
1092 std::vector<uint8_t> enc_key(kAes256XtsKeySize); in TEST_F() local
1111 std::vector<uint8_t> enc_key, sw_secret; in TEST_F() local
[all …]
Dmetadata_encryption_tests.cpp287 std::vector<uint8_t> enc_key; in TEST_F() local
Dutils.cpp433 std::vector<uint8_t> *enc_key) { in DeriveHwWrappedEncryptionKey()