Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha3.c168 state->native_words[i] = le64_to_cpu(state->words[i]); in sha3_keccakf_generic()
171 sha3_keccakf_one_round_generic(state->native_words, round); in sha3_keccakf_generic()
174 state->words[i] = cpu_to_le64(state->native_words[i]); in sha3_keccakf_generic()
/linux/include/crypto/
H A Dsha3.h54 u64 native_words[SHA3_STATE_SIZE / 8]; /* see comment above */ member