Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/
DuECC_verify_antifault.c130 uECC_word_t *vhash_words = (uECC_word_t *)verified_hash; in uECC_verify_antifault() local
134 vhash_words[w] = mhash_words[w] ^ rx[w % curve->num_words] ^ r[w % curve->num_words]; in uECC_verify_antifault()
138 vhash_words[w % hash_words] |= rx[w] ^ r[w]; in uECC_verify_antifault()