summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/EVP_AEAD_CTX_init.3')
-rw-r--r--src/lib/libcrypto/man/EVP_AEAD_CTX_init.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 b/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3
index 01692c93e6..8b3b8adb0f 100644
--- a/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3
+++ b/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.15 2023/09/12 13:58:06 schwarze Exp $ 1.\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.16 2024/07/21 08:36:43 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2014, Google Inc. 3.\" Copyright (c) 2014, Google Inc.
4.\" Parts of the text were written by Adam Langley and David Benjamin. 4.\" Parts of the text were written by Adam Langley and David Benjamin.
@@ -17,7 +17,7 @@
17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19.\" 19.\"
20.Dd $Mdocdate: September 12 2023 $ 20.Dd $Mdocdate: July 21 2024 $
21.Dt EVP_AEAD_CTX_INIT 3 21.Dt EVP_AEAD_CTX_INIT 3
22.Os 22.Os
23.Sh NAME 23.Sh NAME
@@ -51,7 +51,7 @@
51.Fa "const unsigned char *key" 51.Fa "const unsigned char *key"
52.Fa "size_t key_len" 52.Fa "size_t key_len"
53.Fa "size_t tag_len" 53.Fa "size_t tag_len"
54.Fa "ENGINE *impl" 54.Fa "ENGINE *engine"
55.Fc 55.Fc
56.Ft void 56.Ft void
57.Fo EVP_AEAD_CTX_cleanup 57.Fo EVP_AEAD_CTX_cleanup
@@ -142,11 +142,11 @@ initializes the context
142for the given AEAD algorithm 142for the given AEAD algorithm
143.Fa aead . 143.Fa aead .
144The 144The
145.Fa impl 145.Fa engine
146argument must be 146argument must be
147.Dv NULL 147.Dv NULL
148for the default implementation; 148for the default implementation;
149other values are currently not supported. 149other values are not supported.
150Authentication tags may be truncated by passing a tag length. 150Authentication tags may be truncated by passing a tag length.
151A 151A
152.Fa tag_len 152.Fa tag_len