Visible to Intel only — GUID: GUID-F8A14A52-9DC5-4D7E-A962-AEF5A5097299
Visible to Intel only — GUID: GUID-F8A14A52-9DC5-4D7E-A962-AEF5A5097299
GFpScratchBufferSize
Gets the size of the scratch buffer.
IppStatus ippsGFpScratchBufferSize(int nExponents, int ExpBitSize, const IppsGFpState* pGFp, int* pBufferSize);
ippcp.h
nExponents |
Number of exponents. |
ExpBitSize |
Maximum bit size of the exponents. |
pGFp |
Pointer to the context of the finite field. |
pBufferSize |
Pointer to the calculated buffer size in bytes. |
This function computes the size of the scratch buffer for the ippsGFpExp and ippsGFpMultiExp functions. The pGFp parameter specifies the context of the finite field.
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. |
ippStsBadArgErr |
Indicates an error condition in the following cases:
|
Did you find the information on this page useful?
Feedback Message
Characters remaining: