Visible to Intel only — GUID: GUID-978547A6-3C3F-4E83-BFF8-C5D431E839CD
Visible to Intel only — GUID: GUID-978547A6-3C3F-4E83-BFF8-C5D431E839CD
GFpSetElement
Assigns a value to an element of the finite field.
IppStatus ippsGFpSetElement(const Ipp32u* pA, int lenA, IppsGFpElement* pR, IppsGFpState* pGFp);
ippcp.h
pA |
Pointer to the data array storing the finite field element. |
lenA |
Length of the element. |
pR |
Pointer to the context of the finite field element being assigned. |
pGFp |
Pointer to the context of the finite field. |
This function copies (and converts if needed) the value from the user-defined pA buffer to the IppsGFpElement context of the finite field element. If pR is NULL, GFpSetElement assigns zero to the element.
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition in the following cases:
|
ippStsContextMatchErr |
Indicates an error condition if any of the pGFp andpR context parameters does not match the operation. |
ippStsSizeErr |
Indicates an error condition in the following cases:
|
ippStsOutOfRangeErr |
Indicates an error condition if the value contained in pA exceeds the modulus q of the basic prime finite field. |
Did you find the information on this page useful?
Feedback Message
Characters remaining: