![]() |
xilasu
Vitis Drivers API Documentation
|
This file contains the implementation of the client interface functions for SHA 3 driver.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 vns 06/04/24 Initial release ma 06/14/24 Updated XAsufw_ShaOperationCmd structure to have 64-bit hash address yog 09/26/24 Added doxygen groupings and fixed doxygen comments. am 10/22/24 Fixed validation of hash buffer size. 1.1 ma 12/12/24 Updated hash buffer address to the response buffer of the callback function
Functions | |
| s32 | XAsu_Sha3Operation (XAsu_ClientParams *ClientParamPtr, XAsu_ShaOperationCmd *ShaClientParamPtr) |
| This function sends a command to ASUFW to generate the digest for the provided input message using the specified SHA algorithm. More... | |
| s32 | XAsu_Sha3Kat (XAsu_ClientParams *ClientParamPtr) |
| This function sends a command to ASUFW to run the SHA3 Known Answer Tests (KAT's). More... | |