Skip to content

Commit

Permalink
deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Oct 27, 2023
1 parent c4ab6b2 commit a8c60fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions encryption/encryption.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ class AESEncryptionProvider : public EncryptionProvider {
std::unique_ptr<BlockAccessCipherStream>* result) override;

private:
FRIEND_TEST(AESEncryptionProviderDefiniteTest, DecryptFileKey);
FRIEND_TEST(AESEncryptionProviderDefiniteTest, EncryptFileKey);
FRIEND_TEST(AESEncryptionProviderDeterministicTest, DecryptFileKey);
FRIEND_TEST(AESEncryptionProviderDeterministicTest, EncryptFileKey);
FRIEND_TEST(AESEncryptionProviderTest, EncryptAndDecryptFileKey);
FRIEND_TEST(AESEncryptionProviderTest, WriteAndReadEncryptionHeader);

Expand Down

0 comments on commit a8c60fc

Please sign in to comment.