Gets the size of the IppsBigNumState context in bytes.
IppStatus ippsBigNumGetSize(int length, int *size);
length |
Integer big number length in Ipp32u. |
size |
Size of the buffer in bytes required for initialization. |
This function is declared in the ippcp.h file. The function specifies the buffer size required to define a structuralized working buffer of the context IppsBigNumState for the storage and operations on an integer big number in bytes.
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. |
ippStsLengthErr |
Indicates an error condition if length is less than or equal to 0. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.