Symbol: PUTU32
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1443
PUTU32(ciphertext, tmp[0]);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1444
PUTU32(ciphertext + 4, tmp[1]);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1445
PUTU32(ciphertext + 8, tmp[2]);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1446
PUTU32(ciphertext + 12, tmp[3]);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1474
PUTU32(plaintext, tmp[0]);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1475
PUTU32(plaintext + 4, tmp[1]);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1476
PUTU32(plaintext + 8, tmp[2]);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
1477
PUTU32(plaintext + 12, tmp[3]);
crypto/openssh/rijndael.c
1106
PUTU32(pt , s0);
crypto/openssh/rijndael.c
1113
PUTU32(pt + 4, s1);
crypto/openssh/rijndael.c
1120
PUTU32(pt + 8, s2);
crypto/openssh/rijndael.c
1127
PUTU32(pt + 12, s3);
crypto/openssh/rijndael.c
921
PUTU32(ct , s0);
crypto/openssh/rijndael.c
928
PUTU32(ct + 4, s1);
crypto/openssh/rijndael.c
935
PUTU32(ct + 8, s2);
crypto/openssh/rijndael.c
942
PUTU32(ct + 12, s3);
crypto/openssl/crypto/aes/aes_core.c
3292
PUTU32(out, s0);
crypto/openssl/crypto/aes/aes_core.c
3294
PUTU32(out + 4, s1);
crypto/openssl/crypto/aes/aes_core.c
3296
PUTU32(out + 8, s2);
crypto/openssl/crypto/aes/aes_core.c
3298
PUTU32(out + 12, s3);
crypto/openssl/crypto/aes/aes_core.c
3424
PUTU32(out, s0);
crypto/openssl/crypto/aes/aes_core.c
3426
PUTU32(out + 4, s1);
crypto/openssl/crypto/aes/aes_core.c
3428
PUTU32(out + 8, s2);
crypto/openssl/crypto/aes/aes_core.c
3430
PUTU32(out + 12, s3);
crypto/openssl/crypto/camellia/camellia.c
445
PUTU32(ciphertext, s2);
crypto/openssl/crypto/camellia/camellia.c
446
PUTU32(ciphertext + 4, s3);
crypto/openssl/crypto/camellia/camellia.c
447
PUTU32(ciphertext + 8, s0);
crypto/openssl/crypto/camellia/camellia.c
448
PUTU32(ciphertext + 12, s1);
crypto/openssl/crypto/camellia/camellia.c
498
PUTU32(plaintext, s2);
crypto/openssl/crypto/camellia/camellia.c
499
PUTU32(plaintext + 4, s3);
crypto/openssl/crypto/camellia/camellia.c
500
PUTU32(plaintext + 8, s0);
crypto/openssl/crypto/camellia/camellia.c
501
PUTU32(plaintext + 12, s1);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
306
PUTU32(blocks[i].c + 60, len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
313
PUTU32(blocks[i].c + 124, len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
339
PUTU32(blocks[i].c + 0, ctx->A[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
341
PUTU32(blocks[i].c + 4, ctx->B[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
343
PUTU32(blocks[i].c + 8, ctx->C[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
345
PUTU32(blocks[i].c + 12, ctx->D[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
347
PUTU32(blocks[i].c + 16, ctx->E[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
350
PUTU32(blocks[i].c + 60, (64 + 20) * 8);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
369
PUTU32(out + 0, ctx->A[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
370
PUTU32(out + 4, ctx->B[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
371
PUTU32(out + 8, ctx->C[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
372
PUTU32(out + 12, ctx->D[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
373
PUTU32(out + 16, ctx->E[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
304
PUTU32(blocks[i].c + 60, len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
311
PUTU32(blocks[i].c + 124, len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
343
PUTU32(blocks[i].c + 0, ctx->A[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
345
PUTU32(blocks[i].c + 4, ctx->B[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
347
PUTU32(blocks[i].c + 8, ctx->C[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
349
PUTU32(blocks[i].c + 12, ctx->D[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
351
PUTU32(blocks[i].c + 16, ctx->E[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
353
PUTU32(blocks[i].c + 20, ctx->F[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
355
PUTU32(blocks[i].c + 24, ctx->G[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
357
PUTU32(blocks[i].c + 28, ctx->H[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
360
PUTU32(blocks[i].c + 60, (64 + 32) * 8);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
379
PUTU32(out + 0, ctx->A[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
380
PUTU32(out + 4, ctx->B[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
381
PUTU32(out + 8, ctx->C[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
382
PUTU32(out + 12, ctx->D[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
383
PUTU32(out + 16, ctx->E[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
384
PUTU32(out + 20, ctx->F[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
385
PUTU32(out + 24, ctx->G[i]);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
386
PUTU32(out + 28, ctx->H[i]);
crypto/openssl/crypto/modes/ctr128.c
189
PUTU32(ivec + 12, ctr32);
crypto/openssl/crypto/modes/ctr128.c
202
PUTU32(ivec + 12, ctr32);
crypto/openssl/crypto/modes/gcm128.c
1099
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1124
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1146
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1168
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1202
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1318
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1338
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1363
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1475
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1507
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
1522
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
221
PUTU32(p, v);
crypto/openssl/crypto/modes/gcm128.c
223
PUTU32(p + 4, v);
crypto/openssl/crypto/modes/gcm128.c
225
PUTU32(p + 8, v);
crypto/openssl/crypto/modes/gcm128.c
227
PUTU32(p + 12, v);
crypto/openssl/crypto/modes/gcm128.c
304
PUTU32(p, v);
crypto/openssl/crypto/modes/gcm128.c
306
PUTU32(p + 4, v);
crypto/openssl/crypto/modes/gcm128.c
308
PUTU32(p + 8, v);
crypto/openssl/crypto/modes/gcm128.c
310
PUTU32(p + 12, v);
crypto/openssl/crypto/modes/gcm128.c
710
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
871
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
898
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
921
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
940
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/crypto/modes/gcm128.c
971
PUTU32(ctx->Yi.c + 12, ctr);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
271
PUTU32(blocks[i].c + 60, len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
278
PUTU32(blocks[i].c + 124, len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
304
PUTU32(blocks[i].c + 0, mctx->A[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
306
PUTU32(blocks[i].c + 4, mctx->B[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
308
PUTU32(blocks[i].c + 8, mctx->C[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
310
PUTU32(blocks[i].c + 12, mctx->D[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
312
PUTU32(blocks[i].c + 16, mctx->E[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
315
PUTU32(blocks[i].c + 60, (64 + 20) * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
334
PUTU32(out + 0, mctx->A[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
335
PUTU32(out + 4, mctx->B[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
336
PUTU32(out + 8, mctx->C[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
337
PUTU32(out + 12, mctx->D[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
338
PUTU32(out + 16, mctx->E[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
279
PUTU32(blocks[i].c + 60, len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
286
PUTU32(blocks[i].c + 124, len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
318
PUTU32(blocks[i].c + 0, mctx->A[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
320
PUTU32(blocks[i].c + 4, mctx->B[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
322
PUTU32(blocks[i].c + 8, mctx->C[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
324
PUTU32(blocks[i].c + 12, mctx->D[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
326
PUTU32(blocks[i].c + 16, mctx->E[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
328
PUTU32(blocks[i].c + 20, mctx->F[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
330
PUTU32(blocks[i].c + 24, mctx->G[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
332
PUTU32(blocks[i].c + 28, mctx->H[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
335
PUTU32(blocks[i].c + 60, (64 + 32) * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
354
PUTU32(out + 0, mctx->A[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
355
PUTU32(out + 4, mctx->B[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
356
PUTU32(out + 8, mctx->C[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
357
PUTU32(out + 12, mctx->D[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
358
PUTU32(out + 16, mctx->E[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
359
PUTU32(out + 20, mctx->F[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
360
PUTU32(out + 24, mctx->G[i]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
361
PUTU32(out + 28, mctx->H[i]);
crypto/openssl/providers/implementations/rands/drbg_ctr.c
452
PUTU32(ctr->V + 12, ctr32);
sys/crypto/camellia/camellia.c
1293
PUTU32(ciphertext, tmp[0]);
sys/crypto/camellia/camellia.c
1294
PUTU32(ciphertext+4, tmp[1]);
sys/crypto/camellia/camellia.c
1295
PUTU32(ciphertext+8, tmp[2]);
sys/crypto/camellia/camellia.c
1296
PUTU32(ciphertext+12, tmp[3]);
sys/crypto/camellia/camellia.c
1325
PUTU32(plaintext, tmp[0]);
sys/crypto/camellia/camellia.c
1326
PUTU32(plaintext+4, tmp[1]);
sys/crypto/camellia/camellia.c
1327
PUTU32(plaintext+8, tmp[2]);
sys/crypto/camellia/camellia.c
1328
PUTU32(plaintext+12, tmp[3]);
sys/crypto/rijndael/rijndael-alg-fst.c
1018
PUTU32(ct , s0);
sys/crypto/rijndael/rijndael-alg-fst.c
1025
PUTU32(ct + 4, s1);
sys/crypto/rijndael/rijndael-alg-fst.c
1032
PUTU32(ct + 8, s2);
sys/crypto/rijndael/rijndael-alg-fst.c
1039
PUTU32(ct + 12, s3);
sys/crypto/rijndael/rijndael-alg-fst.c
1199
PUTU32(pt , s0);
sys/crypto/rijndael/rijndael-alg-fst.c
1206
PUTU32(pt + 4, s1);
sys/crypto/rijndael/rijndael-alg-fst.c
1213
PUTU32(pt + 8, s2);
sys/crypto/rijndael/rijndael-alg-fst.c
1220
PUTU32(pt + 12, s3);