summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-22 11:11:24 +0100
committerMatt Caswell <matt@openssl.org>2016-03-07 21:26:04 +0000
commit98ee75439d7e844de6c063a4be5bd09b3cc9db53 (patch)
tree014bfd6c0ef4670574466b10fe17449be2264649 /util
parent4e3925227a65ade92f3052ee54a810f5d6c4e96e (diff)
Update the dasync engine to add a pipeline cipher
Implement aes128-cbc as a pipeline capable cipher in the dasync engine. As dasync is just a dummy engine, it actually just performs the parallel encrypts/decrypts in serial. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 2b77bd5b4c..0cf2abeca8 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4041,3 +4041,4 @@ lh_doall 3906 1_1_0 EXIST::FUNCTION:
PKCS8_pkey_get0_attrs 3907 1_1_0 EXIST::FUNCTION:
PKCS8_pkey_add1_attr_by_NID 3908 1_1_0 EXIST::FUNCTION:
ASYNC_is_capable 3909 1_1_0 EXIST::FUNCTION:
+EVP_CIPHER_CTX_set_cipher_data 3910 1_1_0 EXIST::FUNCTION: