XilSkey_CrcCalculation_AesKey - 2021.1 English

Xilinx Standalone Library Documentation OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2021-06-16
Version
2021.1 English

Calculates CRC value of the provided key. Key should be provided in hexa buffer.

Prototype

u32 XilSkey_CrcCalculation_AesKey(const u8 *Key);

Parameters

The following table lists the XilSkey_CrcCalculation_AesKey function arguments.

Table 1. XilSkey_CrcCalculation_AesKey Arguments
Type Name Description
const u8 * Key Pointer to an array of 32 bytes, which holds an AES key.

Returns

Crc of provided AES key value. To calculate CRC on the AES key in string format please use XilSKey_CrcCalculation.