summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_EncryptInit.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/EVP_EncryptInit.311
1 files changed, 2 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3
index 47527925ba..b4fbfa3730 100644
--- a/src/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/src/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_EncryptInit.3,v 1.43 2022/03/31 17:27:16 naddy Exp $ 1.\" $OpenBSD: EVP_EncryptInit.3,v 1.44 2022/08/31 14:27:34 tb Exp $
2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
3.\" EVP_bf_cbc.pod EVP_cast5_cbc.pod EVP_idea_cbc.pod EVP_rc2_cbc.pod 3.\" EVP_bf_cbc.pod EVP_cast5_cbc.pod EVP_idea_cbc.pod EVP_rc2_cbc.pod
4.\" 7c6d372a Nov 20 13:20:01 2018 +0000 4.\" 7c6d372a Nov 20 13:20:01 2018 +0000
@@ -71,7 +71,7 @@
71.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 71.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
72.\" OF THE POSSIBILITY OF SUCH DAMAGE. 72.\" OF THE POSSIBILITY OF SUCH DAMAGE.
73.\" 73.\"
74.Dd $Mdocdate: March 31 2022 $ 74.Dd $Mdocdate: August 31 2022 $
75.Dt EVP_ENCRYPTINIT 3 75.Dt EVP_ENCRYPTINIT 3
76.Os 76.Os
77.Sh NAME 77.Sh NAME
@@ -443,8 +443,6 @@ object itself, such that it can be reused for another series of calls to
443.Fn EVP_CipherUpdate , 443.Fn EVP_CipherUpdate ,
444and 444and
445.Fn EVP_CipherFinal . 445.Fn EVP_CipherFinal .
446It is also suitable for cipher contexts on the stack that were used
447and are no longer needed.
448.Fn EVP_CIPHER_CTX_cleanup 446.Fn EVP_CIPHER_CTX_cleanup
449is a deprecated alias for 447is a deprecated alias for
450.Fn EVP_CIPHER_CTX_reset . 448.Fn EVP_CIPHER_CTX_reset .
@@ -478,11 +476,6 @@ for encryption with cipher
478from 476from
479.Vt ENGINE 477.Vt ENGINE
480.Fa impl . 478.Fa impl .
481If
482.Fa ctx
483points to an unused object on the stack, it must be initialized with
484.Fn EVP_MD_CTX_init
485before calling this function.
486.Fa type 479.Fa type
487is normally supplied by a function such as 480is normally supplied by a function such as
488.Xr EVP_aes_256_cbc 3 . 481.Xr EVP_aes_256_cbc 3 .