Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-07-01 06:16:49 +0300
committerAdam Langley <agl@google.com>2015-07-02 00:37:57 +0300
commit76e9a2ab9746ee123e8d8c18bafa0d90ae61340f (patch)
treeedd9c840502cfaeacd67e3e134bf51c1d523672b /util
parentf078639d5a3a83b964bcd88a53c9c03917c07188 (diff)
Add tests for low-level AES functions.
May as well. Depending on the implementation chosen in cipher/e_aes.c, AES_encrypt may or may not be hit, so test this entry point explicitly. Change-Id: Icb02bf3f4b6e5ecbb9e5111f44fbb1b267ead6c3 Reviewed-on: https://boringssl-review.googlesource.com/5312 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/all_tests.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/all_tests.json b/util/all_tests.json
index 94f2b379..eb40ed91 100644
--- a/util/all_tests.json
+++ b/util/all_tests.json
@@ -1,4 +1,5 @@
[
+ ["crypto/aes/aes_test"],
["crypto/base64/base64_test"],
["crypto/bio/bio_test"],
["crypto/bn/bn_test"],