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

/freebsd-9.3-release/crypto/openssl/crypto/camellia/
H A Dcmll_locl.h86 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
95 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); \ macro
/freebsd-9.3-release/crypto/openssl/crypto/aes/
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
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes_i.h109 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
113 #define PUTU32(ct, st) { \ macro
/freebsd-9.3-release/sys/crypto/rijndael/
H A Drijndael-alg-fst.c728 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
/freebsd-9.3-release/crypto/openssh/
H A Drijndael.c720 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
/freebsd-9.3-release/sys/crypto/camellia/
H A Dcamellia.c72 #define PUTU32(ct, st) {(ct)[0] = (uint8_t)((st) >> 24); \ macro

Completed in 73 milliseconds