Visible to Intel only — GUID: GUID-534115C9-C1D8-427D-8A8F-3172392177EA
Visible to Intel only — GUID: GUID-534115C9-C1D8-427D-8A8F-3172392177EA
PrimeGetSize
Gets the size of the IppsPrimeState context in bytes.
Syntax
IppStatus ippsPrimeGetSize(int nMaxBits, int* pSize);
Include Files
ippcp.h
Parameters
nMaxBits |
Maximum length of the probable prime number in bits. |
pSize |
Pointer to the IppsPrimeState context size in bytes. |
Description
The function gets the IppsPrimeState context size in bytes and stores it in pSize.
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. |
ippStsLengthErr |
Indicates an error condition if nMaxBits is less than 1. |