Port of TI's CC3100 Websock camera demo. Using FreeRTOS, mbedTLS, also parts of Arducam for cams ov5642 and 0v2640. Can also use MT9D111. Work in progress. Be warned some parts maybe a bit flacky. This is for Seeed Arch max only, for an M3, see the demo for CM3 using the 0v5642 aducam mini.

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.