summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRamkumar <therealramkumar@gmail.com>2024-11-10 18:50:04 +0100
committerMatt Caswell <matt@openssl.org>2024-12-17 12:59:32 +0100
commitc44066bb4cfee9e21ee6406112daebac03775067 (patch)
treed4c13adfa2ab16517ee97e1355d54f0c75f78293 /include
parenttest: add evp_extra_test case for cipher pipeline API with fake pipeline prov... (diff)
downloadopenssl-c44066bb4cfee9e21ee6406112daebac03775067.tar.xz
openssl-c44066bb4cfee9e21ee6406112daebac03775067.zip
docs: update man3 and man7 with cipher pipeline APIs
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24636)
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 23c4095596..01caaadcde 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -37,6 +37,7 @@
# define EVP_MAX_BLOCK_LENGTH 32
# define EVP_MAX_AEAD_TAG_LENGTH 16
+/* Maximum pipes in cipher pipelining */
# define EVP_MAX_PIPES 32
# define PKCS5_SALT_LEN 8