Paul Bakker | 46c1794 | 2011-07-13 14:54:54 +0000 | [diff] [blame] | 1 | Cipher Selftest |
| 2 | depends_on:POLARSSL_SELF_TEST |
| 3 | cipher_selftest: |
| 4 | |
| 5 | Decrypt empty buffer |
| 6 | dec_empty_buf: |
| 7 | |
| 8 | AES Encrypt and decrypt 0 bytes |
| 9 | depends_on:POLARSSL_AES_C |
| 10 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:0 |
| 11 | |
| 12 | AES Encrypt and decrypt 1 byte |
| 13 | depends_on:POLARSSL_AES_C |
| 14 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:1 |
| 15 | |
| 16 | AES Encrypt and decrypt 2 bytes |
| 17 | depends_on:POLARSSL_AES_C |
| 18 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:2 |
| 19 | |
| 20 | AES Encrypt and decrypt 7 bytes |
| 21 | depends_on:POLARSSL_AES_C |
| 22 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:7 |
| 23 | |
| 24 | AES Encrypt and decrypt 8 bytes |
| 25 | depends_on:POLARSSL_AES_C |
| 26 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:8 |
| 27 | |
| 28 | AES Encrypt and decrypt 9 bytes |
| 29 | depends_on:POLARSSL_AES_C |
| 30 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:9 |
| 31 | |
| 32 | AES Encrypt and decrypt 15 bytes |
| 33 | depends_on:POLARSSL_AES_C |
| 34 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:15 |
| 35 | |
| 36 | AES Encrypt and decrypt 16 bytes |
| 37 | depends_on:POLARSSL_AES_C |
| 38 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:16 |
| 39 | |
| 40 | AES Encrypt and decrypt 17 bytes |
| 41 | depends_on:POLARSSL_AES_C |
| 42 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:17 |
| 43 | |
| 44 | AES Encrypt and decrypt 31 bytes |
| 45 | depends_on:POLARSSL_AES_C |
| 46 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:31 |
| 47 | |
| 48 | AES Encrypt and decrypt 32 bytes |
| 49 | depends_on:POLARSSL_AES_C |
| 50 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:32 |
| 51 | |
| 52 | AES Encrypt and decrypt 32 bytes |
| 53 | depends_on:POLARSSL_AES_C |
| 54 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:33 |
| 55 | |
| 56 | AES Encrypt and decrypt 47 bytes |
| 57 | depends_on:POLARSSL_AES_C |
| 58 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:47 |
| 59 | |
| 60 | AES Encrypt and decrypt 48 bytes |
| 61 | depends_on:POLARSSL_AES_C |
| 62 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:48 |
| 63 | |
| 64 | AES Encrypt and decrypt 49 bytes |
| 65 | depends_on:POLARSSL_AES_C |
| 66 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CBC:AES-128-CBC:128:49 |
| 67 | |
| 68 | AES Encrypt and decrypt 0 bytes in multiple parts |
| 69 | depends_on:POLARSSL_AES_C |
| 70 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:0:0: |
| 71 | |
| 72 | AES Encrypt and decrypt 1 bytes in multiple parts 1 |
| 73 | depends_on:POLARSSL_AES_C |
| 74 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:1:0: |
| 75 | |
| 76 | AES Encrypt and decrypt 1 bytes in multiple parts 2 |
| 77 | depends_on:POLARSSL_AES_C |
| 78 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:0:1: |
| 79 | |
| 80 | AES Encrypt and decrypt 16 bytes in multiple parts 1 |
| 81 | depends_on:POLARSSL_AES_C |
| 82 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:16:0: |
| 83 | |
| 84 | AES Encrypt and decrypt 16 bytes in multiple parts 2 |
| 85 | depends_on:POLARSSL_AES_C |
| 86 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:0:16: |
| 87 | |
| 88 | AES Encrypt and decrypt 16 bytes in multiple parts 3 |
| 89 | depends_on:POLARSSL_AES_C |
| 90 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:1:15: |
| 91 | |
| 92 | AES Encrypt and decrypt 16 bytes in multiple parts 4 |
| 93 | depends_on:POLARSSL_AES_C |
| 94 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:15:1: |
| 95 | |
| 96 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 97 | depends_on:POLARSSL_AES_C |
| 98 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:15:7: |
| 99 | |
| 100 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 101 | depends_on:POLARSSL_AES_C |
| 102 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:16:6: |
| 103 | |
| 104 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 105 | depends_on:POLARSSL_AES_C |
| 106 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:17:6: |
| 107 | |
| 108 | AES Encrypt and decrypt 32 bytes in multiple parts 1 |
| 109 | depends_on:POLARSSL_AES_C |
| 110 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CBC:128:16:16: |
| 111 | |
| 112 | AES Encrypt and decrypt 0 bytes |
| 113 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 114 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:0 |
| 115 | |
| 116 | AES Encrypt and decrypt 1 byte |
| 117 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 118 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:1 |
| 119 | |
| 120 | AES Encrypt and decrypt 2 bytes |
| 121 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 122 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:2 |
| 123 | |
| 124 | AES Encrypt and decrypt 7 bytes |
| 125 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 126 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:7 |
| 127 | |
| 128 | AES Encrypt and decrypt 8 bytes |
| 129 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 130 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:8 |
| 131 | |
| 132 | AES Encrypt and decrypt 9 bytes |
| 133 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 134 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:9 |
| 135 | |
| 136 | AES Encrypt and decrypt 15 bytes |
| 137 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 138 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:15 |
| 139 | |
| 140 | AES Encrypt and decrypt 16 bytes |
| 141 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 142 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:16 |
| 143 | |
| 144 | AES Encrypt and decrypt 17 bytes |
| 145 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 146 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:17 |
| 147 | |
| 148 | AES Encrypt and decrypt 31 bytes |
| 149 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 150 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:31 |
| 151 | |
| 152 | AES Encrypt and decrypt 32 bytes |
| 153 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 154 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:32 |
| 155 | |
| 156 | AES Encrypt and decrypt 32 bytes |
| 157 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 158 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:33 |
| 159 | |
| 160 | AES Encrypt and decrypt 47 bytes |
| 161 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 162 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:47 |
| 163 | |
| 164 | AES Encrypt and decrypt 48 bytes |
| 165 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 166 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:48 |
| 167 | |
| 168 | AES Encrypt and decrypt 49 bytes |
| 169 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 170 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CFB128:AES-128-CFB128:128:49 |
| 171 | |
| 172 | AES Encrypt and decrypt 0 bytes in multiple parts |
| 173 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 174 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:0:0: |
| 175 | |
| 176 | AES Encrypt and decrypt 1 bytes in multiple parts 1 |
| 177 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 178 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:1:0: |
| 179 | |
| 180 | AES Encrypt and decrypt 1 bytes in multiple parts 2 |
| 181 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 182 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:0:1: |
| 183 | |
| 184 | AES Encrypt and decrypt 16 bytes in multiple parts 1 |
| 185 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 186 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:16:0: |
| 187 | |
| 188 | AES Encrypt and decrypt 16 bytes in multiple parts 2 |
| 189 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 190 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:0:16: |
| 191 | |
| 192 | AES Encrypt and decrypt 16 bytes in multiple parts 3 |
| 193 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 194 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:1:15: |
| 195 | |
| 196 | AES Encrypt and decrypt 16 bytes in multiple parts 4 |
| 197 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 198 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:15:1: |
| 199 | |
| 200 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 201 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 202 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:15:7: |
| 203 | |
| 204 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 205 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 206 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:16:6: |
| 207 | |
| 208 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 209 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 210 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:17:6: |
| 211 | |
| 212 | AES Encrypt and decrypt 32 bytes in multiple parts 1 |
| 213 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CFB |
| 214 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CFB128:128:16:16: |
| 215 | |
| 216 | AES Encrypt and decrypt 0 bytes |
| 217 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 218 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:0 |
| 219 | |
| 220 | AES Encrypt and decrypt 1 byte |
| 221 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 222 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:1 |
| 223 | |
| 224 | AES Encrypt and decrypt 2 bytes |
| 225 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 226 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:2 |
| 227 | |
| 228 | AES Encrypt and decrypt 7 bytes |
| 229 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 230 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:7 |
| 231 | |
| 232 | AES Encrypt and decrypt 8 bytes |
| 233 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 234 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:8 |
| 235 | |
| 236 | AES Encrypt and decrypt 9 bytes |
| 237 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 238 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:9 |
| 239 | |
| 240 | AES Encrypt and decrypt 15 bytes |
| 241 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 242 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:15 |
| 243 | |
| 244 | AES Encrypt and decrypt 16 bytes |
| 245 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 246 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:16 |
| 247 | |
| 248 | AES Encrypt and decrypt 17 bytes |
| 249 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 250 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:17 |
| 251 | |
| 252 | AES Encrypt and decrypt 31 bytes |
| 253 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 254 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:31 |
| 255 | |
| 256 | AES Encrypt and decrypt 32 bytes |
| 257 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 258 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:32 |
| 259 | |
| 260 | AES Encrypt and decrypt 32 bytes |
| 261 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 262 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:33 |
| 263 | |
| 264 | AES Encrypt and decrypt 47 bytes |
| 265 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 266 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:47 |
| 267 | |
| 268 | AES Encrypt and decrypt 48 bytes |
| 269 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 270 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:48 |
| 271 | |
| 272 | AES Encrypt and decrypt 49 bytes |
| 273 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 274 | enc_dec_buf:POLARSSL_CIPHER_AES_128_CTR:AES-128-CTR:128:49 |
| 275 | |
| 276 | AES Encrypt and decrypt 0 bytes in multiple parts |
| 277 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 278 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:0:0: |
| 279 | |
| 280 | AES Encrypt and decrypt 1 bytes in multiple parts 1 |
| 281 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 282 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:1:0: |
| 283 | |
| 284 | AES Encrypt and decrypt 1 bytes in multiple parts 2 |
| 285 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 286 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:0:1: |
| 287 | |
| 288 | AES Encrypt and decrypt 16 bytes in multiple parts 1 |
| 289 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 290 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:16:0: |
| 291 | |
| 292 | AES Encrypt and decrypt 16 bytes in multiple parts 2 |
| 293 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 294 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:0:16: |
| 295 | |
| 296 | AES Encrypt and decrypt 16 bytes in multiple parts 3 |
| 297 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 298 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:1:15: |
| 299 | |
| 300 | AES Encrypt and decrypt 16 bytes in multiple parts 4 |
| 301 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 302 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:15:1: |
| 303 | |
| 304 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 305 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 306 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:15:7: |
| 307 | |
| 308 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 309 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 310 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:16:6: |
| 311 | |
| 312 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 313 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 314 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:17:6: |
| 315 | |
| 316 | AES Encrypt and decrypt 32 bytes in multiple parts 1 |
| 317 | depends_on:POLARSSL_AES_C:POLARSSL_CIPHER_MODE_CTR |
| 318 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_CTR:128:16:16: |
| 319 | |
| 320 | AES Encrypt and decrypt 0 bytes |
| 321 | depends_on:POLARSSL_AES_C |
| 322 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:0 |
| 323 | |
| 324 | AES Encrypt and decrypt 1 byte |
| 325 | depends_on:POLARSSL_AES_C |
| 326 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:1 |
| 327 | |
| 328 | AES Encrypt and decrypt 2 bytes |
| 329 | depends_on:POLARSSL_AES_C |
| 330 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:2 |
| 331 | |
| 332 | AES Encrypt and decrypt 7 bytes |
| 333 | depends_on:POLARSSL_AES_C |
| 334 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:7 |
| 335 | |
| 336 | AES Encrypt and decrypt 8 bytes |
| 337 | depends_on:POLARSSL_AES_C |
| 338 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:8 |
| 339 | |
| 340 | AES Encrypt and decrypt 9 bytes |
| 341 | depends_on:POLARSSL_AES_C |
| 342 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:9 |
| 343 | |
| 344 | AES Encrypt and decrypt 15 bytes |
| 345 | depends_on:POLARSSL_AES_C |
| 346 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:15 |
| 347 | |
| 348 | AES Encrypt and decrypt 16 bytes |
| 349 | depends_on:POLARSSL_AES_C |
| 350 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:16 |
| 351 | |
| 352 | AES Encrypt and decrypt 17 bytes |
| 353 | depends_on:POLARSSL_AES_C |
| 354 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:17 |
| 355 | |
| 356 | AES Encrypt and decrypt 31 bytes |
| 357 | depends_on:POLARSSL_AES_C |
| 358 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:31 |
| 359 | |
| 360 | AES Encrypt and decrypt 32 bytes |
| 361 | depends_on:POLARSSL_AES_C |
| 362 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:32 |
| 363 | |
| 364 | AES Encrypt and decrypt 32 bytes |
| 365 | depends_on:POLARSSL_AES_C |
| 366 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:33 |
| 367 | |
| 368 | AES Encrypt and decrypt 47 bytes |
| 369 | depends_on:POLARSSL_AES_C |
| 370 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:47 |
| 371 | |
| 372 | AES Encrypt and decrypt 48 bytes |
| 373 | depends_on:POLARSSL_AES_C |
| 374 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:48 |
| 375 | |
| 376 | AES Encrypt and decrypt 49 bytes |
| 377 | depends_on:POLARSSL_AES_C |
| 378 | enc_dec_buf:POLARSSL_CIPHER_AES_192_CBC:AES-192-CBC:192:49 |
| 379 | |
| 380 | AES Encrypt and decrypt 0 bytes in multiple parts |
| 381 | depends_on:POLARSSL_AES_C |
| 382 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:0:0: |
| 383 | |
| 384 | AES Encrypt and decrypt 1 bytes in multiple parts 1 |
| 385 | depends_on:POLARSSL_AES_C |
| 386 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:1:0: |
| 387 | |
| 388 | AES Encrypt and decrypt 1 bytes in multiple parts 2 |
| 389 | depends_on:POLARSSL_AES_C |
| 390 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:0:1: |
| 391 | |
| 392 | AES Encrypt and decrypt 16 bytes in multiple parts 1 |
| 393 | depends_on:POLARSSL_AES_C |
| 394 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:16:0: |
| 395 | |
| 396 | AES Encrypt and decrypt 16 bytes in multiple parts 2 |
| 397 | depends_on:POLARSSL_AES_C |
| 398 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:0:16: |
| 399 | |
| 400 | AES Encrypt and decrypt 16 bytes in multiple parts 3 |
| 401 | depends_on:POLARSSL_AES_C |
| 402 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:1:15: |
| 403 | |
| 404 | AES Encrypt and decrypt 16 bytes in multiple parts 4 |
| 405 | depends_on:POLARSSL_AES_C |
| 406 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:15:1: |
| 407 | |
| 408 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 409 | depends_on:POLARSSL_AES_C |
| 410 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:15:7: |
| 411 | |
| 412 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 413 | depends_on:POLARSSL_AES_C |
| 414 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:16:6: |
| 415 | |
| 416 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 417 | depends_on:POLARSSL_AES_C |
| 418 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:17:6: |
| 419 | |
| 420 | AES Encrypt and decrypt 32 bytes in multiple parts 1 |
| 421 | depends_on:POLARSSL_AES_C |
| 422 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_192_CBC:192:16:16: |
| 423 | |
| 424 | AES Encrypt and decrypt 0 bytes |
| 425 | depends_on:POLARSSL_AES_C |
| 426 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:0 |
| 427 | |
| 428 | AES Encrypt and decrypt 1 byte |
| 429 | depends_on:POLARSSL_AES_C |
| 430 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:1 |
| 431 | |
| 432 | AES Encrypt and decrypt 2 bytes |
| 433 | depends_on:POLARSSL_AES_C |
| 434 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:2 |
| 435 | |
| 436 | AES Encrypt and decrypt 7 bytes |
| 437 | depends_on:POLARSSL_AES_C |
| 438 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:7 |
| 439 | |
| 440 | AES Encrypt and decrypt 8 bytes |
| 441 | depends_on:POLARSSL_AES_C |
| 442 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:8 |
| 443 | |
| 444 | AES Encrypt and decrypt 9 bytes |
| 445 | depends_on:POLARSSL_AES_C |
| 446 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:9 |
| 447 | |
| 448 | AES Encrypt and decrypt 15 bytes |
| 449 | depends_on:POLARSSL_AES_C |
| 450 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:15 |
| 451 | |
| 452 | AES Encrypt and decrypt 16 bytes |
| 453 | depends_on:POLARSSL_AES_C |
| 454 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:16 |
| 455 | |
| 456 | AES Encrypt and decrypt 17 bytes |
| 457 | depends_on:POLARSSL_AES_C |
| 458 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:17 |
| 459 | |
| 460 | AES Encrypt and decrypt 31 bytes |
| 461 | depends_on:POLARSSL_AES_C |
| 462 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:31 |
| 463 | |
| 464 | AES Encrypt and decrypt 32 bytes |
| 465 | depends_on:POLARSSL_AES_C |
| 466 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:32 |
| 467 | |
| 468 | AES Encrypt and decrypt 32 bytes |
| 469 | depends_on:POLARSSL_AES_C |
| 470 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:33 |
| 471 | |
| 472 | AES Encrypt and decrypt 47 bytes |
| 473 | depends_on:POLARSSL_AES_C |
| 474 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:47 |
| 475 | |
| 476 | AES Encrypt and decrypt 48 bytes |
| 477 | depends_on:POLARSSL_AES_C |
| 478 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:48 |
| 479 | |
| 480 | AES Encrypt and decrypt 49 bytes |
| 481 | depends_on:POLARSSL_AES_C |
| 482 | enc_dec_buf:POLARSSL_CIPHER_AES_256_CBC:AES-256-CBC:256:49 |
| 483 | |
| 484 | AES Encrypt and decrypt 0 bytes in multiple parts |
| 485 | depends_on:POLARSSL_AES_C |
| 486 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:0:0: |
| 487 | |
| 488 | AES Encrypt and decrypt 1 bytes in multiple parts 1 |
| 489 | depends_on:POLARSSL_AES_C |
| 490 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:1:0: |
| 491 | |
| 492 | AES Encrypt and decrypt 1 bytes in multiple parts 2 |
| 493 | depends_on:POLARSSL_AES_C |
| 494 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:0:1: |
| 495 | |
| 496 | AES Encrypt and decrypt 16 bytes in multiple parts 1 |
| 497 | depends_on:POLARSSL_AES_C |
| 498 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:16:0: |
| 499 | |
| 500 | AES Encrypt and decrypt 16 bytes in multiple parts 2 |
| 501 | depends_on:POLARSSL_AES_C |
| 502 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:0:16: |
| 503 | |
| 504 | AES Encrypt and decrypt 16 bytes in multiple parts 3 |
| 505 | depends_on:POLARSSL_AES_C |
| 506 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:1:15: |
| 507 | |
| 508 | AES Encrypt and decrypt 16 bytes in multiple parts 4 |
| 509 | depends_on:POLARSSL_AES_C |
| 510 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:15:1: |
| 511 | |
| 512 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 513 | depends_on:POLARSSL_AES_C |
| 514 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:15:7: |
| 515 | |
| 516 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 517 | depends_on:POLARSSL_AES_C |
| 518 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:16:6: |
| 519 | |
| 520 | AES Encrypt and decrypt 22 bytes in multiple parts 1 |
| 521 | depends_on:POLARSSL_AES_C |
| 522 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:17:6: |
| 523 | |
| 524 | AES Encrypt and decrypt 32 bytes in multiple parts 1 |
| 525 | depends_on:POLARSSL_AES_C |
| 526 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_256_CBC:256:16:16: |