Lines Matching refs:morus1280_block
30 struct morus1280_block { struct
40 struct morus1280_block s[MORUS_STATE_BLOCKS]; argument
44 struct morus1280_block key;
55 static const struct morus1280_block crypto_morus1280_const[1] = {
64 static void crypto_morus1280_round(struct morus1280_block *b0, in crypto_morus1280_round()
65 struct morus1280_block *b1, in crypto_morus1280_round()
66 struct morus1280_block *b2, in crypto_morus1280_round()
67 struct morus1280_block *b3, in crypto_morus1280_round()
68 struct morus1280_block *b4, in crypto_morus1280_round()
69 const struct morus1280_block *m, in crypto_morus1280_round()
73 struct morus1280_block tmp; in crypto_morus1280_round()
88 const struct morus1280_block *m) in crypto_morus1280_update()
90 static const struct morus1280_block z = {}; in crypto_morus1280_update()
92 struct morus1280_block *s = state->s; in crypto_morus1280_update()
101 static void crypto_morus1280_load_a(struct morus1280_block *dst, const u8 *src) in crypto_morus1280_load_a()
110 static void crypto_morus1280_load_u(struct morus1280_block *dst, const u8 *src) in crypto_morus1280_load_u()
119 static void crypto_morus1280_load(struct morus1280_block *dst, const u8 *src) in crypto_morus1280_load()
127 static void crypto_morus1280_store_a(u8 *dst, const struct morus1280_block *src) in crypto_morus1280_store_a()
136 static void crypto_morus1280_store_u(u8 *dst, const struct morus1280_block *src) in crypto_morus1280_store_u()
145 static void crypto_morus1280_store(u8 *dst, const struct morus1280_block *src) in crypto_morus1280_store()
156 struct morus1280_block m; in crypto_morus1280_ad()
178 struct morus1280_block *blk) in crypto_morus1280_core()
195 struct morus1280_block c, m; in crypto_morus1280_encrypt_chunk()
243 struct morus1280_block m; in crypto_morus1280_decrypt_chunk()
287 const struct morus1280_block *key, in crypto_morus1280_init()
290 static const struct morus1280_block z = {}; in crypto_morus1280_init()
318 struct morus1280_block m; in crypto_morus1280_process_ad()
385 struct morus1280_block *tag_xor, in crypto_morus1280_final()
391 struct morus1280_block tmp; in crypto_morus1280_final()
436 struct morus1280_block *tag_xor, in crypto_morus1280_crypt()
458 struct morus1280_block tag = {}; in crypto_morus1280_encrypt()
481 struct morus1280_block tag; in crypto_morus1280_decrypt()