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

/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.c719 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
722 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drijndael-alg-fst.c727 #define PUTU32(ct, st) { *((uint32_t *)(ct)) = SWAP((st)); } macro
730 #define PUTU32(ct, st) { (ct)[0] = (uint8_t)((st) >> 24); (ct)[1] = (uint8_t)((st) >> 16); (ct)[2] = (uint8_t)((st) >> 8); (ct)[3] = (uint8_t)(st); } macro
[all...]
H A Dcamellia-ntt.c67 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));} macro
77 # define PUTU32(ct, st) { \ macro
[all...]
/macosx-10.9.5/OpenSSH-186/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

Completed in 117 milliseconds