![]() |
xilasu
Vitis Drivers API Documentation
|
This file contains the implementation of the client interface functions for Hash-Based Message Authentication Code(HMAC) module.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 yog 01/02/25 Initial release
Functions | |
| s32 | XAsu_HmacCompute (XAsu_ClientParams *ClientParamsPtr, XAsu_HmacParams *HmacParamsPtr) |
| This function sends command to ASUFW to computes the Message Authentication Code (MAC) for the given message using the specified hash function and the provided key. More... | |
| s32 | XAsu_HmacKat (XAsu_ClientParams *ClientParamsPtr) |
| This function sends command to ASUFW to perform HMAC Known Answer Tests (KAT's). More... | |