Returns the maximum length of the integer big number the structure can store.
IppStatus ippsGetSize_BN(const IppsBigNumState *b, int *size);
b |
Integer big number of the data type IppsBigNumState. |
size |
Maximum length of the integer big number. |
This function is declared in the ippcp.h file. The function evaluates the working buffer assigned to the context IppsBigNumState and returns the size of the structure to indicate the maximum length of the integer big number that the structure can store.
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. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.