Searched refs:sbox (Results 1 – 2 of 2) sorted by relevance
708 static u8 sbox(u8 a);738 static u8 sbox(u8 a) in sbox() function752 sbox_key[0] = sbox(key[13]); in next_key()753 sbox_key[1] = sbox(key[14]); in next_key()754 sbox_key[2] = sbox(key[15]); in next_key()755 sbox_key[3] = sbox(key[12]); in next_key()773 out[i] = sbox(in[i]); in byte_sub()
756 static u8 sbox(u8 a) in sbox() function770 sbox_key[0] = sbox(key[13]); in next_key()771 sbox_key[1] = sbox(key[14]); in next_key()772 sbox_key[2] = sbox(key[15]); in next_key()773 sbox_key[3] = sbox(key[12]); in next_key()787 out[i] = sbox(in[i]); in byte_sub()