C
void MD5AddROMData( HASH_SUM* theSum, ROM BYTE* data, WORD len );
Description
Adds data to an MD5 hash calculation.
Preconditions
The hash context has already been initialized.
Parameters
Parameters |
Description |
theSum |
a pointer to the hash context structure |
data |
the data to add to the hash |
len |
the length of the data to add |
Returns
None
Remarks
This function is aliased to MD5AddData on non-PIC18 platforms.