mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
- 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
|
|
@ -29,6 +29,9 @@
|
|||
|
||||
#include "polarssl/bignum.h"
|
||||
|
||||
/*
|
||||
* DHM Error codes
|
||||
*/
|
||||
#define POLARSSL_ERR_DHM_BAD_INPUT_DATA 0x0480
|
||||
#define POLARSSL_ERR_DHM_READ_PARAMS_FAILED 0x0490
|
||||
#define POLARSSL_ERR_DHM_MAKE_PARAMS_FAILED 0x04A0
|
||||
|
|
@ -36,6 +39,9 @@
|
|||
#define POLARSSL_ERR_DHM_MAKE_PUBLIC_FAILED 0x04C0
|
||||
#define POLARSSL_ERR_DHM_CALC_SECRET_FAILED 0x04D0
|
||||
|
||||
/**
|
||||
* \brief DHM context structure
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
int len; /*!< size(P) in chars */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue