Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/
DuECC_verify_antifault.c131 unsigned hash_words = hash_size / sizeof(uECC_word_t); in uECC_verify_antifault() local
132 for (unsigned int w = 0; w < hash_words; w++) { in uECC_verify_antifault()
137 for (int w = hash_words; w < curve->num_words; w++) { in uECC_verify_antifault()
138 vhash_words[w % hash_words] |= rx[w] ^ r[w]; in uECC_verify_antifault()