MD5Duplicate

Copies one IppsMD5State context to another.

Syntax

IppStatus ippsMD5Duplicate(const IppsMD5State* pSrcCtx, IppsMD5State* pDstCtx);

Parameters

pSrcCtx

Pointer to the source IppsMD5State context.

pDstCtx

Pointer to the IppsMD5State context to be cloned.

Description

The function is declared in the ippcp.h file. The function copies one IppsMD5State 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 is NULL.

ippStsContextMatchErr

Indicates an error condition if the context parameter does not match the operation.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.