Searched refs:u32 (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.10/pdisk-9/
H A Dhfs_misc.c41 #define get_align_long(x) (*(u32*)(x))
72 u32 drAlBlkSiz; // size (in bytes) of allocation blocks
73 u32 drClpSiz; // default clump size
84 u32 drFilCnt; // number of files in volume
85 u32 drDirCnt; // number of directories in volume
86 u32 drFndrInfo[8]; // information used by the Finder
102 typedef u32 HFSCatalogNodeID;
105 u32 startBlock;
106 u32 blockCount;
113 u32 clumpSiz
[all...]
H A Ddpme.h66 typedef unsigned int u32; typedef
73 u32 sbBlkCount; /* number of blocks on device */
76 u32 sbData; /* not used */
85 u32 ddBlock; /* 1st driver's starting block (in sbBlkSize blocks!) */
96 u32 dpme_map_entries ;
97 u32 dpme_pblock_start ;
98 u32 dpme_pblocks ;
101 u32 dpme_lblock_start ;
102 u32 dpme_lblocks ;
103 u32 dpme_flag
[all...]
H A Dpartition_map.h107 int add_partition_to_map(const char *name, const char *dptype, u32 base, u32 length, partition_map_header *map);
113 partition_map* find_entry_by_base(u32 base, partition_map_header *map);
H A Dvalidate.c69 u32 start;
70 u32 end;
96 range_list *new_range_list_item(enum range_state state, int valid, u32 low, u32 high);
98 void add_range(range_list **list, u32 base, u32 len, int allocate);
156 new_range_list_item(enum range_state state, int valid, u32 low, u32 high)
196 add_range(range_list **list, u32 base, u32 le
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/aes/
H A Daes_locl.h67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))
75 typedef unsigned long u32; typedef
77 typedef unsigned int u32; typedef
/macosx-10.10/OpenSSL098-52/src/crypto/camellia/
H A Dcmll_locl.h77 typedef unsigned int u32; typedef
85 # define GETU32(p) SWAP(*((u32 *)(p)))
86 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
90 # define GETU32(pt) (((u32)(pt)[0] << 24) \
91 ^ ((u32)(pt)[1] << 16) \
92 ^ ((u32)(pt)[2] << 8) \
93 ^ ((u32)(pt)[3]))
108 x = ((u32)x << 16) + ((u32)x >> 16);\
109 x = (((u32)
[all...]
H A Dcmll_cbc.c71 union { u32 t32[CAMELLIA_BLOCK_SIZE/sizeof(u32)];
79 if(((size_t)in|(size_t)out|(size_t)ivec) % sizeof(u32) == 0)
85 XOR4WORD2((u32 *)out,
86 (u32 *)in, (u32 *)iv);
88 SWAP4WORD((u32 *)out);
89 key->enc(key->rd_key, (u32 *)out);
91 SWAP4WORD((u32 *)out);
104 SWAP4WORD((u32 *)ou
[all...]
H A Dcmll_misc.c107 u32 tmp[CAMELLIA_BLOCK_SIZE/sizeof(u32)];
120 u32 tmp[CAMELLIA_BLOCK_SIZE/sizeof(u32)];
/macosx-10.10/OpenSSH-189/openssh/
H A Drijndael.h37 typedef unsigned int u32; typedef
43 u32 ek[4*(MAXNR + 1)]; /* encrypt key schedule */
44 u32 dk[4*(MAXNR + 1)]; /* decrypt key schedule */
/macosx-10.10/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.h38 typedef u_int32_t u32; typedef
H A Drijndael-api-fst.c126 u32 tmpiv[4];
152 ((u32*)block)[0] = ((u32*)input)[0] ^ tmpiv[0];
153 ((u32*)block)[1] = ((u32*)input)[1] ^ tmpiv[1];
154 ((u32*)block)[2] = ((u32*)input)[2] ^ tmpiv[2];
155 ((u32*)block)[3] = ((u32*)input)[3] ^ tmpiv[3];
212 u32 tmpi
[all...]
H A Drijndael-api-fst.h81 u32 rk[4*(MAXNR + 1)]; /* key schedule */
82 u32 ek[4*(MAXNR + 1)]; /* CFB1 key schedule (encryption only) */
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dcamellia-ntt.h39 /* u32 must be 32bit word */
40 typedef uint32_t u32; typedef
43 typedef u32 KEY_TABLE_TYPE[CAMELLIA_TABLE_WORD_LEN];
/macosx-10.10/ntfs-84/kext/
H A Dntfs_mst.h48 const u32 size);
51 const u32 size);
H A Dntfs_unistr.h48 const ntfschar *upcase, const u32 upcase_len);
51 const u32 name1_len, const ntfschar *name2,
52 const u32 name2_len, const int err_val,
54 const u32 upcase_len);
59 size_t n, const ntfschar *upcase, const u32 upcase_size);
61 __private_extern__ void ntfs_upcase_name(ntfschar *name, u32 name_len,
62 const ntfschar *upcase, const u32 upcase_len);
65 const ntfschar *upcase, const u32 upcase_len)
74 const u32 upcase_len)
H A Dntfs_secure.h65 static inline u32 ntfs_rol32(const u32 x, const unsigned n)
87 const u32 length)
90 u32 hash;
H A Dntfs_inode.h95 u32 block_size; /* Size in bytes of a logical block in the
105 u32 flags; /* NTFS specific flags describing this inode.
141 u32 name_len; /* Attribute name length of this fake inode. */
210 u32 attr_list_size; /* Length of attribute list value in bytes. */
211 u32 attr_list_alloc; /* Number of bytes allocated for the attr_list
220 u32 vcn_size; /* Size of a vcn in this
237 u32 compression_block_size; /* Size of a compression
250 u32 extent_alloc; /* Number of bytes allocated for the extent_nis
256 u32 attr_nis_alloc; /* Number of bytes allocated for the attr_nis
385 static inline u32 NIn
[all...]
H A Dntfs_volume.h66 u32 flags; /* Miscellaneous flags, see below. */
75 u32 sector_size; /* in bytes */
76 u32 sector_size_mask; /* sector_size - 1 */
78 u32 cluster_size; /* in bytes */
79 u32 cluster_size_mask; /* cluster_size - 1 */
81 u32 mft_record_size; /* in bytes */
82 u32 mft_record_size_mask; /* mft_record_size - 1 */
88 u32 index_block_size; /* in bytes */
89 u32 index_block_size_mask; /* index_block_size - 1 */
95 u32 upcase_le
[all...]
H A Dntfs_endian.h54 static inline u32 le32_to_cpu(le32 x)
56 return (u32)(OSSwapLittleToHostInt32(x));
69 static inline u32 le32_to_cpup(le32 *x)
84 static inline le32 cpu_to_le32(u32 x)
99 static inline le32 cpu_to_le32p(u32 *x)
150 return (sle32)cpu_to_le32((u32)x);
165 return (sle32)cpu_to_le32(*(u32*)x);
178 #define const_le32_to_cpu(x) ((u32)(OSSwapLittleToHostConstInt32(((u32)(x)))))
182 #define const_cpu_to_le32(x) ((le32)(OSSwapHostToLittleConstInt32(((u32)(
[all...]
H A Dntfs_mst.c64 errno_t ntfs_mst_fixup_post_read(NTFS_RECORD *b, const u32 size)
75 (u32)usa_ofs + ((u32)usa_count * 2) > size ||
141 errno_t ntfs_mst_fixup_pre_write(NTFS_RECORD *b, const u32 size)
157 (u32)usa_ofs + ((u32)usa_count * 2) > size ||
H A Dntfs_attr.h171 const ntfschar *name, const u32 name_len,
172 const void *val, const u32 val_len, ntfs_attr_search_ctx *ctx);
175 const ntfschar *name, const u32 name_len, const VCN lowest_vcn,
176 const void *val, const u32 val_len, ntfs_attr_search_ctx *ctx);
193 ATTR_RECORD *a, u32 size);
196 ATTR_RECORD *a, u32 new_size);
204 const ntfschar *name, const u8 name_len, const u32 val_len);
208 const void *val, const u32 val_len);
211 ATTR_RECORD *a, const u32 new_size);
242 const s64 ofs, const u32 cn
[all...]
H A Dntfs_index.h214 u32 insert_entry_size;
379 u32 entry_size, const void *key, const u32 key_len,
380 const void *data, const u32 data_len);
414 const void *key, const u32 key_len,
415 const void *data, const u32 data_len)
H A Dntfs_collate.c140 if (data1_len & (sizeof(u32) - 1))
141 panic("%s(): data1_len & (sizeof(u32) - 1)\n", __FUNCTION__);
142 if (data2_len & (sizeof(u32) - 1))
143 panic("%s(): data2_len & (sizeof(u32) - 1)\n", __FUNCTION__);
149 const u32 u1 = le32_to_cpu(p1[i]);
150 const u32 u2 = le32_to_cpu(p2[i]);
H A Dntfs_dir.h75 ntfs_inode *ni, const FILENAME_ATTR *fn, const u32 fn_len);
78 const FILENAME_ATTR *fn, const u32 fn_len,
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Dcrypto_ext.h21 int __db_rijndaelKeySetupEnc __P((u32 *, const u8 *, int));
22 int __db_rijndaelKeySetupDec __P((u32 *, const u8 *, int));
23 void __db_rijndaelEncrypt __P((u32 *, int, const u8 *, u8 *));
24 void __db_rijndaelDecrypt __P((u32 *, int, const u8 *, u8 *));
25 void __db_rijndaelEncryptRound __P((const u32 *, int, u8 *, int));
26 void __db_rijndaelDecryptRound __P((const u32 *, int, u8 *, int));

Completed in 173 milliseconds

1234