Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dadiantum.cpp34 #define cpu_to_le32 __cpu_to_le32 macro
47 __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()
Dutils.cpp175 if (magic != cpu_to_le32(F2FS_SUPER_MAGIC)) { in GetFilesystemUuid()