Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dmorus640.c30 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()
[all …]
/Linux-v4.19/arch/x86/crypto/
Dmorus640_glue.c27 struct morus640_block s[MORUS_STATE_BLOCKS];
46 struct morus640_block buf; in crypto_morus640_glue_process_ad()
141 struct morus640_block *tag_xor) in crypto_morus640_glue_crypt()
167 struct morus640_block tag = {}; in crypto_morus640_glue_encrypt()
191 struct morus640_block tag; in crypto_morus640_glue_decrypt()
/Linux-v4.19/include/crypto/
Dmorus640_glue.h27 struct morus640_block { struct
43 struct morus640_block key; argument