Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dmorus1280.c39 struct morus1280_state { struct
51 void (*crypt_chunk)(struct morus1280_state *state, argument
87 static void crypto_morus1280_update(struct morus1280_state *state, in crypto_morus1280_update()
153 static void crypto_morus1280_ad(struct morus1280_state *state, const u8 *src, in crypto_morus1280_ad()
177 static void crypto_morus1280_core(const struct morus1280_state *state, in crypto_morus1280_core()
191 static void crypto_morus1280_encrypt_chunk(struct morus1280_state *state, in crypto_morus1280_encrypt_chunk()
239 static void crypto_morus1280_decrypt_chunk(struct morus1280_state *state, in crypto_morus1280_decrypt_chunk()
286 static void crypto_morus1280_init(struct morus1280_state *state, in crypto_morus1280_init()
313 static void crypto_morus1280_process_ad(struct morus1280_state *state, in crypto_morus1280_process_ad()
364 static void crypto_morus1280_process_crypt(struct morus1280_state *state, in crypto_morus1280_process_crypt()
[all …]
/Linux-v4.19/arch/x86/crypto/
Dmorus1280_glue.c26 struct morus1280_state { struct
41 struct morus1280_state *state, in crypto_morus1280_glue_process_ad() argument
86 static void crypto_morus1280_glue_process_crypt(struct morus1280_state *state, in crypto_morus1280_glue_process_crypt()
149 struct morus1280_state state; in crypto_morus1280_glue_crypt()