summaryrefslogtreecommitdiff
path: root/doc/cipher-ref.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cipher-ref.sgml')
-rw-r--r--doc/cipher-ref.sgml23
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/cipher-ref.sgml b/doc/cipher-ref.sgml
index 1253b38f..379de5a7 100644
--- a/doc/cipher-ref.sgml
+++ b/doc/cipher-ref.sgml
@@ -18,6 +18,9 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-->
+<!--**********************************************
+*********** cipher open, close *****************
+***********************************************-->
<refentry>
<refnamediv>
<refname>gcry_cipher_open</refname>
@@ -48,6 +51,8 @@
<para>
<indexterm><primary>cipher functions</primary>
<secondary>gcry_cipher_open</secondary>
+ </indexterm>
+ <indexterm><primary>cipher functions</primary>
<secondary>gcry_cipher_close</secondary>
</indexterm>
<function>gcry_cipher_open</function> creates the context required for
@@ -56,6 +61,9 @@
</refentry>
+<!--**********************************************
+*********** cipher control *********************
+***********************************************-->
<refentry>
<refnamediv>
<refname>gcry_cipher_ctl</refname>
@@ -98,6 +106,9 @@
</refentry>
+<!--**********************************************
+*********** cipher info ***********************
+***********************************************-->
<refentry>
<refnamediv>
<refname>gcry_cipher_info</refname>
@@ -130,6 +141,9 @@
</refentry>
+<!--**********************************************
+*********** cipher algo name ******************
+***********************************************-->
<refentry>
<refnamediv>
<refname>gcry_cipher_algo_name</refname>
@@ -161,6 +175,9 @@
</para>
</refentry>
+<!--**********************************************
+*********** cipher map name ********************
+***********************************************-->
<refentry>
<refnamediv>
<refname>gcry_cipher_map_name</refname>
@@ -191,7 +208,9 @@
</para>
</refentry>
-
+<!--**********************************************
+*********** cipher en/decryptlose **************
+***********************************************-->
<refentry>
<refnamediv>
<refname>gcry_cipher_encrypt</refname>
@@ -228,6 +247,8 @@
<para>
<indexterm><primary>cipher functions</primary>
<secondary>gcry_cipher_encrypt</secondary>
+ </indexterm>
+ <indexterm><primary>cipher functions</primary>
<secondary>gcry_cipher_decrypt</secondary>
</indexterm>
<function>gcry_cipher_encrypt</function> is used to encrypt the data.