Home
last modified time | relevance | path

Searched refs:rotr32 (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/include/crypto/
H A Daria.h314 static inline u32 rotr32(u32 v, u32 r) in rotr32() function
339 return rotr32(t0, 8) ^ rotr32(t0 ^ rotr32(t0, 8), 16); in aria_m()
402 *t2 = rotr32(*t2, 16); in aria_diff_byte()

Completed in 2 milliseconds