From c79fc6d6a5c2d287856c8955ad94edbe7ee8fe18 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 13 Feb 2003 14:38:34 +0000 Subject: [PATCH] Beautification git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116166 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mcrypt/functions/mcrypt-enc-is-block-mode.xml | 4 ++-- reference/mcrypt/functions/mcrypt-get-iv-size.xml | 10 +++++----- reference/mcrypt/functions/mcrypt-module-open.xml | 11 ++++++----- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml b/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml index ea4a486ea2..2e67e30060 100644 --- a/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml +++ b/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - boolmcrypt_enc_is_block_mode + intmcrypt_enc_is_block_mode resourcetd diff --git a/reference/mcrypt/functions/mcrypt-get-iv-size.xml b/reference/mcrypt/functions/mcrypt-get-iv-size.xml index d4c0bd5fa1..de61145689 100644 --- a/reference/mcrypt/functions/mcrypt-get-iv-size.xml +++ b/reference/mcrypt/functions/mcrypt-get-iv-size.xml @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ Description - intmcrypt_get_iv_size - resourcetd + intmcrypt_get_key_size + intcipher - intmcrypt_get_iv_size + intmcrypt_get_key_size stringcipher - stringmode + stringmodule The first prototype is when linked against libmcrypt 2.2.x, the diff --git a/reference/mcrypt/functions/mcrypt-module-open.xml b/reference/mcrypt/functions/mcrypt-module-open.xml index 0e6fb58da8..6a82dcbc18 100644 --- a/reference/mcrypt/functions/mcrypt-module-open.xml +++ b/reference/mcrypt/functions/mcrypt-module-open.xml @@ -1,10 +1,10 @@ - + mcrypt_module_open - This function opens the module of the algorithm and the mode to be used + Opens the module of the algorithm and the mode to be used Description @@ -98,14 +98,15 @@ The first line in the example above will try to open the DES cipher from the default directory and the EBC mode from the directory /usr/lib/mcrypt-modes. The second example uses - strings as name for the cipher an dmode, this only works when the + strings as name for the cipher and mode, this only works when the extension is linked against libmcrypt 2.4.x or 2.5.x. - See also mcrypt_module_close, + See also + mcrypt_module_close, mcrypt_generic, mdecrypt_generic, - mcrypt_generic_init and + mcrypt_generic_init, and mcrypt_generic_deinit.