Lines Matching refs:FBEPolicyTest
473 class FBEPolicyTest : public ::testing::Test { class
511 void FBEPolicyTest::SetUp() { in SetUp()
538 void FBEPolicyTest::TearDown() { in TearDown()
561 bool FBEPolicyTest::SetMasterKey(const std::vector<uint8_t> &master_key, in SetMasterKey()
602 bool FBEPolicyTest::CreateAndSetHwWrappedKey(std::vector<uint8_t> *enc_key, in CreateAndSetHwWrappedKey()
639 int FBEPolicyTest::GetSkipFlagsForInoBasedEncryption() { in GetSkipFlagsForInoBasedEncryption()
648 bool FBEPolicyTest::SetEncryptionPolicy(int contents_mode, int filenames_mode, in SetEncryptionPolicy()
726 bool FBEPolicyTest::GenerateTestFile( in GenerateTestFile()
781 bool FBEPolicyTest::VerifyKeyIdentifier( in VerifyKeyIdentifier()
796 bool FBEPolicyTest::DerivePerModeEncryptionKey( in DerivePerModeEncryptionKey()
811 bool FBEPolicyTest::DerivePerFileEncryptionKey( in DerivePerFileEncryptionKey()
854 void FBEPolicyTest::VerifyCiphertext(const std::vector<uint8_t> &enc_key, in VerifyCiphertext()
913 TEST_F(FBEPolicyTest, TestAesPerFileKeysPolicy) { in TEST_F() argument
938 TEST_F(FBEPolicyTest, TestAesInlineCryptOptimizedPolicy) { in TEST_F() argument
966 TEST_F(FBEPolicyTest, TestAesInlineCryptOptimizedHwWrappedKeyPolicy) { in TEST_F() argument
991 void FBEPolicyTest::TestEmmcOptimizedDunWraparound( in TestEmmcOptimizedDunWraparound()
1078 TEST_F(FBEPolicyTest, TestAesEmmcOptimizedPolicy) { in TEST_F() argument
1108 TEST_F(FBEPolicyTest, TestAesEmmcOptimizedHwWrappedKeyPolicy) { in TEST_F() argument
1134 TEST_F(FBEPolicyTest, TestAdiantumPolicy) { in TEST_F() argument
1164 TEST_F(FBEPolicyTest, TestHwWrappedKeyCorruption) { in TEST_F() argument
1178 bool FBEPolicyTest::EnableF2fsCompressionOnTestDir() { in EnableF2fsCompressionOnTestDir()
1221 bool FBEPolicyTest::F2fsCompressOptionsSupported( in F2fsCompressOptionsSupported()
1293 TEST_F(FBEPolicyTest, DISABLED_TestF2fsCompression) { in TEST_F() argument