Home
last modified time | relevance | path

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

/system/bt/stack/crypto_toolbox/
Daes.cc218 static const uint_8t sbox[256] = sb_data(f1);
219 static const uint_8t isbox[256] = isb_data(f1);
221 static const uint_8t gfm2_sbox[256] = sb_data(f2);
222 static const uint_8t gfm3_sbox[256] = sb_data(f3);
224 static const uint_8t gfmul_9[256] = mm_data(f9);
225 static const uint_8t gfmul_b[256] = mm_data(fb);
226 static const uint_8t gfmul_d[256] = mm_data(fd);
227 static const uint_8t gfmul_e[256] = mm_data(fe);
245 static uint_8t hibit(const uint_8t x) { in hibit()
246 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;
130 const unsigned char key[N_BLOCK], uint_8t o_key[N_BLOCK]);