
|
My Project
|
Go to the source code of this file.
Data Structures | |
| struct | Md4 |
Typedefs | |
| typedef struct Md4 | Md4 |
Functions | |
| WOLFSSL_API void | wc_InitMd4 (Md4 *) |
| This function initializes md4. This is automatically called by wc_Md4Hash. | |
| WOLFSSL_API void | wc_Md4Update (Md4 *, const byte *, word32) |
| Can be called to continually hash the provided byte array of length len. | |
| WOLFSSL_API void | wc_Md4Final (Md4 *, byte *) |
| Finalizes hashing of data. Result is placed into hash. | |
Variables | |
| C | |
|
extern |