SHA1AddROMData Function

Microchip TCP/IP Stack

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

Adds data to a SHA-1 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 SHA1AddData on non-PIC18 platforms.

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