Visible to Intel only — GUID: GUID-2C87FB21-F4F3-480A-B37C-03E51593CC74
Visible to Intel only — GUID: GUID-2C87FB21-F4F3-480A-B37C-03E51593CC74
GFpElementGetSize
Gets the size of the context for an element of the finite field.
Syntax
IppStatus ippsGFpElementGetSize(const IppsGFpState* pGFp, int* pElementSize);
Include Files
ippcp.h
Parameters
pGFp |
Pointer to the context of the finite field. |
pElementSize |
Pointer to the buffer size, in bytes, needed for the IppsGFpElement context. |
Description
This function returns the size of the buffer associated with the IppsGFpElement context, suitable for storing an element of the finite field specified by the context pGFp.
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 pGFp context parameter does not match the operation. |