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.
Sha1
Functions | |
| void | SHAMD5IntHandler (void) |
| SHAMD5IntHandler - Interrupt Handler which handles different interrupts from different sources. | |
| void | GenerateHash (unsigned int uiConfig, unsigned char *puiKey1, unsigned char *puiData, unsigned char *puiResult, unsigned int uiDataLength) |
| GenerateHash - Generates the Hash value of the Plain Text. | |
Function Documentation
| void GenerateHash | ( | unsigned int | uiConfig, |
| unsigned char * | puiKey1, | ||
| unsigned char * | puiData, | ||
| unsigned char * | puiResult, | ||
| unsigned int | uiDataLength | ||
| ) |
GenerateHash - Generates the Hash value of the Plain Text.
- Parameters:
-
uiConfig - Configuration Value puiKey1 - Key Used puiData - Plain Text used puiResult - Hash Value Generated uiDataLength - DataLength Used
- Returns:
- None
Definition at line 92 of file sha1_gen.cpp.
| void SHAMD5IntHandler | ( | void | ) |
SHAMD5IntHandler - Interrupt Handler which handles different interrupts from different sources.
- Parameters:
-
None
- Returns:
- None
Definition at line 71 of file sha1_gen.cpp.
Generated on Wed Jul 13 2022 15:58:46 by
1.7.2