util: Make ct_memeq return in constant time.

Compiler may optimize to return early once the diff is not 0.
Use 'volatile' to prevent such optimizations.

BUG=b:236841155
TEST=make

Change-Id: I06780f57fea64253531ce10f23a228d501c3b460
1 file changed