boringssl/crypto/cipher
Adam Langley 7578f3f0de Make EVP_CIPHER_CTX_copy work in GCM mode.
PR#3272

(Imported from upstream's 14183e50e75f54c44df6be69670180860ac19550 and
802fdcda1ebc4241a8e02af0046ba2f5264f71f6)

Change-Id: Ied6183d938e320f953a18f6616890d88b74def3f
2014-07-28 17:05:13 -07:00
..
aead_test.c Add AES Key Wrap mode. 2014-07-28 21:32:39 +00:00
aead.c AEAD interface. 2014-06-20 13:17:34 -07:00
aes_128_gcm_tests.txt AEAD tests. 2014-06-20 13:17:34 -07:00
aes_128_key_wrap_tests.txt Add AES Key Wrap mode. 2014-07-28 21:32:39 +00:00
aes_256_gcm_tests.txt AEAD tests. 2014-06-20 13:17:34 -07:00
aes_256_key_wrap_tests.txt Add AES Key Wrap mode. 2014-07-28 21:32:39 +00:00
chacha20_poly1305_tests.txt ChaCha20-Poly1305 support. 2014-06-20 13:17:35 -07:00
cipher_error.c Add AES Key Wrap mode. 2014-07-28 21:32:39 +00:00
cipher_test.c Inital import. 2014-06-20 13:17:32 -07:00
cipher_test.txt Inital import. 2014-06-20 13:17:32 -07:00
cipher.c Make EVP_CIPHER_CTX_copy work in GCM mode. 2014-07-28 17:05:13 -07:00
CMakeLists.txt ChaCha20-Poly1305 support. 2014-06-20 13:17:35 -07:00
derive_key.c Inital import. 2014-06-20 13:17:32 -07:00
e_aes.c Make EVP_CIPHER_CTX_copy work in GCM mode. 2014-07-28 17:05:13 -07:00
e_chacha20poly1305.c ChaCha20-Poly1305 support. 2014-06-20 13:17:35 -07:00
e_des.c Inital import. 2014-06-20 13:17:32 -07:00
e_null.c Inital import. 2014-06-20 13:17:32 -07:00
e_rc4.c Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00
internal.h AEAD interface. 2014-06-20 13:17:34 -07:00
rc4_md5_tests.txt Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00