- moved algorithm definitions from payloads to corresponding transforms
- cleanup of docs in transforms
This commit is contained in:
@@ -51,7 +51,7 @@ struct hmac_t {
|
||||
*
|
||||
* @param this calling hmac
|
||||
* @param data chunk of data to authenticate
|
||||
* @param [out]buffer pointer where the generated bytes will be written
|
||||
* @param[out] buffer pointer where the generated bytes will be written
|
||||
* @return
|
||||
* - SUCCESS in any case
|
||||
*/
|
||||
@@ -68,7 +68,7 @@ struct hmac_t {
|
||||
*
|
||||
* @param this calling hmac
|
||||
* @param data chunk of data to authenticate
|
||||
* @param [out]chunk chunk which will hold generated bytes
|
||||
* @param[out] chunk chunk which will hold generated bytes
|
||||
* @return
|
||||
* - SUCCESS, or
|
||||
* - OUT_OF_RES if space could not be allocated
|
||||
|
||||
Reference in New Issue
Block a user