Searched defs:PUTU32 (Results 1 - 7 of 7) sorted by relevance

/external/boringssl/src/crypto/aes/
H A Dinternal.h63 #define PUTU32(ct, st) \ macro
69 #define PUTU32(ct, st) \ macro
/external/openssh/
H A Drijndael.c622 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
921 PUTU32(ct , s0);
928 PUTU32(ct + 4, s1);
935 PUTU32(ct + 8, s2);
942 PUTU32(ct + 12, s3);
1106 PUTU32(pt , s0);
1113 PUTU32(pt + 4, s1);
1120 PUTU32(pt + 8, s2);
1127 PUTU32(pt + 12, s3);
/external/boringssl/src/crypto/modes/
H A Dinternal.h142 #define PUTU32(p, v) *(uint32_t *)(p) = BSWAP4(v) macro
146 #define PUTU32(p, v) \ macro
H A Dgcm.c71 #undef PUTU32 macro
72 #define PUTU32(p, v) *(uint32_t *)(p) = BSWAP4(v) macro
210 PUTU32(p, v);
212 PUTU32(p + 4, v);
214 PUTU32(p + 8, v);
216 PUTU32(p + 12, v);
292 PUTU32(p, v);
294 PUTU32(p + 4, v);
296 PUTU32(p + 8, v);
298 PUTU32(
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_i.h111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
115 #define PUTU32(ct, st) { \ macro
/external/wpa_supplicant_8/src/crypto/
H A Daes_i.h111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
115 #define PUTU32(ct, st) { \ macro
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_i.h111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
115 #define PUTU32(ct, st) { \ macro

Completed in 231 milliseconds