Developer Reference for Intel® Integrated Performance Primitives Cryptography
Compares two Big Numbers.
IppStatus ippsCmp_BN(const IppsBigNumState* pA, const IppsBigNumState* pB, Ipp32u* pResult);
ippcp.h
pA |
Pointer to the context of the Big Number A. |
pB |
Pointer to the context of the Big Number B. |
pResult |
Pointer to the result of the comparison. |
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. |