Compares two Big Numbers.
IppStatus ippsCmp_BN(const IppsBigNumState *pA, const IppsBigNumState *pB, Ipp32u *pRsult);
pA |
Pointer to the context of the Big Number A. |
pB |
Pointer to the context of the Big Number B. |
pRsult |
Pointer to the result of the comparison. |
The function is declared in ippcp.h file. This function compares Big Numbers A and B and sets up the result according to the following conditions:
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.