XSecure_Sha3WaitForDone - 2023.2 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-12-13
Version
2023.2 English

This inline function waits till SHA3 completes the operation.

Prototype

u32 XSecure_Sha3WaitForDone(XSecure_Sha3 *InstancePtr);

Parameters

The following table lists the XSecure_Sha3WaitForDone function arguments.

Table 1. XSecure_Sha3WaitForDone 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.