Visible to Intel only — GUID: GUID-071E59A6-B976-438E-B9B5-97738FC2ADAC
Visible to Intel only — GUID: GUID-071E59A6-B976-438E-B9B5-97738FC2ADAC
GFpECScratchBufferSize
Gets the size of the scratch buffer.
IppStatus ippsGFpECScratchBufferSize(int nScalars, const IppsGFpECState* pEC, int* pBufferSize);
ippcp.h
nScalars |
Number of scalar values. This may take the following values:
|
pEC |
Pointer to the context of the elliptic curve. |
pBufferSize |
Pointer to the calculated buffer size in bytes. |
This function computes the size of the scratch buffer for functions that require an external scratch buffer.
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 IppsGFpECState context parameter does not match the operation. |
ippStsBadArgErr |
Indicates an error condition if nScalars <= 0 or nScalars > 6 |
Did you find the information on this page useful?
Feedback Message
Characters remaining: