Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc170 static const uint_8t sbox[256] = sb_data(f1);
171 static const uint_8t isbox[256] = isb_data(f1);
173 static const uint_8t gfm2_sbox[256] = sb_data(f2);
174 static const uint_8t gfm3_sbox[256] = sb_data(f3);
176 static const uint_8t gfmul_9[256] = mm_data(f9);
177 static const uint_8t gfmul_b[256] = mm_data(fb);
178 static const uint_8t gfmul_d[256] = mm_data(fd);
179 static const uint_8t gfmul_e[256] = mm_data(fe);
197 static uint_8t hibit(const uint_8t x) { in hibit()
198 uint_8t r = (uint_8t)((x >> 1) | (x >> 2)); in hibit()
[all …]
Daes.h58 typedef unsigned char uint_8t; typedef
60 typedef uint_8t return_type;
66 typedef uint_8t length_type;
69 uint_8t ksch[(N_MAX_ROUNDS + 1) * N_BLOCK];
70 uint_8t rnd;
127 uint_8t o_key[N_BLOCK]);