Symbol: STRICT_ALIGNMENT
crypto/openssl/crypto/modes/cbc128.c
118
if (STRICT_ALIGNMENT && ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
crypto/openssl/crypto/modes/cbc128.c
14
#if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
crypto/openssl/crypto/modes/cbc128.c
18
#if defined(__GNUC__) && !STRICT_ALIGNMENT
crypto/openssl/crypto/modes/cbc128.c
35
if (STRICT_ALIGNMENT && ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
crypto/openssl/crypto/modes/cbc128.c
91
if (STRICT_ALIGNMENT && ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
crypto/openssl/crypto/modes/ccm128.c
14
#ifndef STRICT_ALIGNMENT
crypto/openssl/crypto/modes/ccm128.c
171
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/ccm128.c
187
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/ccm128.c
251
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/ccm128.c
259
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/cfb128.c
14
#if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/cfb128.c
49
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/cfb128.c
97
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/ctr128.c
15
#if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/ctr128.c
93
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/gcm128.c
1075
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/gcm128.c
16
#if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/gcm128.c
22
#if defined(BSWAP4) && defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/gcm128.c
848
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/ofb128.c
14
#if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/ofb128.c
47
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/xts128.c
130
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/xts128.c
15
#ifndef STRICT_ALIGNMENT
crypto/openssl/crypto/modes/xts128.c
150
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/xts128.c
47
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/xts128.c
56
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/xts128gb.c
15
#ifndef STRICT_ALIGNMENT
crypto/openssl/crypto/modes/xts128gb.c
168
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/xts128gb.c
188
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/xts128gb.c
47
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/xts128gb.c
56
#if defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/whrlpool/wp_block.c
150
#if defined(ROTATE) && !defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/whrlpool/wp_block.c
178
#ifdef STRICT_ALIGNMENT
crypto/openssl/crypto/whrlpool/wp_block.c
531
#ifdef STRICT_ALIGNMENT
crypto/openssl/crypto/whrlpool/wp_block.c
70
#ifndef STRICT_ALIGNMENT
crypto/openssl/crypto/whrlpool/wp_block.c
759
#ifdef STRICT_ALIGNMENT
crypto/openssl/crypto/whrlpool/wp_block.c
78
#if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
crypto/openssl/include/crypto/modes.h
178
#if STRICT_ALIGNMENT
crypto/openssl/include/crypto/modes.h
63
#elif (defined(__arm__) || defined(__arm)) && !defined(STRICT_ALIGNMENT)
crypto/openssl/include/crypto/modes.h
94
#if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)