Searched refs:crypto_morus640_round (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/crypto/ |
D | morus640.c | 70 static void crypto_morus640_round(struct morus640_block *b0, in crypto_morus640_round() function 100 crypto_morus640_round(&s[0], &s[1], &s[2], &s[3], &s[4], &z, 5, 1); in crypto_morus640_update() 101 crypto_morus640_round(&s[1], &s[2], &s[3], &s[4], &s[0], m, 31, 2); in crypto_morus640_update() 102 crypto_morus640_round(&s[2], &s[3], &s[4], &s[0], &s[1], m, 7, 3); in crypto_morus640_update() 103 crypto_morus640_round(&s[3], &s[4], &s[0], &s[1], &s[2], m, 22, 2); in crypto_morus640_update() 104 crypto_morus640_round(&s[4], &s[0], &s[1], &s[2], &s[3], m, 13, 1); in crypto_morus640_update()
|