Developer Reference for Intel® Integrated Performance Primitives Cryptography
Sets the Big Number for primality testing.
IppStatus ippsPrimeSet_BN(const IppsBigNumState* pBN, IppsPrimeState* pCtx);
ippcp.h
pBN |
Pointer to the Big Number context. |
pCtx |
Pointer to the IppsPrimeState context. |
The function sets the Big Number for probabilistic primality test.
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 context parameter does not match the operation. |
ippStsOutOfRangeErr |
Indicates an error condition if the Big Number is too large to fit pCtx. |