![]() |
xilasu
Vitis Drivers API Documentation
|
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... | |
| #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.
| int main | ( | void | ) |
Main function to call the Asu_KdfExample.
| 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.