Visible to Intel only — GUID: GUID-501316C4-84BB-444B-A662-D0AB366993C1
Visible to Intel only — GUID: GUID-501316C4-84BB-444B-A662-D0AB366993C1
PRNGSetH0
Sets the initial state with the given input IV for the SHA-1 algorithm.
IppStatus ippsPRNGSetH0(const IppsBigNumState* pH0, IppsPRNGState* pCtx);
ippcp.h
pH0 |
Pointer to the initial hash value being set up. |
pCtx |
Pointer to the IppsPRNGState context. |
The function resets the initial hash value with the supplied value up to 160 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: