Visible to Intel only — GUID: GUID-08F1B470-1DE0-4414-9698-B22F78F22D5A
Visible to Intel only — GUID: GUID-08F1B470-1DE0-4414-9698-B22F78F22D5A
GFpxGetSize
Gets the size of the context of a GF(pd) field.
IppStatus ippsGFpxGetSize(const IppsGFpState* pParentGF, int degree, int* pSize);
ippcp.h
pParentGF |
Pointer to the context of the finite field GF(p) being extended. |
degree |
Degree of the extension. |
pSize |
Pointer to the buffer size, in bytes, needed for the IppsGFpState context. |
The function returns the size of the buffer associated with the IppsGFpState context, suitable for storing data for the finite field GF(pd) determined by the extension degree d supplied in the degree parameter.
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 IppsGFpState context parameter does not match the operation. |
ippStsBadArgErr |
Indicates an error condition if the degree of the extension is greater than or equal to 9 or is less than 2. |
Did you find the information on this page useful?
Feedback Message
Characters remaining: