Home
last modified time | relevance | path

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

/system/keymaster/
Docb.c153 #define unequal_blocks(x, y) (_mm_movemask_epi8(_mm_cmpeq_epi8(x, y)) != 0xffff) macro
191 #define unequal_blocks(x, y) vec_any_ne(x, y) macro
245 static inline int unequal_blocks(block a, block b) { in unequal_blocks() function
285 #define unequal_blocks(x, y) ((((x).l ^ (y).l) | ((x).r ^ (y).r)) != 0) macro
776 if (unequal_blocks(tmp.bl, ctx->cached_Top)) { /* Cached? */ in gen_offset_from_nonce()
1302 if (unequal_blocks(tmp.bl, *(block*)tag)) in ae_decrypt()