Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Daes.c393 static __always_inline u32 declast_quarterround(const u32 w[4], int i, u32 rk) in declast_quarterround() function
430 put_unaligned_le32(declast_quarterround(w, 0, *rkp++), &out[0]); in aes_decrypt_generic()
431 put_unaligned_le32(declast_quarterround(w, 1, *rkp++), &out[4]); in aes_decrypt_generic()
432 put_unaligned_le32(declast_quarterround(w, 2, *rkp++), &out[8]); in aes_decrypt_generic()
433 put_unaligned_le32(declast_quarterround(w, 3, *rkp++), &out[12]); in aes_decrypt_generic()