GetSize_BN

Returns the maximum length of the integer big number the structure can store.

Syntax

IppStatus ippsGetSize_BN(const IppsBigNumState *b, int *size);

Parameters

b

Integer big number of the data type IppsBigNumState.

size

Maximum length of the integer big number.

Description

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.

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 is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.