Searched refs:sub_word (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 241 sub_word(uint32_t x) in sub_word() function 289 tmp = sub_word(tmp) ^ Rcon[k]; in br_aes_ct_keysched() 291 tmp = sub_word(tmp); in br_aes_ct_keysched()
|
H A D | aes_ct64.c | 295 sub_word(uint32_t x) in sub_word() function 337 tmp = sub_word(tmp) ^ Rcon[k]; in br_aes_ct64_keysched() 339 tmp = sub_word(tmp); in br_aes_ct64_keysched()
|
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 145 static uint16_t sub_word (struct x86emu *, uint16_t d, uint16_t s); 1788 sub_word, /* 05 */ 1902 sub_word, /* 05 */ 4352 common_binop_word_long_rm_r(emu, sub_word, sub_long); in x86emu_exec_one_byte() 4358 common_binop_word_long_r_rm(emu, sub_word, sub_long); in x86emu_exec_one_byte() 4364 common_binop_word_long_imm(emu, sub_word, sub_long); in x86emu_exec_one_byte() 7768 sub_word(struct x86emu *emu, uint16_t d, uint16_t s) in sub_word() function
|