Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dmorus640.c183 static void crypto_morus640_core(const struct morus640_state *state, in crypto_morus640_core() function
206 crypto_morus640_core(state, &c); in crypto_morus640_encrypt_chunk()
218 crypto_morus640_core(state, &c); in crypto_morus640_encrypt_chunk()
236 crypto_morus640_core(state, &c); in crypto_morus640_encrypt_chunk()
252 crypto_morus640_core(state, &m); in crypto_morus640_decrypt_chunk()
263 crypto_morus640_core(state, &m); in crypto_morus640_decrypt_chunk()
280 crypto_morus640_core(state, &m); in crypto_morus640_decrypt_chunk()
409 crypto_morus640_core(state, tag_xor); in crypto_morus640_final()