Home
last modified time | relevance | path

Searched refs:xlnx_efuse_k256_check (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/nvram/
H A Dxlnx-efuse.h97 bool xlnx_efuse_k256_check(XlnxEFuse *s, uint32_t crc, unsigned start);
/openbmc/qemu/hw/nvram/
H A Dxlnx-efuse.c167 bool xlnx_efuse_k256_check(XlnxEFuse *s, uint32_t crc, unsigned start) in xlnx_efuse_k256_check() function
H A Dxlnx-versal-efuse-ctrl.c311 if (lk_bits == 0 && xlnx_efuse_k256_check(s->efuse, crc, first)) { in efuse_key_crc_check()
H A Dxlnx-zynqmp-efuse.c561 ok = xlnx_efuse_k256_check(s->efuse, (uint32_t)val64, EFUSE_AES_START); in zynqmp_efuse_aes_crc_postw()