Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dmorus640.c39 struct morus640_state { struct
51 void (*crypt_chunk)(struct morus640_state *state, argument
93 static void crypto_morus640_update(struct morus640_state *state, in crypto_morus640_update()
159 static void crypto_morus640_ad(struct morus640_state *state, const u8 *src, in crypto_morus640_ad()
183 static void crypto_morus640_core(const struct morus640_state *state, in crypto_morus640_core()
197 static void crypto_morus640_encrypt_chunk(struct morus640_state *state, u8 *dst, in crypto_morus640_encrypt_chunk()
244 static void crypto_morus640_decrypt_chunk(struct morus640_state *state, u8 *dst, in crypto_morus640_decrypt_chunk()
290 static void crypto_morus640_init(struct morus640_state *state, in crypto_morus640_init()
312 static void crypto_morus640_process_ad(struct morus640_state *state, in crypto_morus640_process_ad()
363 static void crypto_morus640_process_crypt(struct morus640_state *state, in crypto_morus640_process_crypt()
[all …]
/Linux-v4.19/arch/x86/crypto/
Dmorus640_glue.c26 struct morus640_state { struct
41 struct morus640_state *state, in crypto_morus640_glue_process_ad() argument
86 static void crypto_morus640_glue_process_crypt(struct morus640_state *state, in crypto_morus640_glue_process_crypt()
145 struct morus640_state state; in crypto_morus640_glue_crypt()