summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-10-29 18:20:36 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-11-02 09:22:14 +1000
commit8ea761bf40e6578ecd95ec47772ef86a2e4d4607 (patch)
tree991414f6fa02eaf2eee067652aa116db6d658200 /include
parent769302a68bad66a29cc9b8e765bc2afb102172b1 (diff)
Add AES KW inverse ciphers to the EVP layer
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13272)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/evp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index ba13960d6a..7a3da03a89 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -320,6 +320,7 @@ DEPRECATEDIN_3_0(int (*EVP_CIPHER_meth_get_ctrl(const EVP_CIPHER *cipher))
# define EVP_CIPH_FLAG_CIPHER_WITH_MAC 0x2000000
/* For supplementary wrap cipher support */
# define EVP_CIPH_FLAG_GET_WRAP_CIPHER 0x4000000
+# define EVP_CIPH_FLAG_INVERSE_CIPHER 0x8000000
/*
* Cipher context flag to indicate we can handle wrap mode: if allowed in