HashAddData Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
HashAddData Function
C
void HashAddData(
    HASH_SUM* theSum, 
    BYTE* data, 
    WORD len
);
Description

Adds data to the hash sum.

Preconditions

The hash sum has already been initialized

Parameters
Parameters 
Description 
theSum 
hash context state 
data 
the data to be added to the hash sum 
len 
length of data 
Returns

None

Remarks

This function calls the appropriate hashing function based on the hash typed defined in theSum.

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