boringssl/crypto/cipher_extra
Martin Kreichgauer abbf365b6d Make the bssl::SealRecord out_suffix arg fixed length.
Similarly, add EVP_AEAD_CTX_tag_len which computes the exact tag length
for required by EVP_AEAD_CTX_seal_scatter.

Change-Id: I069b0ad16fab314fd42f6048a3c1dc45e8376f7f
Reviewed-on: https://boringssl-review.googlesource.com/18324
Reviewed-by: Adam Langley <agl@google.com>
2017-07-28 21:42:25 +00:00
..
asm Enable extra_in with the ChaCha20-Poly1305 AEAD. 2017-07-14 22:13:25 +00:00
test Add EVP_AEAD_CTX_{seal_scatter,open_gather}. 2017-06-09 23:10:49 +00:00
aead_test.cc Enable extra_in with the ChaCha20-Poly1305 AEAD. 2017-07-14 22:13:25 +00:00
cipher_extra.c
cipher_test.cc Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
CMakeLists.txt Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
derive_key.c
e_aesctrhmac.c Make the bssl::SealRecord out_suffix arg fixed length. 2017-07-28 21:42:25 +00:00
e_aesgcmsiv.c Make the bssl::SealRecord out_suffix arg fixed length. 2017-07-28 21:42:25 +00:00
e_chacha20poly1305.c Make the bssl::SealRecord out_suffix arg fixed length. 2017-07-28 21:42:25 +00:00
e_null.c
e_rc2.c
e_rc4.c
e_ssl3.c Make the bssl::SealRecord out_suffix arg fixed length. 2017-07-28 21:42:25 +00:00
e_tls.c Make the bssl::SealRecord out_suffix arg fixed length. 2017-07-28 21:42:25 +00:00
internal.h
tls_cbc.c