OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BSWAP4
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/modes/
internal.h
76
#define
BSWAP4
(x) \
89
#define
BSWAP4
(x) \
102
#define
BSWAP4
(x) \
115
#define
BSWAP4
(x) \
129
#define
BSWAP4
(x) _byteswap_ulong((uint32_t)(x))
135
#define
BSWAP4
(x) _bswap4(x)
140
#if defined(
BSWAP4
) && !defined(STRICT_ALIGNMENT)
141
#define GETU32(p)
BSWAP4
(*(const uint32_t *)(p))
142
#define PUTU32(p, v) *(uint32_t *)(p) =
BSWAP4
(v)
gcm.c
66
#if defined(
BSWAP4
) && STRICT_ALIGNMENT == 1
69
#define GETU32(p)
BSWAP4
(*(const uint32_t *)(p))
71
#define PUTU32(p, v) *(uint32_t *)(p) =
BSWAP4
(v)
Completed in 77 milliseconds