Extracts the probable prime unsigned integer big number.
IppStatus ippsPrimeGet(Ipp32u* pBNU, int *pSize, const IppsPrimeState *pCtx);
pBNU |
Pointer to the unsigned integer big number. |
pSize |
Pointer to the length of the unsinged integer big number. |
p |
Pointer to the IppsPrimeState context. |
This function is declared in the ippcp.h file. The function extracts the probable prime number from *pCtx context and stores it into the specified unsigned integer big number.
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. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.