Searched refs:PUTU32 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dseed.c38 #define PUTU32(ct, st) { (ct)[0] = (byte)((st) >> 24); \
371 PUTU32 (outbuf, x3);
372 PUTU32 (outbuf+4, x4);
373 PUTU32 (outbuf+8, x1);
374 PUTU32 (outbuf+12, x2);
418 PUTU32 (outbuf, x3);
419 PUTU32 (outbuf+4, x4);
420 PUTU32 (outbuf+8, x1);
421 PUTU32 (outbuf+12, x2);
37 #define PUTU32 macro
H A Dcamellia.c59 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));} macro
69 # define PUTU32(ct, st) { \ macro
1427 PUTU32(ciphertext, tmp[0]);
1428 PUTU32(ciphertext + 4, tmp[1]);
1429 PUTU32(ciphertext + 8, tmp[2]);
1430 PUTU32(ciphertext + 12, tmp[3]);
1457 PUTU32(plaintext, tmp[0]);
1458 PUTU32(plaintext + 4, tmp[1]);
1459 PUTU32(plaintext + 8, tmp[2]);
1460 PUTU32(plaintex
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dseed.c39 #define PUTU32(ct, st) { (ct)[0] = (byte)((st) >> 24); \
371 PUTU32 (outbuf, x3);
372 PUTU32 (outbuf+4, x4);
373 PUTU32 (outbuf+8, x1);
374 PUTU32 (outbuf+12, x2);
418 PUTU32 (outbuf, x3);
419 PUTU32 (outbuf+4, x4);
420 PUTU32 (outbuf+8, x1);
421 PUTU32 (outbuf+12, x2);
38 #define PUTU32 macro
H A Dcamellia.c61 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));} macro
71 # define PUTU32(ct, st) { \ macro
1429 PUTU32(ciphertext, tmp[0]);
1430 PUTU32(ciphertext + 4, tmp[1]);
1431 PUTU32(ciphertext + 8, tmp[2]);
1432 PUTU32(ciphertext + 12, tmp[3]);
1459 PUTU32(plaintext, tmp[0]);
1460 PUTU32(plaintext + 4, tmp[1]);
1461 PUTU32(plaintext + 8, tmp[2]);
1462 PUTU32(plaintex
[all...]

Completed in 31 milliseconds