Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/
H 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
H A Daes_x86core.c80 #define GETU32(p) (*((u32*)(p))) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/
H 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
H A Daes_x86core.c80 #define GETU32(p) (*((u32*)(p))) macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drijndael-alg-fst.c727 #define GETU32(p) SWAP(*((uint32_t *)(p))) macro
730 #define GETU32(pt) (((uint32_t)(pt)[0] << 24) ^ ((uint32_t)(pt)[1] << 16) ^ ((uint32_t)(pt)[2] << … macro
H A Dcamellia-ntt.c64 # define GETU32(p) SWAP(*((u32 *)(p))) macro
69 # define GETU32(pt) \ macro
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Drijndael.c621 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)… macro
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Daes_i.h110 #define GETU32(p) SWAP(*((u32 *)(p))) macro
113 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/camellia/
H A Dcamellia.c50 #define GETU32(p) (((u32)(p)[0] << 24) ^ ((u32)(p)[1] << 16) ^ ((u32)(p)[2] << 8) ^ ((u32)(p)[3]… macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcamellia.c56 #define GETU32(p) (((u32)(p)[0] << 24) ^ ((u32)(p)[1] << 16) ^ ((u32)(p)[2] << 8) ^ ((u32)(p)[3]… macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Dmodes_local.h100 # define GETU32(p) BSWAP4(*(const u32_a1 *)(p)) macro
103 # define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3]) macro
H A Dgcm128.c23 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H 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
/netbsd-src/sys/crypto/camellia/
H A Dcamellia.c64 #define GETU32(pt) (((uint32_t)(pt)[0] << 24) \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c25 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro