PolyGFValue

Computes the value of a polynomial for a given argument.

Syntax

IppStatus ippsPolyGFValue_8u(const IppsPoly_GF8u* pPoly, Ipp8u argValue, Ipp8u* pDstValue);

Parameters

pPoly

Pointer to the polynomial.

agrValue

Value of the argument.

pDstValue

Pointer to the computed value of the polynomial.

Description

This function is declared in the ippdi.h file. The function computes the value of the given polynomial for the given value of the argument agrValue.

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 specified context pPoly is not valid.

Submit feedback on this help topic

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