Skip to content

Commit

Permalink
delete
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jun 21, 2024
1 parent a1ebee4 commit 53c553a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/SymmetricCipherTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ static int s_TestAES_256_GCM_Generated_Materials_ResourceSafety(struct aws_alloc
ASSERT_TRUE(gcmCipher.GetState() == Aws::Crt::Crypto::SymmetricCipherState::Ready);
ASSERT_BIN_ARRAYS_EQUALS(keyCur.ptr, keyCur.len, gcmCipher.GetKey().ptr, gcmCipher.GetKey().len);
ASSERT_UINT_EQUALS(Aws::Crt::Crypto::AES_256_CIPHER_BLOCK_SIZE - 4, gcmCipher.GetIV().len);

Aws::Crt::ByteBufDelete(tagBuf);
}

return AWS_OP_SUCCESS;
Expand Down

0 comments on commit 53c553a

Please sign in to comment.