From ca8a5498b1091a4f5a76ce89dc4f31fa5fa958c7 Mon Sep 17 00:00:00 2001 From: Andrew Latham Date: Fri, 14 Jan 2011 19:39:22 +0000 Subject: Add relationships to function documentation. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301846 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_aes.c | 10 ++++++++++ funcs/func_base64.c | 10 ++++++++++ 2 files changed, 20 insertions(+) (limited to 'funcs') diff --git a/funcs/func_aes.c b/funcs/func_aes.c index 7cc8f4d57..15681442f 100644 --- a/funcs/func_aes.c +++ b/funcs/func_aes.c @@ -53,6 +53,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns an AES encrypted string encoded in base64. + + AES_DECRYPT + BASE64_ENCODE + BASE64_DECODE + @@ -69,6 +74,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the plain text string. + + AES_ENCRYPT + BASE64_ENCODE + BASE64_DECODE + ***/ diff --git a/funcs/func_base64.c b/funcs/func_base64.c index 34c6ec6ae..bebbe8959 100644 --- a/funcs/func_base64.c +++ b/funcs/func_base64.c @@ -44,6 +44,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the base64 string. + + BASE64_DECODE + AES_DECRYPT + AES_ENCRYPT + @@ -57,6 +62,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the plain text string. + + BASE64_ENCODE + AES_DECRYPT + AES_ENCRYPT + ***/ -- cgit v1.2.3