aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_dasync_err.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-11-27 12:02:25 +0000
committerMatt Caswell <matt@openssl.org>2016-03-07 21:39:27 +0000
commit2f2c9caa727d7d2a5ce4bfb8266e019546ce77df (patch)
treebcdbf459fde470404abe7393c6f3cadff5736b7a /engines/e_dasync_err.h
parent032c6d21fc53d5ec8b7ef78b0997627d1d240dad (diff)
downloadopenssl-2f2c9caa727d7d2a5ce4bfb8266e019546ce77df.tar.gz
Add dummy pipeline support for aes128_cbc_hmac_sha1
Add dummy pipline support to dasync for the aes128_cbc_hmac_sha1 cipher. This is treated as an AEAD cipher. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'engines/e_dasync_err.h')
-rw-r--r--engines/e_dasync_err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_dasync_err.h b/engines/e_dasync_err.h
index af5241e572..560f163a6f 100644
--- a/engines/e_dasync_err.h
+++ b/engines/e_dasync_err.h
@@ -74,6 +74,7 @@ static void ERR_DASYNC_error(int function, int reason, char *file, int line);
/* Function codes. */
# define DASYNC_F_BIND_DASYNC 107
# define DASYNC_F_CIPHER_AES_128_CBC_CODE 100
+# define DASYNC_F_DASYNC_AES128_CBC_HMAC_SHA1_INIT_KEY 109
# define DASYNC_F_DASYNC_AES128_INIT_KEY 108
# define DASYNC_F_DASYNC_BN_MOD_EXP 101
# define DASYNC_F_DASYNC_MOD_EXP 102