Searched refs:ntz (Results 1 – 2 of 2) sorted by relevance
/system/keymaster/ |
D | ocb.c | 98 static inline unsigned ntz(unsigned x) { in ntz() function 106 #define ntz(x) __builtin_ctz((unsigned)(x)) /* Assuming GCC 3.4+ */ macro 124 static inline unsigned ntz(unsigned x) { in ntz() function 134 static inline unsigned ntz(unsigned x) { in ntz() function 806 tz = ntz(ad_block_num); in process_ad() 870 ad_offset = xor_block(ad_offset, getL(ctx, ntz(k + 2))); in process_ad() 963 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_encrypt() 979 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_encrypt() 1179 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_decrypt() 1190 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_decrypt()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 185 TEST(logcat, ntz) { in TEST() argument
|