diff options
Diffstat (limited to 'doc/doxyout/hcrypto/man/man3/hcrypto_rsa.3')
-rw-r--r-- | doc/doxyout/hcrypto/man/man3/hcrypto_rsa.3 | 60 |
1 files changed, 29 insertions, 31 deletions
diff --git a/doc/doxyout/hcrypto/man/man3/hcrypto_rsa.3 b/doc/doxyout/hcrypto/man/man3/hcrypto_rsa.3 index 662a1706bc37..96c1330a1f96 100644 --- a/doc/doxyout/hcrypto/man/man3/hcrypto_rsa.3 +++ b/doc/doxyout/hcrypto/man/man3/hcrypto_rsa.3 @@ -1,8 +1,11 @@ -.TH "RSA functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nroff -*- +.TH "hcrypto_rsa" 3 "Fri Dec 8 2017" "Version 7.5.0" "Heimdal crypto library" \" -*- nroff -*- .ad l .nh .SH NAME -RSA functions \- +hcrypto_rsa +.SH SYNOPSIS +.br +.PP .SS "Functions" .in +1c @@ -33,22 +36,20 @@ RSA functions \- .in -1c .SH "Detailed Description" .PP -See the \fBRSA - public-key cryptography\fP for description and examples. +See the \fBRSA - public-key cryptography\fP for description and examples\&. .SH "Function Documentation" .PP .SS "void RSA_free (RSA * rsa)" -.PP -Free an allocation RSA object. +Free an allocation RSA object\&. .PP \fBParameters:\fP .RS 4 -\fIrsa\fP the RSA object to free. +\fIrsa\fP the RSA object to free\&. .RE .PP .SS "void* RSA_get_app_data (const RSA * rsa)" -.PP -Get the application data for the RSA object. +Get the application data for the RSA object\&. .PP \fBParameters:\fP .RS 4 @@ -62,48 +63,44 @@ the data object .PP .SS "const RSA_METHOD* RSA_get_method (const RSA * rsa)" -.PP -Return the RSA_METHOD used for this RSA object. +Return the RSA_METHOD used for this RSA object\&. .PP \fBParameters:\fP .RS 4 -\fIrsa\fP the object to get the method from. +\fIrsa\fP the object to get the method from\&. .RE .PP \fBReturns:\fP .RS 4 -the method used for this RSA object. +the method used for this RSA object\&. .RE .PP .SS "RSA* RSA_new (void)" -.PP -Same as \fBRSA_new_method()\fP using NULL as engine. +Same as \fBRSA_new_method()\fP using NULL as engine\&. .PP \fBReturns:\fP .RS 4 -a newly allocated RSA object. Free with \fBRSA_free()\fP. +a newly allocated RSA object\&. Free with \fBRSA_free()\fP\&. .RE .PP .SS "RSA* RSA_new_method (ENGINE * engine)" -.PP -Allocate a new RSA object using the engine, if NULL is specified as the engine, use the default RSA engine as returned by ENGINE_get_default_RSA(). +Allocate a new RSA object using the engine, if NULL is specified as the engine, use the default RSA engine as returned by ENGINE_get_default_RSA()\&. .PP \fBParameters:\fP .RS 4 -\fIengine\fP Specific what ENGINE RSA provider should be used. +\fIengine\fP Specific what ENGINE RSA provider should be used\&. .RE .PP \fBReturns:\fP .RS 4 -a newly allocated RSA object. Free with \fBRSA_free()\fP. +a newly allocated RSA object\&. Free with \fBRSA_free()\fP\&. .RE .PP .SS "int RSA_set_app_data (RSA * rsa, void * arg)" -.PP -Set the application data for the RSA object. +Set the application data for the RSA object\&. .PP \fBParameters:\fP .RS 4 @@ -114,39 +111,40 @@ Set the application data for the RSA object. .PP \fBReturns:\fP .RS 4 -1 on success. +1 on success\&. .RE .PP .SS "int RSA_set_method (RSA * rsa, const RSA_METHOD * method)" -.PP -Set a new method for the RSA keypair. +Set a new method for the RSA keypair\&. .PP \fBParameters:\fP .RS 4 -\fIrsa\fP rsa parameter. +\fIrsa\fP rsa parameter\&. .br -\fImethod\fP the new method for the RSA parameter. +\fImethod\fP the new method for the RSA parameter\&. .RE .PP \fBReturns:\fP .RS 4 -1 on success. +1 on success\&. .RE .PP .SS "int RSA_up_ref (RSA * rsa)" -.PP -Add an extra reference to the RSA object. The object should be free with \fBRSA_free()\fP to drop the reference. +Add an extra reference to the RSA object\&. The object should be free with \fBRSA_free()\fP to drop the reference\&. .PP \fBParameters:\fP .RS 4 -\fIrsa\fP the object to add reference counting too. +\fIrsa\fP the object to add reference counting too\&. .RE .PP \fBReturns:\fP .RS 4 -the current reference count, can't safely be used except for debug printing. +the current reference count, can't safely be used except for debug printing\&. .RE .PP +.SH "Author" +.PP +Generated automatically by Doxygen for Heimdal crypto library from the source code\&. |