Visible to Intel only — GUID: GUID-9C858F22-956E-4173-94E6-974996184643
Visible to Intel only — GUID: GUID-9C858F22-956E-4173-94E6-974996184643
PRNGSetAugment
Sets the initial state with the given input entropy for the pseudorandom number generation.
IppStatus ippsPRNGSetAugment(const IppsBigNumState* pAugment, IppsPRNGState* pCtx);
ippcp.h
pAugment |
Pointer to the entropy augment value being set up. |
pCtx |
Pointer to the IppsPRNGState context. |
The function resets entropy augment value with the supplied value of the seedBits bit length. The supplied big number should be created prior to the function call using the appropriate Big Number Arithmetic functions (see Example “Create a 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. |
ippStsContextMatchErr |
Indicates an error condition if the context parameter does not match the operation. |
Did you find the information on this page useful?
Feedback Message
Characters remaining: