MD5AddData Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
MD5AddData Function
C
void MD5AddData(
    HASH_SUM* theSum, 
    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

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.