Commit d95fee44 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '3e853ff7'

* commit '3e853ff7':
  des: extend av_des_init() doxy
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 3cf08e96 3e853ff7
......@@ -49,6 +49,7 @@ AVDES *av_des_alloc(void);
*
* @param key_bits must be 64 or 192
* @param decrypt 0 for encryption/CBC-MAC, 1 for decryption
* @return zero on success, negative value otherwise
*/
int av_des_init(struct AVDES *d, const uint8_t *key, int key_bits, int decrypt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment