Lines Matching refs:morus640_block

30 struct morus640_block {  struct
40 struct morus640_block s[MORUS_STATE_BLOCKS]; argument
44 struct morus640_block key;
55 static const struct morus640_block crypto_morus640_const[2] = {
70 static void crypto_morus640_round(struct morus640_block *b0, in crypto_morus640_round()
71 struct morus640_block *b1, in crypto_morus640_round()
72 struct morus640_block *b2, in crypto_morus640_round()
73 struct morus640_block *b3, in crypto_morus640_round()
74 struct morus640_block *b4, in crypto_morus640_round()
75 const struct morus640_block *m, in crypto_morus640_round()
79 struct morus640_block tmp; in crypto_morus640_round()
94 const struct morus640_block *m) in crypto_morus640_update()
96 static const struct morus640_block z = {}; in crypto_morus640_update()
98 struct morus640_block *s = state->s; in crypto_morus640_update()
107 static void crypto_morus640_load_a(struct morus640_block *dst, const u8 *src) in crypto_morus640_load_a()
116 static void crypto_morus640_load_u(struct morus640_block *dst, const u8 *src) in crypto_morus640_load_u()
125 static void crypto_morus640_load(struct morus640_block *dst, const u8 *src) in crypto_morus640_load()
133 static void crypto_morus640_store_a(u8 *dst, const struct morus640_block *src) in crypto_morus640_store_a()
142 static void crypto_morus640_store_u(u8 *dst, const struct morus640_block *src) in crypto_morus640_store_u()
151 static void crypto_morus640_store(u8 *dst, const struct morus640_block *src) in crypto_morus640_store()
162 struct morus640_block m; in crypto_morus640_ad()
184 struct morus640_block *blk) in crypto_morus640_core()
200 struct morus640_block c, m; in crypto_morus640_encrypt_chunk()
247 struct morus640_block m; in crypto_morus640_decrypt_chunk()
291 const struct morus640_block *key, in crypto_morus640_init()
294 static const struct morus640_block z = {}; in crypto_morus640_init()
317 struct morus640_block m; in crypto_morus640_process_ad()
384 struct morus640_block *tag_xor, in crypto_morus640_final()
395 struct morus640_block tmp; in crypto_morus640_final()
433 struct morus640_block *tag_xor, in crypto_morus640_crypt()
455 struct morus640_block tag = {}; in crypto_morus640_encrypt()
478 struct morus640_block tag; in crypto_morus640_decrypt()