Searched refs:sub_word (Results 1 - 4 of 4) sorted by relevance

/src/sys/crypto/aes/
H A Daes_ct.c254 sub_word(uint32_t x) function in typeref:typename:uint32_t
302 tmp = sub_word(tmp) ^ Rcon[k];
304 tmp = sub_word(tmp);
376 tmp = sub_word(tmp) ^ Rcon[k];
378 tmp = sub_word(tmp);
H A Daes_ct64.c324 sub_word(uint32_t x) function in typeref:typename:uint32_t
367 tmp = sub_word(tmp) ^ Rcon[k];
369 tmp = sub_word(tmp);
463 tmp = sub_word(tmp) ^ Rcon[k];
465 tmp = sub_word(tmp);
/src/sys/crypto/aes/arch/x86/
H A Daes_sse2_4x32.c258 sub_word(uint32_t x) function in typeref:typename:uint32_t
307 tmp = sub_word(tmp) ^ Rcon[k];
309 tmp = sub_word(tmp);
/src/common/lib/libx86emu/
H A Dx86emu.c149 static uint16_t sub_word (struct X86EMU *, uint16_t d, uint16_t s);
1747 sub_word, /* 05 */
1856 sub_word, /* 05 */
4192 common_binop_word_long_rm_r(emu, sub_word, sub_long);
4198 common_binop_word_long_r_rm(emu, sub_word, sub_long);
4204 common_binop_word_long_imm(emu, sub_word, sub_long);
7509 sub_word(struct X86EMU *emu, uint16_t d, uint16_t s) function in typeref:typename:uint16_t

Completed in 12 milliseconds