HashAddROMData Function

Microchip TCP/IP Stack

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

This function is aliased to HashAddData on non-PIC18 platforms.

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