Searched refs:dna (Results 1 – 1 of 1) sorted by relevance
296 uint32_t dna[EFUSE_DNA_LEN / sizeof(uint32_t)] = { }; in tee_otp_get_hw_unique_key() local304 if (versal_efuse_read_dna(dna, sizeof(dna))) in tee_otp_get_hw_unique_key()307 if (versal_sha3_384((uint8_t *)dna, sizeof(dna), sha, sizeof(sha))) { in tee_otp_get_hw_unique_key()325 memzero_explicit(dna, sizeof(dna)); in tee_otp_get_hw_unique_key()
Completed in 3 milliseconds