Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb.c99 static inline unsigned ntz(unsigned x) { in ntz() function
107 #define ntz(x) __builtin_ctz((unsigned)(x)) /* Assuming GCC 3.4+ */ macro
125 static inline unsigned ntz(unsigned x) { in ntz() function
135 static inline unsigned ntz(unsigned x) { in ntz() function
820 tz = ntz(ad_block_num); in process_ad()
884 ad_offset = xor_block(ad_offset, getL(ctx, ntz(k + 2))); in process_ad()
984 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_encrypt()
1000 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_encrypt()
1206 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_decrypt()
1217 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_decrypt()
/system/core/logcat/tests/
Dlogcat_test.cpp279 TEST(logcat, ntz) { in TEST() argument