Searched refs:uint_8t (Results 1 – 2 of 2) sorted by relevance
197 static const uint_8t sbox[256] = sb_data(f1);198 static const uint_8t isbox[256] = isb_data(f1);200 static const uint_8t gfm2_sbox[256] = sb_data(f2);201 static const uint_8t gfm3_sbox[256] = sb_data(f3);203 static const uint_8t gfmul_9[256] = mm_data(f9);204 static const uint_8t gfmul_b[256] = mm_data(fb);205 static const uint_8t gfmul_d[256] = mm_data(fd);206 static const uint_8t gfmul_e[256] = mm_data(fe);224 static uint_8t hibit(const uint_8t x) in hibit()225 { uint_8t r = (uint_8t)((x >> 1) | (x >> 2)); in hibit()[all …]
58 typedef unsigned char uint_8t; typedef60 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] );