xilskey
Vitis Drivers API Documentation
xilskey_bbramps_zynqmp_example.c File Reference

Overview

This file illustrates how to program AES key of ZynqMP BBRAM.

Ideally example should be excited with status 0x00000000 if not there was some error in programming.

Note
: No need to include any header file in src of the application.
MODIFICATION HISTORY:
Ver   Who     Date     Changes


4.0 vns 10/08/15 First release 6.7 psl 04/10/19 Fixed IAR warnings. 7.0 kpt 09/02/20 Added successfully ran print to the example in case of Success

 

Macros

#define XSK_ZYNQMP_BBRAMPS_AES_KEY_LEN_IN_BYTES   (32)
 AES key length in Bytes. More...
 
#define XSK_ZYNQMP_BBRAMPS_AES_KEY_LEN_IN_BITS   (256)
 AES key length in Bits. More...
 
#define XSK_ZYNQMP_BBRAMPS_AES_KEY_STR_LEN   (64)
 String length of Key. More...
 

Macro Definition Documentation

#define XSK_ZYNQMP_BBRAMPS_AES_KEY_LEN_IN_BITS   (256)

AES key length in Bits.

#define XSK_ZYNQMP_BBRAMPS_AES_KEY_LEN_IN_BYTES   (32)

AES key length in Bytes.

#define XSK_ZYNQMP_BBRAMPS_AES_KEY_STR_LEN   (64)

String length of Key.