HomeSort by relevance Sort by last modified time
    Searched refs:uint_8t (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/smp/
aes.cc 221 static const uint_8t sbox[256] = sb_data(f1);
222 static const uint_8t isbox[256] = isb_data(f1);
224 static const uint_8t gfm2_sbox[256] = sb_data(f2);
225 static const uint_8t gfm3_sbox[256] = sb_data(f3);
227 static const uint_8t gfmul_9[256] = mm_data(f9);
228 static const uint_8t gfmul_b[256] = mm_data(fb);
229 static const uint_8t gfmul_d[256] = mm_data(fd);
230 static const uint_8t gfmul_e[256] = mm_data(fe);
248 static uint_8t hibit(const uint_8t x)
    [all...]
aes.h 58 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]);

Completed in 5543 milliseconds