blob: 0b03cf6794b44a433be79c7b75ca69c44a89f3dd [file] [log] [blame]
Test encrypting using AES-CTR with an imported 128bit key
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Length < 64
PASS bytesToHexString(cipherText) is expectedCipherText
Length = 64
PASS bytesToHexString(cipherText) is expectedCipherText
Length = 65
PASS bytesToHexString(cipherText) is expectedCipherText
Length = 2, overflow
PASS bytesToHexString(cipherText) is expectedCipherText4
Length = 2, overflow
PASS bytesToHexString(cipherText) is expectedCipherText5
Length = 8, overflow
PASS bytesToHexString(cipherText) is expectedCipherText6
Length = 8, overflow
PASS bytesToHexString(cipherText) is expectedCipherText7
Length = 64, overflow
PASS bytesToHexString(cipherText) is expectedCipherText8
Length = 64, overflow
PASS bytesToHexString(cipherText) is expectedCipherText9
Length = 66, overflow
PASS bytesToHexString(cipherText) is expectedCipherText10
Length = 66, overflow
PASS bytesToHexString(cipherText) is expectedCipherText11
Length = 128, overflow
PASS bytesToHexString(cipherText) is expectedCipherText12
Length = 128, overflow
PASS bytesToHexString(cipherText) is expectedCipherText13
PASS successfullyParsed is true
TEST COMPLETE