SetOctString_BNU

Converts octet string into unsigned integer big number.

Syntax

IppStatus ippsSetOctString_BNU(const Ipp8u* pOctStr, int strLen, Ipp32u* pBNU, int* pBNUsize);

Parameters

pOctStr

Pointer to the input octet string OctStr.

strLen

Length of the octet string.

pBNU

Pointer to the unsigned integer big number BNU.

pBNUsize

Pointer to the size (in 32-bit items) of the unsigned integer big number.

Description

The function is declared in the ippcp.h file. This function converts octet string into unsigned integer big number.

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.

ippStsLengthErr

Indicates an error condition if specified strLen is less than 1.

ippStsSizeErr

Indicates an error condition if specified *pBNUsize is not sufficient for keeping actual strLen.

Submit feedback on this help topic

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