mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Doxygen cleanups/fixes.
Closes issue #10654, patch by snuffy git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81560 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -60,6 +60,8 @@ struct ast_audiohook_list {
|
||||
|
||||
/*! \brief Initialize an audiohook structure
|
||||
* \param audiohook Audiohook structure
|
||||
* \param type
|
||||
* \param source
|
||||
* \return Returns 0 on success, -1 on failure
|
||||
*/
|
||||
int ast_audiohook_init(struct ast_audiohook *audiohook, enum ast_audiohook_type type, const char *source)
|
||||
|
@@ -73,7 +73,7 @@ void SHA1ProcessMessageBlock(SHA1Context *);
|
||||
|
||||
/*!
|
||||
* \brief SHA1Reset
|
||||
* \param context the context to be reset
|
||||
* \param context the context to be reset.
|
||||
* This function will initialize the SHA1Context in preparation
|
||||
* for computing a new SHA1 message digest.
|
||||
* \return sha Error Code.
|
||||
@@ -146,7 +146,7 @@ int SHA1Result( SHA1Context *context,
|
||||
* \param context [in/out] The SHA context to update
|
||||
* \param message_array [in] An array of characters representing the next portion of
|
||||
* the message.
|
||||
* \param length [in] The length of the message in message_array
|
||||
* \param length [in] The length of the message in message_array.
|
||||
* This function accepts an array of octets as the next portion
|
||||
* of the message.
|
||||
* \return sha Error Code.
|
||||
@@ -281,7 +281,7 @@ void SHA1ProcessMessageBlock(SHA1Context *context)
|
||||
|
||||
/*!
|
||||
* \brief Pad message to be 512 bits.
|
||||
* \param context [in/out] The context to pad
|
||||
* \param context [in/out] The context to pad.
|
||||
*
|
||||
* According to the standard, the message must be padded to an even
|
||||
* 512 bits. The first padding bit must be a '1'. The last 64
|
||||
|
Reference in New Issue
Block a user