Symbol: BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1006
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1007
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1027
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1028
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1050
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1051
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1098
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1099
ctr = BSWAP4(ctx->Yi.d[3]);
crypto/libressl/crypto/modes/gcm128.c
1140
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1141
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1165
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1166
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1188
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1189
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1211
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1212
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1237
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1238
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1286
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1287
ctr = BSWAP4(ctx->Yi.d[3]);
crypto/libressl/crypto/modes/gcm128.c
1313
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1314
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1333
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1334
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1358
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1359
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1404
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1405
ctr = BSWAP4(ctx->Yi.d[3]);
crypto/libressl/crypto/modes/gcm128.c
1434
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1435
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1465
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1466
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
1481
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
1482
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
63
#if defined(BSWAP4) && defined(__STRICT_ALIGNMENT)
crypto/libressl/crypto/modes/gcm128.c
66
#define GETU32(p) BSWAP4(*(const u32 *)(p))
crypto/libressl/crypto/modes/gcm128.c
68
#define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)
crypto/libressl/crypto/modes/gcm128.c
807
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
808
ctr = BSWAP4(ctx->Yi.d[3]);
crypto/libressl/crypto/modes/gcm128.c
820
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
821
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
916
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
917
ctr = BSWAP4(ctx->Yi.d[3]);
crypto/libressl/crypto/modes/gcm128.c
955
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
956
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/gcm128.c
982
#ifdef BSWAP4
crypto/libressl/crypto/modes/gcm128.c
983
ctx->Yi.d[3] = BSWAP4(ctr);
crypto/libressl/crypto/modes/modes_lcl.h
62
#if defined(BSWAP4) && !defined(__STRICT_ALIGNMENT)
crypto/libressl/crypto/modes/modes_lcl.h
63
#define GETU32(p) BSWAP4(*(const u32 *)(p))
crypto/libressl/crypto/modes/modes_lcl.h
64
#define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)