summaryrefslogtreecommitdiff
path: root/funcs/func_aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_aes.c')
-rw-r--r--funcs/func_aes.c10
1 files changed, 10 insertions, 0 deletions
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$")
<description>
<para>Returns an AES encrypted string encoded in base64.</para>
</description>
+ <see-also>
+ <ref type="application">AES_DECRYPT</ref>
+ <ref type="application">BASE64_ENCODE</ref>
+ <ref type="application">BASE64_DECODE</ref>
+ </see-also>
</function>
<function name="AES_DECRYPT" language="en_US">
<synopsis>
@@ -69,6 +74,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Returns the plain text string.</para>
</description>
+ <see-also>
+ <ref type="application">AES_ENCRYPT</ref>
+ <ref type="application">BASE64_ENCODE</ref>
+ <ref type="application">BASE64_DECODE</ref>
+ </see-also>
</function>
***/