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.
Type | Member | Description |
---|---|---|
const u8 * | Key | Pointer to an array of 32 bytes, which holds an AES key. |