/src/sys/crypto/aes/ |
aes_ct.c | 254 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);
|
aes_ct.c | 254 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);
|
/src/sys/crypto/aes/arch/x86/ |
aes_sse2.c | 300 sub_word(uint32_t x) function in typeref:typename:uint32_t 343 tmp = sub_word(tmp) ^ Rcon[k]; 345 tmp = sub_word(tmp);
|
aes_sse2.c | 300 sub_word(uint32_t x) function in typeref:typename:uint32_t 343 tmp = sub_word(tmp) ^ Rcon[k]; 345 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 in typeref:typename:uint16_t
|
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 in typeref:typename:uint16_t
|