Symbol: PUTU32
crypto/libressl/crypto/aes/aes_core.c
1140
PUTU32(out, s0);
crypto/libressl/crypto/aes/aes_core.c
1147
PUTU32(out + 4, s1);
crypto/libressl/crypto/aes/aes_core.c
1154
PUTU32(out + 8, s2);
crypto/libressl/crypto/aes/aes_core.c
1161
PUTU32(out + 12, s3);
crypto/libressl/crypto/aes/aes_core.c
950
PUTU32(out, s0);
crypto/libressl/crypto/aes/aes_core.c
957
PUTU32(out + 4, s1);
crypto/libressl/crypto/aes/aes_core.c
964
PUTU32(out + 8, s2);
crypto/libressl/crypto/aes/aes_core.c
971
PUTU32(out + 12, s3);
crypto/libressl/crypto/camellia/camellia.c
113
#if !defined(GETU32) && !defined(PUTU32)
crypto/libressl/crypto/camellia/camellia.c
502
PUTU32(ciphertext, s2);
crypto/libressl/crypto/camellia/camellia.c
503
PUTU32(ciphertext + 4, s3);
crypto/libressl/crypto/camellia/camellia.c
504
PUTU32(ciphertext + 8, s0);
crypto/libressl/crypto/camellia/camellia.c
505
PUTU32(ciphertext + 12, s1);
crypto/libressl/crypto/camellia/camellia.c
554
PUTU32(plaintext, s2);
crypto/libressl/crypto/camellia/camellia.c
555
PUTU32(plaintext+4, s3);
crypto/libressl/crypto/camellia/camellia.c
556
PUTU32(plaintext+8, s0);
crypto/libressl/crypto/camellia/camellia.c
557
PUTU32(plaintext+12, s1);
crypto/libressl/crypto/modes/ctr128.c
230
PUTU32(ivec+12,ctr32);
crypto/libressl/crypto/modes/ctr128.c
242
PUTU32(ivec+12,ctr32);
crypto/libressl/crypto/modes/gcm128.c
1009
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1030
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1053
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1143
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1168
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1191
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1214
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1240
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1316
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1336
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1361
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1437
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1468
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
1484
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
241
v = (u32)(Z.hi>>32); PUTU32(p,v);
crypto/libressl/crypto/modes/gcm128.c
242
v = (u32)(Z.hi); PUTU32(p+4,v);
crypto/libressl/crypto/modes/gcm128.c
243
v = (u32)(Z.lo>>32); PUTU32(p+8,v);
crypto/libressl/crypto/modes/gcm128.c
244
v = (u32)(Z.lo); PUTU32(p+12,v);
crypto/libressl/crypto/modes/gcm128.c
383
v = (u32)(Z.hi>>32); PUTU32(p,v);
crypto/libressl/crypto/modes/gcm128.c
384
v = (u32)(Z.hi); PUTU32(p+4,v);
crypto/libressl/crypto/modes/gcm128.c
385
v = (u32)(Z.lo>>32); PUTU32(p+8,v);
crypto/libressl/crypto/modes/gcm128.c
386
v = (u32)(Z.lo); PUTU32(p+12,v);
crypto/libressl/crypto/modes/gcm128.c
551
v = (u32)(Z.hi>>32); PUTU32(p,v);
crypto/libressl/crypto/modes/gcm128.c
552
v = (u32)(Z.hi); PUTU32(p+4,v);
crypto/libressl/crypto/modes/gcm128.c
553
v = (u32)(Z.lo>>32); PUTU32(p+8,v);
crypto/libressl/crypto/modes/gcm128.c
554
v = (u32)(Z.lo); PUTU32(p+12,v);
crypto/libressl/crypto/modes/gcm128.c
622
v = (u32)(Z.hi>>32); PUTU32(p,v);
crypto/libressl/crypto/modes/gcm128.c
623
v = (u32)(Z.hi); PUTU32(p+4,v);
crypto/libressl/crypto/modes/gcm128.c
624
v = (u32)(Z.lo>>32); PUTU32(p+8,v);
crypto/libressl/crypto/modes/gcm128.c
625
v = (u32)(Z.lo); PUTU32(p+12,v);
crypto/libressl/crypto/modes/gcm128.c
823
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
958
PUTU32(ctx->Yi.c+12,ctr);
crypto/libressl/crypto/modes/gcm128.c
985
PUTU32(ctx->Yi.c+12,ctr);
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);
sys/crypto/camellia/camellia.c
1296
PUTU32(ciphertext, tmp[0]);
sys/crypto/camellia/camellia.c
1297
PUTU32(ciphertext+4, tmp[1]);
sys/crypto/camellia/camellia.c
1298
PUTU32(ciphertext+8, tmp[2]);
sys/crypto/camellia/camellia.c
1299
PUTU32(ciphertext+12, tmp[3]);
sys/crypto/camellia/camellia.c
1328
PUTU32(plaintext, tmp[0]);
sys/crypto/camellia/camellia.c
1329
PUTU32(plaintext+4, tmp[1]);
sys/crypto/camellia/camellia.c
1330
PUTU32(plaintext+8, tmp[2]);
sys/crypto/camellia/camellia.c
1331
PUTU32(plaintext+12, tmp[3]);
sys/crypto/rijndael/rijndael-alg-fst.c
1019
PUTU32(ct , s0);
sys/crypto/rijndael/rijndael-alg-fst.c
1026
PUTU32(ct + 4, s1);
sys/crypto/rijndael/rijndael-alg-fst.c
1033
PUTU32(ct + 8, s2);
sys/crypto/rijndael/rijndael-alg-fst.c
1040
PUTU32(ct + 12, s3);
sys/crypto/rijndael/rijndael-alg-fst.c
1200
PUTU32(pt , s0);
sys/crypto/rijndael/rijndael-alg-fst.c
1207
PUTU32(pt + 4, s1);
sys/crypto/rijndael/rijndael-alg-fst.c
1214
PUTU32(pt + 8, s2);
sys/crypto/rijndael/rijndael-alg-fst.c
1221
PUTU32(pt + 12, s3);