Searched refs:sbox (Results 1 – 5 of 5) sorted by relevance
770 static u8 sbox(u8 a);796 static u8 sbox(u8 a) in sbox() function809 sbox_key[0] = sbox(key[13]); in next_key()810 sbox_key[1] = sbox(key[14]); in next_key()811 sbox_key[2] = sbox(key[15]); in next_key()812 sbox_key[3] = sbox(key[12]); in next_key()828 out[i] = sbox(in[i]); in byte_sub()
771 static u8 sbox(u8 a) in sbox() function785 sbox_key[0] = sbox(key[13]); in next_key()786 sbox_key[1] = sbox(key[14]); in next_key()787 sbox_key[2] = sbox(key[15]); in next_key()788 sbox_key[3] = sbox(key[12]); in next_key()802 out[i] = sbox(in[i]); in byte_sub()
852 static u8 sbox(u8 a) in sbox() function866 sbox_key[0] = sbox(key[13]); in next_key()867 sbox_key[1] = sbox(key[14]); in next_key()868 sbox_key[2] = sbox(key[15]); in next_key()869 sbox_key[3] = sbox(key[12]); in next_key()887 out[i] = sbox(in[i]); in byte_sub()
25 .macro prepare, sbox, shiftrows, temp26 adr \temp, \sbox
224 des_keymap, i.e., now the sbox # is the high part of the index and276 as an index into an sbox mapping table. the next two x'd bits are set310 a specific sbox during a specific iteration.