Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_test_md5.h File Reference
Include file for SDL test framework. More...
Go to the source code of this file.
Functions | |
void | SDLTest_Md5Init (SDLTest_Md5Context *mdContext) |
/brief initialize the context | |
void | SDLTest_Md5Update (SDLTest_Md5Context *mdContext, unsigned char *inBuf, unsigned int inLen) |
/brief update digest from variable length data |
Detailed Description
Include file for SDL test framework.
This code is a part of the SDL2_test library, not the main SDL library.
Definition in file SDL_test_md5.h.
Function Documentation
void SDLTest_Md5Init | ( | SDLTest_Md5Context * | mdContext ) |
/brief initialize the context
/param mdContext pointer to context variable
Note: The function initializes the message-digest context mdContext. Call before each new use of the context - all fields are set to zero.
void SDLTest_Md5Update | ( | SDLTest_Md5Context * | mdContext, |
unsigned char * | inBuf, | ||
unsigned int | inLen | ||
) |
/brief update digest from variable length data
/param mdContext pointer to context variable /param inBuf pointer to data array/string /param inLen length of data array/string
Note: The function updates the message-digest context to account for the presence of each of the characters inBuf[0..inLen-1] in the message whose digest is being computed.
Generated on Tue Jul 12 2022 13:56:26 by
