Symbol: BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
303
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
304
blocks[i].d[15] = BSWAP4(len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
310
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
311
blocks[i].d[31] = BSWAP4(len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
325
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
326
blocks[i].d[0] = BSWAP4(ctx->A[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
328
blocks[i].d[1] = BSWAP4(ctx->B[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
330
blocks[i].d[2] = BSWAP4(ctx->C[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
332
blocks[i].d[3] = BSWAP4(ctx->D[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
334
blocks[i].d[4] = BSWAP4(ctx->E[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
337
blocks[i].d[15] = BSWAP4((64 + 20) * 8);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
593
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
594
bitlen = BSWAP4(bitlen);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
658
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
659
pmac->u[0] = BSWAP4(pmac->u[0]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
660
pmac->u[1] = BSWAP4(pmac->u[1]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
661
pmac->u[2] = BSWAP4(pmac->u[2]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
662
pmac->u[3] = BSWAP4(pmac->u[3]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
663
pmac->u[4] = BSWAP4(pmac->u[4]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
301
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
302
blocks[i].d[15] = BSWAP4(len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
308
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
309
blocks[i].d[31] = BSWAP4(len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
323
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
324
blocks[i].d[0] = BSWAP4(ctx->A[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
326
blocks[i].d[1] = BSWAP4(ctx->B[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
328
blocks[i].d[2] = BSWAP4(ctx->C[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
330
blocks[i].d[3] = BSWAP4(ctx->D[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
332
blocks[i].d[4] = BSWAP4(ctx->E[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
334
blocks[i].d[5] = BSWAP4(ctx->F[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
336
blocks[i].d[6] = BSWAP4(ctx->G[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
338
blocks[i].d[7] = BSWAP4(ctx->H[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
341
blocks[i].d[15] = BSWAP4((64 + 32) * 8);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
574
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
575
bitlen = BSWAP4(bitlen);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
651
#ifdef BSWAP4
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
652
pmac->u[0] = BSWAP4(pmac->u[0]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
653
pmac->u[1] = BSWAP4(pmac->u[1]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
654
pmac->u[2] = BSWAP4(pmac->u[2]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
655
pmac->u[3] = BSWAP4(pmac->u[3]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
656
pmac->u[4] = BSWAP4(pmac->u[4]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
657
pmac->u[5] = BSWAP4(pmac->u[5]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
658
pmac->u[6] = BSWAP4(pmac->u[6]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
659
pmac->u[7] = BSWAP4(pmac->u[7]);
crypto/openssl/crypto/modes/gcm128.c
1032
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1033
ctr = BSWAP4(ctx->Yi.d[3]);
crypto/openssl/crypto/modes/gcm128.c
1096
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1097
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1121
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1122
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1143
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1144
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1165
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1166
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1199
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1200
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1267
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1268
ctr = BSWAP4(ctx->Yi.d[3]);
crypto/openssl/crypto/modes/gcm128.c
1315
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1316
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1335
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1336
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1360
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1361
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1421
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1422
ctr = BSWAP4(ctx->Yi.d[3]);
crypto/openssl/crypto/modes/gcm128.c
1472
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1473
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1504
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1505
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
1519
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
1520
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
22
#if defined(BSWAP4) && defined(STRICT_ALIGNMENT)
crypto/openssl/crypto/modes/gcm128.c
25
#define GETU32(p) BSWAP4(*(const u32 *)(p))
crypto/openssl/crypto/modes/gcm128.c
27
#define PUTU32(p, v) *(u32 *)(p) = BSWAP4(v)
crypto/openssl/crypto/modes/gcm128.c
688
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
689
ctr = BSWAP4(ctx->Xi.d[3]);
crypto/openssl/crypto/modes/gcm128.c
707
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
708
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
807
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
808
ctr = BSWAP4(ctx->Yi.d[3]);
crypto/openssl/crypto/modes/gcm128.c
868
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
869
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
895
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
896
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
918
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
919
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
937
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
938
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/crypto/modes/gcm128.c
968
#ifdef BSWAP4
crypto/openssl/crypto/modes/gcm128.c
969
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/openssl/include/crypto/modes.h
94
#if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
crypto/openssl/include/crypto/modes.h
95
#define GETU32(p) BSWAP4(*(const u32 *)(p))
crypto/openssl/include/crypto/modes.h
96
#define PUTU32(p, v) *(u32 *)(p) = BSWAP4(v)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
268
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
269
blocks[i].d[15] = BSWAP4(len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
275
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
276
blocks[i].d[31] = BSWAP4(len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
290
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
291
blocks[i].d[0] = BSWAP4(mctx->A[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
293
blocks[i].d[1] = BSWAP4(mctx->B[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
295
blocks[i].d[2] = BSWAP4(mctx->C[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
297
blocks[i].d[3] = BSWAP4(mctx->D[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
299
blocks[i].d[4] = BSWAP4(mctx->E[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
302
blocks[i].d[15] = BSWAP4((64 + 20) * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
510
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
511
bitlen = BSWAP4(bitlen);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
575
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
576
pmac->u[0] = BSWAP4(pmac->u[0]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
577
pmac->u[1] = BSWAP4(pmac->u[1]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
578
pmac->u[2] = BSWAP4(pmac->u[2]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
579
pmac->u[3] = BSWAP4(pmac->u[3]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
580
pmac->u[4] = BSWAP4(pmac->u[4]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
276
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
277
blocks[i].d[15] = BSWAP4(len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
283
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
284
blocks[i].d[31] = BSWAP4(len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
298
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
299
blocks[i].d[0] = BSWAP4(mctx->A[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
301
blocks[i].d[1] = BSWAP4(mctx->B[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
303
blocks[i].d[2] = BSWAP4(mctx->C[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
305
blocks[i].d[3] = BSWAP4(mctx->D[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
307
blocks[i].d[4] = BSWAP4(mctx->E[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
309
blocks[i].d[5] = BSWAP4(mctx->F[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
311
blocks[i].d[6] = BSWAP4(mctx->G[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
313
blocks[i].d[7] = BSWAP4(mctx->H[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
316
blocks[i].d[15] = BSWAP4((64 + 32) * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
546
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
547
bitlen = BSWAP4(bitlen);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
623
#ifdef BSWAP4
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
624
pmac->u[0] = BSWAP4(pmac->u[0]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
625
pmac->u[1] = BSWAP4(pmac->u[1]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
626
pmac->u[2] = BSWAP4(pmac->u[2]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
627
pmac->u[3] = BSWAP4(pmac->u[3]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
628
pmac->u[4] = BSWAP4(pmac->u[4]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
629
pmac->u[5] = BSWAP4(pmac->u[5]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
630
pmac->u[6] = BSWAP4(pmac->u[6]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
631
pmac->u[7] = BSWAP4(pmac->u[7]);