Searched defs:PUTU32 (Results 1 – 8 of 8) sorted by relevance
| /external/chromium_org/third_party/openssl/openssl/crypto/aes/ |
| D | aes_locl.h | 68 # 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)((s… macro
|
| /external/openssl/crypto/aes/ |
| D | aes_locl.h | 68 # 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)((s… macro
|
| /external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
| D | modes_lcl.h | 83 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro 86 #define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v)) macro
|
| D | gcm128.c | 68 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
|
| /external/openssl/crypto/modes/ |
| D | modes_lcl.h | 80 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro 83 #define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v)) macro
|
| D | gcm128.c | 68 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
|
| /external/wpa_supplicant_8/src/crypto/ |
| D | aes_i.h | 111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro 115 #define PUTU32(ct, st) { \ macro
|
| /external/qemu/util/ |
| D | aes.c | 39 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((s… macro
|