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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/aes/
H A Daes_ctr.c72 PUTU32(counter + 12, c);
81 PUTU32(counter + 8, c);
90 PUTU32(counter + 4, c);
99 PUTU32(counter + 0, c);
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
H A Daes_core.c1059 PUTU32(out , s0);
1066 PUTU32(out + 4, s1);
1073 PUTU32(out + 8, s2);
1080 PUTU32(out + 12, s3);
1250 PUTU32(out , s0);
1257 PUTU32(out + 4, s1);
1264 PUTU32(out + 8, s2);
1271 PUTU32(out + 12, s3);
/opensolaris-onvv-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c51 #define PUTU32(ct, st) *((uint32_t *)(ct)) = BSWAP_L(st) macro
931 PUTU32(block, s0);
933 PUTU32(block + 4, s1);
935 PUTU32(block + 8, s2);
937 PUTU32(block + 12, s3);
1136 PUTU32(block, s0);
1138 PUTU32(block + 4, s1);
1140 PUTU32(block + 8, s2);
1142 PUTU32(block + 12, s3);

Completed in 97 milliseconds