![]() |
xilasu
Vitis Drivers API Documentation
|
This file contains the KDF definitions which are common across the client and server.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 ma 01/15/25 Initial release
Data Structures | |
| struct | XAsu_KdfParams |
| This structure contains KDF params info. More... | |
Macros | |
| #define | XASU_KDF_GENERATE_SHA2_CMD_ID (0U) |
| Command ID for KDF generate for SHA2 command. More... | |
| #define | XASU_KDF_GENERATE_SHA3_CMD_ID (1U) |
| Command ID for KDF generate for SHA3 command. More... | |
| #define | XASU_KDF_KAT_CMD_ID (2U) |
| Command ID for KDF KAT command. More... | |
| #define | XASU_KDF_GET_INFO_CMD_ID (3U) |
| Command ID for KDF Get Info command. More... | |
| #define | XASU_KDF_MAX_CONTEXT_LEN (1024U) |
| Maximum context length. More... | |