• Home
  • Raw
  • Download

Lines Matching refs:AES

87 Title = AES (from FIPS-197 test vectors)
89 Cipher = AES-128-ECB
95 # AES 192 ECB tests (from FIPS-197 test vectors, encrypt)
97 Cipher = AES-192-ECB
104 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt)
106 Cipher = AES-256-ECB
113 # AES 128 ECB tests (from NIST test vectors, encrypt)
115 #AES-128-ECB:00000000000000000000000000000000::00000000000000000000000000000000:C34C052CC0DA8D73451…
117 # AES 128 ECB tests (from NIST test vectors, decrypt)
119 #AES-128-ECB:00000000000000000000000000000000::44416AC2D1F53C583303917E6BE9EBE0:0000000000000000000…
121 # AES 192 ECB tests (from NIST test vectors, decrypt)
123 #AES-192-ECB:000000000000000000000000000000000000000000000000::48E31E9E256718F29229319C19F15BA4:000…
125 # AES 256 ECB tests (from NIST test vectors, decrypt)
127 #AES-256-ECB:0000000000000000000000000000000000000000000000000000000000000000::058CCFFDBBCB382D1F6F…
129 # AES 128 CBC tests (from NIST test vectors, encrypt)
131 #AES-128-CBC:00000000000000000000000000000000:00000000000000000000000000000000:00000000000000000000…
133 # AES 192 CBC tests (from NIST test vectors, encrypt)
135 #AES-192-CBC:000000000000000000000000000000000000000000000000:00000000000000000000000000000000:0000…
137 # AES 256 CBC tests (from NIST test vectors, encrypt)
139 #AES-256-CBC:0000000000000000000000000000000000000000000000000000000000000000:000000000000000000000…
141 # AES 128 CBC tests (from NIST test vectors, decrypt)
143 #AES-128-CBC:00000000000000000000000000000000:00000000000000000000000000000000:FACA37E0B0C85373DF70…
145 # AES tests from NIST document SP800-38A
147 # AES-bits-ECB:key::plaintext:ciphertext:encdec
150 Title = AES tests from NIST document SP800-38A
152 Cipher = AES-128-ECB
157 Cipher = AES-128-ECB
162 Cipher = AES-128-ECB
167 Cipher = AES-128-ECB
173 Cipher = AES-192-ECB
178 Cipher = AES-192-ECB
183 Cipher = AES-192-ECB
188 Cipher = AES-192-ECB
194 Cipher = AES-256-ECB
199 Cipher = AES-256-ECB
204 Cipher = AES-256-ECB
209 Cipher = AES-256-ECB
215 # AES-bits-CBC:key:IV/ciphertext':plaintext:ciphertext:encdec
217 Cipher = AES-128-CBC
223 Cipher = AES-128-CBC
229 Cipher = AES-128-CBC
235 Cipher = AES-128-CBC
242 Cipher = AES-192-CBC
248 Cipher = AES-192-CBC
254 Cipher = AES-192-CBC
260 Cipher = AES-192-CBC
267 Cipher = AES-256-CBC
273 Cipher = AES-256-CBC
279 Cipher = AES-256-CBC
285 Cipher = AES-256-CBC
293 # AES-bits-CFB:key:IV/ciphertext':plaintext:ciphertext:encdec
295 Cipher = AES-128-CFB
302 Cipher = AES-128-CFB
309 Cipher = AES-128-CFB
316 Cipher = AES-128-CFB
324 Cipher = AES-128-CFB
331 Cipher = AES-128-CFB
338 Cipher = AES-128-CFB
345 Cipher = AES-128-CFB
353 Cipher = AES-192-CFB
360 Cipher = AES-192-CFB
367 Cipher = AES-192-CFB
374 Cipher = AES-192-CFB
382 Cipher = AES-192-CFB
389 Cipher = AES-192-CFB
396 Cipher = AES-192-CFB
403 Cipher = AES-192-CFB
411 Cipher = AES-256-CFB
418 Cipher = AES-256-CFB
425 Cipher = AES-256-CFB
432 Cipher = AES-256-CFB
440 Cipher = AES-256-CFB
447 Cipher = AES-256-CFB
454 Cipher = AES-256-CFB
461 Cipher = AES-256-CFB
469 # AES-bits-CFB:key:IV/output':plaintext:ciphertext:encdec
471 Cipher = AES-128-OFB
478 Cipher = AES-128-OFB
485 Cipher = AES-128-OFB
492 Cipher = AES-128-OFB
500 Cipher = AES-128-OFB
507 Cipher = AES-128-OFB
514 Cipher = AES-128-OFB
521 Cipher = AES-128-OFB
529 Cipher = AES-192-OFB
536 Cipher = AES-192-OFB
543 Cipher = AES-192-OFB
550 Cipher = AES-192-OFB
558 Cipher = AES-192-OFB
565 Cipher = AES-192-OFB
572 Cipher = AES-192-OFB
579 Cipher = AES-192-OFB
587 Cipher = AES-256-OFB
594 Cipher = AES-256-OFB
601 Cipher = AES-256-OFB
608 Cipher = AES-256-OFB
616 Cipher = AES-256-OFB
623 Cipher = AES-256-OFB
630 Cipher = AES-256-OFB
637 Cipher = AES-256-OFB
644 Title = AES Counter test vectors from RFC3686
717 # AES CCM 256 bit key
747 # AES GCM test vectors from http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/…
995 #AES OCB Test vectors
1124 #AES OCB Non standard test vectors - generated from reference implementation
1191 Title = AES XTS test vectors from IEEE Std 1619-2007
1405 # AES wrap tests from RFC3394
1446 # AES wrap tests from RFC5649