Home
last modified time | relevance | path

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

/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/openssl/crypto/camellia/
Dcmll_locl.h86 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
/external/qemu/
Daes.c50 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((s… macro
/external/wpa_supplicant/
Daes.c855 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
859 #define PUTU32(ct, st) { \ macro