PolyGFCopy

Copies one polynomial to another.

Syntax

IppStatus ippsPolyGFCopy_8u(const IppsPoly_GF8u* pSrcPoly, IppsPoly_GF8u* pDstPoly);

Parameters

pSrcPoly

Pointer to the source polynomial.

pDstPoly

Pointer to the destination polynomial.

Description

This function is declared in the ippdi.h file. The function copies the source polynomial to the destination.

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 any of the specified contexts is not valid.

Submit feedback on this help topic

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