![]() |
xilasu
Vitis Drivers API Documentation
|
This file contains the implementation of the client interface functions for SHA 2 driver.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 vns 08/22/24 Initial release 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_Sha2Operation (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_Sha2Kat (XAsu_ClientParams *ClientParamPtr) |
| This function performs SHA2 Known Answer Tests (KAT's). More... | |