Get_BN
Get_BN
Extracts the sign and value of the integer big number from the input structure.
Syntax
IppStatus ippsGet_BN(IppsBigNumSGN *
sgn
, int*
pLength
, Ipp32u*
pData
, const IppsBigNumState*
pBN
);
Include Files
ippcp.h
Parameters
- sgn
- Sign ofIppsBigNumState *x.
- pLength
- Pointer to the array length of the input data.
- pData
- Pointer to the data array.
- pBN
- Integer big number of the contextIppsBigNumState.
Description
The function extracts the sign and value of the integer big number from the input structure.
Return Values
- ippStsNoErr
- Indicates no error. Any other value indicates an error or warning.
- ippStsNullPtrErr
- Indicates an error condition if any of the specified pointers isNULL.
- ippStsContextMatchErr
- Indicates an error condition if the context parameter does not match the operation.