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()
776 static u8 sbox(u8 a) in sbox() function790 sbox_key[0] = sbox(key[13]); in next_key()791 sbox_key[1] = sbox(key[14]); in next_key()792 sbox_key[2] = sbox(key[15]); in next_key()793 sbox_key[3] = sbox(key[12]); in next_key()807 out[i] = sbox(in[i]); in byte_sub()
850 static u8 sbox(u8 a) in sbox() function864 sbox_key[0] = sbox(key[13]); in next_key()865 sbox_key[1] = sbox(key[14]); in next_key()866 sbox_key[2] = sbox(key[15]); in next_key()867 sbox_key[3] = sbox(key[12]); in next_key()885 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.