David Fletcher / Mbed 2 deprecated cc3100_Test_websock_Camera_CM3

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Sha1

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.