This inline function waits till SHA3 completes its operation.
Prototype
u32 XSecure_Sha3WaitForDone(XSecure_Sha3 *InstancePtr);
Parameters
The following table lists the XSecure_Sha3WaitForDone
function arguments.
Name | Description |
---|---|
InstancePtr | Pointer to the XSecure_Sha3 instance. |
Returns
XST_SUCCESS if the SHA3 completes its operation. XST_FAILURE if a timeout has occurred.