OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOAD32H
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
AesCore.c
93
#define
LOAD32H
(x, y) { x = ((UINT32)((y)[0] & 0xFF) << 24) | ((UINT32)((y)[1] & 0xFF) << 16) | \
162
LOAD32H
(Ek[Index1], Key + Index2);
253
LOAD32H
(State[Index], InData + 4 * Index);
/external/e2fsprogs/lib/ext2fs/
sha256.c
68
#define
LOAD32H
(x, y) \
98
LOAD32H
(W[i], buf + (4*i));
Completed in 87 milliseconds