xilasu
Vitis Drivers API Documentation
xasu_keywrapinfo.h File Reference

Overview

This file contains the Key wrap and unwrap definitions which are common across the client and server.

MODIFICATION HISTORY:
Ver   Who  Date     Changes


1.0 ss 02/24/25 Initial release

 

Data Structures

struct  XAsu_KeyWrapParams
 This structure contains Key wrap unwrap params info. More...
 

Macros

#define XASU_KEYWRAP_KEY_WRAP_SHA2_CMD_ID   (0U)
 Command ID for Key wrap using SHA2. More...
 
#define XASU_KEYWRAP_KEY_WRAP_SHA3_CMD_ID   (1U)
 Command ID for Key wrap using SHA3. More...
 
#define XASU_KEYWRAP_KEY_UNWRAP_SHA2_CMD_ID   (2U)
 Command ID for Key unwrap using SHA2. More...
 
#define XASU_KEYWRAP_KEY_UNWRAP_SHA3_CMD_ID   (3U)
 Command ID for Key unwrap using SHA3. More...
 
#define XASU_KEYWRAP_KAT_CMD_ID   (4U)
 Command ID for Key wrap unwrap KAT. More...
 
#define XASU_KEYWRAP_GET_INFO_CMD_ID   (5U)
 Command ID for Key wrap unwrap Get Info. More...
 
#define XASU_KEYWRAP_OUTPUT_LEN_SIZE_IN_BYTES   (4U)
 Key wrap unwrap output length size. More...