Home
last modified time | relevance | path

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

/mcuboot-3.6.0/ext/tinycrypt/lib/source/
Dutils.c67 const uint8_t *tempb = b; in _compare() local
71 result |= tempa[i] ^ tempb[i]; in _compare()
/mcuboot-3.6.0/boot/bootutil/src/
Dencrypted.c56 const uint8_t *tempb = b; in bootutil_constant_time_compare() local
61 result |= tempa[i] ^ tempb[i]; in bootutil_constant_time_compare()