HomeSort by relevance Sort by last modified time
    Searched refs:BSWAP4 (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/modes/
modes_lcl.h 45 # define BSWAP4(x) ({ u32 ret=(x); \
53 # define BSWAP4(x) ({ u32 ret=(x); \
61 # define BSWAP4(x) ({ u32 ret; \
70 # define BSWAP4(x) _byteswap_ulong((u32)(x))
76 # define BSWAP4(x) _bswap4(x)
81 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
82 #define GETU32(p) BSWAP4(*(const u32 *)(p))
83 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)
gcm128.c 63 #if defined(BSWAP4) && defined(STRICT_ALIGNMENT)
66 #define GETU32(p) BSWAP4(*(const u32 *)(p))
68 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)
    [all...]

Completed in 41 milliseconds