blob: 0b03cf6794b44a433be79c7b75ca69c44a89f3dd [file] [log] [blame]
jiewen_tan@apple.comfd1f4ea2017-04-06 18:56:33 +00001Test encrypting using AES-CTR with an imported 128bit key
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6Length < 64
7PASS bytesToHexString(cipherText) is expectedCipherText
8Length = 64
9PASS bytesToHexString(cipherText) is expectedCipherText
10Length = 65
11PASS bytesToHexString(cipherText) is expectedCipherText
12Length = 2, overflow
13PASS bytesToHexString(cipherText) is expectedCipherText4
yoshiaki.jitsukawa@sony.com7ee531e2020-02-13 07:20:17 +000014Length = 2, overflow
jiewen_tan@apple.comfd1f4ea2017-04-06 18:56:33 +000015PASS bytesToHexString(cipherText) is expectedCipherText5
yoshiaki.jitsukawa@sony.com7ee531e2020-02-13 07:20:17 +000016Length = 8, overflow
17PASS bytesToHexString(cipherText) is expectedCipherText6
18Length = 8, overflow
19PASS bytesToHexString(cipherText) is expectedCipherText7
20Length = 64, overflow
21PASS bytesToHexString(cipherText) is expectedCipherText8
22Length = 64, overflow
23PASS bytesToHexString(cipherText) is expectedCipherText9
24Length = 66, overflow
25PASS bytesToHexString(cipherText) is expectedCipherText10
26Length = 66, overflow
27PASS bytesToHexString(cipherText) is expectedCipherText11
28Length = 128, overflow
29PASS bytesToHexString(cipherText) is expectedCipherText12
30Length = 128, overflow
31PASS bytesToHexString(cipherText) is expectedCipherText13
jiewen_tan@apple.comfd1f4ea2017-04-06 18:56:33 +000032PASS successfullyParsed is true
33
34TEST COMPLETE
35