boringssl/crypto/cipher_extra
Adam Langley 39655ef01a Add AES-GCM-SIV tests for counter wrapping.
AES-GCM-SIV specifies that the counter is a 32-bit, unsigned number.
These test vectors are crafted to trigger a wrap-around and ensure that
corner of the spec is implemented correctly.

Change-Id: I911482ca0b6465a7623ee1b74a6cb1d5e54ddbea
Reviewed-on: https://boringssl-review.googlesource.com/16324
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-05-15 16:08:46 +00:00
..
asm Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
test Add AES-GCM-SIV tests for counter wrapping. 2017-05-15 16:08:46 +00:00
aead_test.cc Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
cipher_extra.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
cipher_test.cc Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
CMakeLists.txt Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
derive_key.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
e_aesctrhmac.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
e_aesgcmsiv.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
e_chacha20poly1305.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
e_null.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
e_rc2.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
e_rc4.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
e_ssl3.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
e_tls.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
internal.h Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
tls_cbc.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00