HomeSort by: relevance | last modified time | path
    Searched refs:sub_word (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/crypto/aes/
aes_ct.c 254 sub_word(uint32_t x) function
302 tmp = sub_word(tmp) ^ Rcon[k];
304 tmp = sub_word(tmp);
376 tmp = sub_word(tmp) ^ Rcon[k];
378 tmp = sub_word(tmp);
aes_ct64.c 324 sub_word(uint32_t x) function
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/
aes_sse2_4x32.c 258 sub_word(uint32_t x) function
307 tmp = sub_word(tmp) ^ Rcon[k];
309 tmp = sub_word(tmp);
  /src/common/lib/libx86emu/
x86emu.c 149 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

Completed in 22 milliseconds