![]() |
xilskey
Vitis Drivers API Documentation
|
Functions | |
| u32 | XilSKey_CrcCalculation (const u8 *Key) |
| This function Calculates CRC value based on hexadecimal string passed. More... | |
| u32 | XilSkey_CrcCalculation_AesKey (const u8 *Key) |
| Calculates CRC value of the provided key. More... | |
| u32 XilSKey_CrcCalculation | ( | const u8 * | Key | ) |
This function Calculates CRC value based on hexadecimal string passed.
| Key | Pointer to the string contains AES key in hexadecimal of length less than or equal to 64. |
References XilSKey_Efuse_ConvertStringToHexBE(), XilSKey_RowCrcCalculation(), and XSK_EFUSEPL_ERROR_NOT_VALID_KEY_LENGTH.
| u32 XilSkey_CrcCalculation_AesKey | ( | const u8 * | Key | ) |
Calculates CRC value of the provided key.
Key should be provided in hexa buffer.
| Key | Pointer to an array of 32 bytes, which holds an AES key. |
References XilSKey_RowCrcCalculation().
Referenced by XilSKey_ZynqMp_EfusePs_Write().