Searched refs:cpu_to_le32 (Results 1 – 2 of 2) sorted by relevance
34 #define cpu_to_le32 __cpu_to_le32 macro47 __le32 x = cpu_to_le32(v); in put_unaligned_le32()159 for (j = 0; j < 16; j++) keystream.words[j] = cpu_to_le32(x[j] + state[j]); in XChaCha()
175 if (magic != cpu_to_le32(F2FS_SUPER_MAGIC)) { in GetFilesystemUuid()