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

/external/bluetooth/bluedroid/stack/smp/
H A Daes.c194 static const uint_8t sbox[256] = sb_data(f1);
195 static const uint_8t isbox[256] = isb_data(f1);
197 static const uint_8t gfm2_sbox[256] = sb_data(f2);
198 static const uint_8t gfm3_sbox[256] = sb_data(f3);
200 static const uint_8t gfmul_9[256] = mm_data(f9);
201 static const uint_8t gfmul_b[256] = mm_data(fb);
202 static const uint_8t gfmul_d[256] = mm_data(fd);
203 static const uint_8t gfmul_e[256] = mm_data(fe);
221 static uint_8t hibit(const uint_8t
[all...]
H A 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;
138 uint_8t o_key[N_BLOCK] );

Completed in 115 milliseconds