Visible to Intel only — GUID: GUID-9F3E3B27-C25A-48C1-A234-C70C40838725
Visible to Intel only — GUID: GUID-9F3E3B27-C25A-48C1-A234-C70C40838725
PrimeInit
Initializes user-supplied memory as IppsPrimeState context for future use.
Syntax
IppStatus ippsPrimeInit(int nMaxBits, IppsPrimeState* pCtx);
Include Files
ippcp.h
Parameters
nMaxBits |
Maximum length of the probable prime number in bits. |
pCtx |
Pointer to the IppsPrimeState context being initialized. |
Description
The function initializes the memory pointed by pCtx as the IppsPrimeState context.
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. |
Related Information