Home
last modified time | relevance | path

Searched refs:input_nibble (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnaomim4.cpp88 uint8_t input_nibble[4]; in enc_init() local
92 input_nibble[nibble_idx] = (round_input >> (nibble_idx*4)) & 0xf; in enc_init()
96 uint8_t aux_nibble = input_nibble[3]; in enc_init()
98 aux_nibble ^= k_sboxes[nibble_idx][input_nibble[nibble_idx]]; in enc_init()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnaomim4.cpp88 uint8_t input_nibble[4]; in enc_init() local
92 input_nibble[nibble_idx] = (round_input >> (nibble_idx*4)) & 0xf; in enc_init()
96 uint8_t aux_nibble = input_nibble[3]; in enc_init()
98 aux_nibble ^= k_sboxes[nibble_idx][input_nibble[nibble_idx]]; in enc_init()