Converts octet string into unsigned integer big number.
IppStatus ippsSetOctString_BNU(const Ipp8u* pOctStr, int strLen, Ipp32u* pBNU, int* pBNUsize);
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. |
The function is declared in the ippcp.h file. This function converts octet string into unsigned integer big number.
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. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.