Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dmorus1280.c30 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()
[all …]
/Linux-v4.19/arch/x86/crypto/
Dmorus1280_glue.c27 struct morus1280_block s[MORUS_STATE_BLOCKS];
46 struct morus1280_block buf; in crypto_morus1280_glue_process_ad()
145 struct morus1280_block *tag_xor) in crypto_morus1280_glue_crypt()
171 struct morus1280_block tag = {}; in crypto_morus1280_glue_encrypt()
195 struct morus1280_block tag; in crypto_morus1280_glue_decrypt()
/Linux-v4.19/include/crypto/
Dmorus1280_glue.h27 struct morus1280_block { struct
43 struct morus1280_block key; argument