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