blob: 6e429126f60b22a02fa9f6e55f543ccda91a3273 [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 = 8, overflow
PASS bytesToHexString(cipherText) is expectedCipherText5
PASS successfullyParsed is true
TEST COMPLETE