Extracts the probable prime positive Big Number.
IppStatus IppsPrimeGet_BN(IppsBigNumState* pBN, const IppsPrimeState *pCtx);
pBN |
Pointer to the Big NUmber context. |
pCtx |
Pointer to the IppsPrimeState context. |
This function is declared in the ippcp.h file. The function extracts the probable prime positive big number from the *pCtx context and stores it into the specified Big Number context.
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 small to store probable prime number. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.