SHA512Duplicate
SHA512Duplicate
Copies one
IppsSHA512State
context to another.Syntax
IppStatus ippsSHA512Duplicate(const IppsSHA512State*
pSrcCtx
, IppsSHA512State*
pDstCtx
);
Include Files
ippcp.h
Parameters
- pSrcCtx
- Pointer to the sourceIppsSHA512Statecontext to be cloned.
- pDstCtx
- Pointer to the destinationIppsSHA512Statecontext.
Description
The function copies one
IppsSHA512State
context to another.Return Values
- ippStsNoErr
- Indicates no error. Any other value indicates an error or warning.
- ippStsNullPtrErr
- Indicates an error condition if any of the specified pointers isNULL.
- ippStsContextMatchErr
- Indicates an error condition if the context parameter does not match the operation.