XilSKey_ZynqMp_EfusePs_CheckAesKeyCrc - 2021.2 English

Xilinx Standalone Library Documentation: OS and Libraries Document Collection

Document ID
UG643
Release Date
2021-10-27
Version
2021.2 English

This function performs the CRC check of AES key

Note: For Calculating the CRC of the AES key use the XilSKey_CrcCalculation() function or XilSkey_CrcCalculation_AesKey() function

Prototype

u32 XilSKey_ZynqMp_EfusePs_CheckAesKeyCrc(u32 CrcValue);

Parameters

The following table lists the XilSKey_ZynqMp_EfusePs_CheckAesKeyCrc function arguments.

Table 1. XilSKey_ZynqMp_EfusePs_CheckAesKeyCrc Arguments
Type Name Description
u32 CrcValue A 32 bit CRC value of an expected AES key.

Returns

  • XST_SUCCESS on successful CRC check.
  • ErrorCode on failure