Searched refs:BSWAP4 (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/modes/
H A Dmodes_lcl.h45 # define BSWAP4(x) ({ u32 ret=(x); \ macro
53 # define BSWAP4(x) ({ u32 ret=(x); \ macro
61 # define BSWAP4(x) ({ u32 ret; \ macro
70 # define BSWAP4(x) _byteswap_ulong((u32)(x)) macro
76 # define BSWAP4(x) _bswap4(x) macro
81 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
82 #define GETU32(p) BSWAP4(*(const u32 *)(p))
83 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)
H A Dgcm128.c63 #if defined(BSWAP4) && defined(STRICT_ALIGNMENT)
66 #define GETU32(p) BSWAP4(*(const u32 *)(p))
68 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)

Completed in 67 milliseconds