Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb.c154 #define unequal_blocks(x, y) (_mm_movemask_epi8(_mm_cmpeq_epi8(x, y)) != 0xffff) macro
192 #define unequal_blocks(x, y) vec_any_ne(x, y) macro
246 static inline int unequal_blocks(block a, block b) { in unequal_blocks() function
287 #define unequal_blocks(x, y) ((((x).l ^ (y).l) | ((x).r ^ (y).r)) != 0) macro
790 if (unequal_blocks(tmp.bl, ctx->cached_Top)) { /* Cached? */ in gen_offset_from_nonce()
1335 if (unequal_blocks(tmp.bl, *(block*)tag)) in ae_decrypt()