Home
last modified time | relevance | path

Searched defs:GETU32 (Results 1 – 5 of 5) sorted by relevance

/openssl-master/crypto/aes/
A Daes_local.h20 # define GETU32(p) SWAP(*((u32 *)(p))) macro
23 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(p… macro
A Daes_x86core.c81 #define GETU32(p) (*((u32*)(p))) macro
/openssl-master/crypto/camellia/
A Dcamellia.c56 #define GETU32(p) (((u32)(p)[0] << 24) ^ ((u32)(p)[1] << 16) ^ ((u32)(p)[2] << 8) ^ ((u32)(p)[3]… macro
/openssl-master/include/crypto/
A Dmodes.h93 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
96 # define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3]) macro
/openssl-master/crypto/modes/
A Dgcm128.c25 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro

Completed in 9 milliseconds