- Updated Doxygen documentation generation and documentation on small parts
This commit is contained in:
parent
0a62cd1a18
commit
f3b86c1e62
18 changed files with 228 additions and 79 deletions
|
@ -296,7 +296,7 @@ static inline int cipher_get_key_size ( const cipher_context_t *ctx )
|
|||
*
|
||||
* \returns 0 on success, 1 if parameter verification fails.
|
||||
*/
|
||||
int cipher_setkey( cipher_context_t *ctx, const unsigned char *key, int key_len,
|
||||
int cipher_setkey( cipher_context_t *ctx, const unsigned char *key, int key_length,
|
||||
const operation_t operation );
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue