Searched defs:STRICT_ALIGNMENT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dcbc.c55 #ifndef STRICT_ALIGNMENT
56 # define STRICT_ALIGNMENT 0 macro
67 if (STRICT_ALIGNMENT &&
126 if (STRICT_ALIGNMENT &&
152 if (STRICT_ALIGNMENT &&
H A Dinternal.h61 #define STRICT_ALIGNMENT 1 macro
63 #undef STRICT_ALIGNMENT macro
64 #define STRICT_ALIGNMENT 0 macro
108 #elif defined(OPENSSL_ARM) && !defined(STRICT_ALIGNMENT)
137 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
/external/openssl/crypto/modes/
H A Dcbc128.c62 #ifndef STRICT_ALIGNMENT
63 # define STRICT_ALIGNMENT 0 macro
76 if (STRICT_ALIGNMENT &&
128 if (STRICT_ALIGNMENT &&
155 if (STRICT_ALIGNMENT &&
H A Dmodes_lcl.h28 #define STRICT_ALIGNMENT 1 macro
33 # undef STRICT_ALIGNMENT macro
53 # elif (defined(__arm__) || defined(__arm)) && !defined(STRICT_ALIGNMENT)
78 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)

Completed in 114 milliseconds