Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb.c1140 static int constant_time_memcmp(const void* av, const void* bv, size_t n) { in constant_time_memcmp() function
1344 if (constant_time_memcmp(tag, tmp.u8, len) != 0) in ae_decrypt()
1347 if (constant_time_memcmp((char*)ct + ct_len, tmp.u8, len) != 0) in ae_decrypt()