diff options
| author | Werner Koch <[email protected]> | 2000-02-08 17:12:00 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2000-02-08 17:12:00 +0000 |
| commit | d8199e30941f619906f4d521797914a63a5a9b05 (patch) | |
| tree | aa2c409010dd47231b6c83d215e775b06e8bc49d /doc/gcryptref-cipher.sgml | |
| parent | Started with gcrypt manual (diff) | |
| download | gnupg-d8199e30941f619906f4d521797914a63a5a9b05.tar.gz gnupg-d8199e30941f619906f4d521797914a63a5a9b05.zip | |
Add some libgcrypt dox
Diffstat (limited to 'doc/gcryptref-cipher.sgml')
| -rw-r--r-- | doc/gcryptref-cipher.sgml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/gcryptref-cipher.sgml b/doc/gcryptref-cipher.sgml index 1253b38f3..379de5a7e 100644 --- a/doc/gcryptref-cipher.sgml +++ b/doc/gcryptref-cipher.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. |
