Symbol: BSWAP8
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
176
#if defined(BSWAP8)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
212
#if defined(BSWAP8)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
214
seqnum = BSWAP8(blocks[0].q[0]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
218
#if !defined(BSWAP8)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
229
#if defined(BSWAP8)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
230
blocks[i].q[0] = BSWAP8(seqnum + i);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
170
#if defined(BSWAP8)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
207
#if defined(BSWAP8)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
209
seqnum = BSWAP8(blocks[0].q[0]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
213
#if !defined(BSWAP8)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
227
#if defined(BSWAP8)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
228
blocks[i].q[0] = BSWAP8(seqnum + i);
crypto/openssl/crypto/modes/gcm128.c
1572
#ifdef BSWAP8
crypto/openssl/crypto/modes/gcm128.c
1573
alen = BSWAP8(alen);
crypto/openssl/crypto/modes/gcm128.c
1574
clen = BSWAP8(clen);
crypto/openssl/crypto/modes/gcm128.c
214
#ifdef BSWAP8
crypto/openssl/crypto/modes/gcm128.c
215
Xi[0] = BSWAP8(Z.hi);
crypto/openssl/crypto/modes/gcm128.c
216
Xi[1] = BSWAP8(Z.lo);
crypto/openssl/crypto/modes/gcm128.c
297
#ifdef BSWAP8
crypto/openssl/crypto/modes/gcm128.c
298
Xi[0] = BSWAP8(Z.hi);
crypto/openssl/crypto/modes/gcm128.c
299
Xi[1] = BSWAP8(Z.lo);
crypto/openssl/crypto/modes/gcm128.c
612
#ifdef BSWAP8
crypto/openssl/crypto/modes/gcm128.c
613
ctx->H.u[0] = BSWAP8(ctx->H.u[0]);
crypto/openssl/crypto/modes/gcm128.c
614
ctx->H.u[1] = BSWAP8(ctx->H.u[1]);
crypto/openssl/crypto/modes/gcm128.c
669
#ifdef BSWAP8
crypto/openssl/crypto/modes/gcm128.c
670
ctx->Xi.u[1] ^= BSWAP8(len0);
crypto/openssl/crypto/modes/xts128gb.c
132
#ifdef BSWAP8
crypto/openssl/crypto/modes/xts128gb.c
133
hi = BSWAP8(tweak.u[0]);
crypto/openssl/crypto/modes/xts128gb.c
134
lo = BSWAP8(tweak.u[1]);
crypto/openssl/crypto/modes/xts128gb.c
146
#ifdef BSWAP8
crypto/openssl/crypto/modes/xts128gb.c
147
hi = BSWAP8(tweak1.u[0]);
crypto/openssl/crypto/modes/xts128gb.c
148
lo = BSWAP8(tweak1.u[1]);
crypto/openssl/crypto/modes/xts128gb.c
74
#ifdef BSWAP8
crypto/openssl/crypto/modes/xts128gb.c
75
hi = BSWAP8(tweak.u[0]);
crypto/openssl/crypto/modes/xts128gb.c
76
lo = BSWAP8(tweak.u[1]);
crypto/openssl/crypto/modes/xts128gb.c
88
#ifdef BSWAP8
crypto/openssl/crypto/modes/xts128gb.c
89
hi = BSWAP8(tweak.u[0]);
crypto/openssl/crypto/modes/xts128gb.c
90
lo = BSWAP8(tweak.u[1]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
141
#if defined(BSWAP8)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
177
#if defined(BSWAP8)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
179
seqnum = BSWAP8(blocks[0].q[0]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
183
#if !defined(BSWAP8)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
194
#if defined(BSWAP8)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
195
blocks[i].q[0] = BSWAP8(seqnum + i);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
145
#if defined(BSWAP8)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
181
#if defined(BSWAP8)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
183
seqnum = BSWAP8(blocks[0].q[0]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
188
#if !defined(BSWAP8)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
202
#if defined(BSWAP8)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
203
blocks[i].q[0] = BSWAP8(seqnum + i);