Home
last modified time | relevance | path

Searched defs:PUTU32 (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/aes/
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)((s… macro
/external/openssl/crypto/aes/
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)((s… macro
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
Dmodes_lcl.h83 #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
Dgcm128.c68 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
/external/openssl/crypto/modes/
Dmodes_lcl.h80 #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
Dgcm128.c68 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
/external/wpa_supplicant_8/src/crypto/
Daes_i.h111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
115 #define PUTU32(ct, st) { \ macro
/external/qemu/util/
Daes.c39 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((s… macro