aboutsummaryrefslogtreecommitdiff
path: root/doc/doxyout/hcrypto/man/man3/hcrypto_core.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxyout/hcrypto/man/man3/hcrypto_core.3')
-rw-r--r--doc/doxyout/hcrypto/man/man3/hcrypto_core.312
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/doxyout/hcrypto/man/man3/hcrypto_core.3 b/doc/doxyout/hcrypto/man/man3/hcrypto_core.3
index 44c0f7407638..5089d5ee9797 100644
--- a/doc/doxyout/hcrypto/man/man3/hcrypto_core.3
+++ b/doc/doxyout/hcrypto/man/man3/hcrypto_core.3
@@ -1,8 +1,8 @@
-.TH "hcrypto_core" 3 "Fri Jun 7 2019" "Version 7.7.0" "Heimdal crypto library" \" -*- nroff -*-
+.TH "hcrypto_core" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal crypto library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-hcrypto_core
+hcrypto_core \- hcrypto function controlling behavior
.SH SYNOPSIS
.br
.PP
@@ -33,7 +33,7 @@ hcrypto_core
.SS "int EVP_CIPHER_CTX_ctrl (EVP_CIPHER_CTX * ctx, int type, int arg, void * data)"
Perform a operation on a ctx
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIctx\fP context to perform operation on\&.
.br
@@ -44,7 +44,7 @@ Perform a operation on a ctx
\fIdata\fP addition data to operation\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
1 for success, 0 for failure\&.
.RE
@@ -53,14 +53,14 @@ Perform a operation on a ctx
.SS "int EVP_CIPHER_CTX_rand_key (EVP_CIPHER_CTX * ctx, void * key)"
Generate a random key for the specificed EVP_CIPHER\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIctx\fP EVP_CIPHER_CTX type to build the key for\&.
.br
\fIkey\fP return key, must be at least \fBEVP_CIPHER_key_length()\fP byte long\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
1 for success, 0 for failure\&.
.RE