xilasu
Vitis Drivers API Documentation
ASU KDF API Example Generic Usage

Macros

#define ASU_KDF_OUTPUT_LEN_IN_BYTES   (48U)
 ASU KDF length in bytes. More...
 
#define ASU_KDF_KEY_LEN_IN_BYTES   (48U)
 ASU KDF Key length in bytes. More...
 
#define ASU_KDF_FIXED_DATA_LEN_IN_BYTES   (16U)
 ASU KDF Fixed data length in bytes. More...
 

Functions

int main (void)
 Main function to call the Asu_KdfExample. More...
 

Variables

volatile u8 Notify = 0
 To notify the call back from client library. More...
 
volatile u32 ErrorStatus = XST_FAILURE
 Status variable to store the error returned from server. More...
 

Macro Definition Documentation

#define ASU_KDF_FIXED_DATA_LEN_IN_BYTES   (16U)

ASU KDF Fixed data length in bytes.

#define ASU_KDF_KEY_LEN_IN_BYTES   (48U)

ASU KDF Key length in bytes.

#define ASU_KDF_OUTPUT_LEN_IN_BYTES   (48U)

ASU KDF length in bytes.

Function Documentation

int main ( void  )

Main function to call the Asu_KdfExample.

Returns
  • XST_SUCCESS, if KDF successfully generated for given inputs.
  • XST_FAILURE, if the KDF generation fails.

Variable Documentation

volatile u32 ErrorStatus = XST_FAILURE

Status variable to store the error returned from server.

volatile u8 Notify = 0

To notify the call back from client library.