Searched refs:u_int8_t (Results 1 - 25 of 162) sorted by relevance

1234567

/xnu-2422.115.4/bsd/crypto/cast128/
H A Dcast128.h49 extern void set_cast128_subkey(u_int32_t *, u_int8_t *, int);
50 extern void cast128_encrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *);
51 extern void cast128_decrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *);
52 extern void cast128_encrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *);
53 extern void cast128_decrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *);
/xnu-2422.115.4/bsd/netinet/
H A Dip_ecn.h68 extern void ip_ecn_ingress(int, u_int8_t *, const u_int8_t *);
69 extern void ip_ecn_egress(int, const u_int8_t *, u_int8_t *);
H A Dmptcp.h65 u_int8_t mmco_kind;
66 u_int8_t mmco_len;
68 u_int8_t mmco_version:4,
71 u_int8_t mmco_subtype:4,
84 u_int8_t mmco_flags;
106 u_int8_t mmjo_kind;
107 u_int8_t mmjo_len;
109 u_int8_t mmjo_subtype_bkp;
110 u_int8_t mmjo_addr_id;
117 u_int8_t mmjo_kin
[all...]
H A Dip6.h108 u_int8_t ip6_un1_nxt; /* next header */
109 u_int8_t ip6_un1_hlim; /* hop limit */
111 u_int8_t ip6_un2_vfc; /* 4 bits version, top 4 bits class */
147 u_int8_t ip6e_nxt;
148 u_int8_t ip6e_len;
154 u_int8_t ip6h_nxt; /* next header */
155 u_int8_t ip6h_len; /* length in units of 8 octets */
162 u_int8_t ip6d_nxt; /* next header */
163 u_int8_t ip6d_len; /* length in units of 8 octets */
196 u_int8_t ip6o_typ
[all...]
H A Dip_ecn.c86 u_int8_t *outer;
87 const u_int8_t *inner;
111 const u_int8_t *outer;
112 u_int8_t *inner;
135 u_int8_t outer8, inner8;
152 u_int8_t outer8, inner8;
H A Dicmp6.h102 u_int8_t icmp6_type; /* type field */
103 u_int8_t icmp6_code; /* code field */
108 u_int8_t icmp6_un_data8[4]; /* type-specific field */
321 u_int8_t nd_opt_type;
322 u_int8_t nd_opt_len;
337 u_int8_t nd_opt_pi_type;
338 u_int8_t nd_opt_pi_len;
339 u_int8_t nd_opt_pi_prefix_len;
340 u_int8_t nd_opt_pi_flags_reserved;
351 u_int8_t nd_opt_rh_typ
[all...]
/xnu-2422.115.4/bsd/net/
H A Dif_llc.h72 u_int8_t llc_dsap;
73 u_int8_t llc_ssap;
76 u_int8_t control;
77 u_int8_t format_id;
78 u_int8_t class_id;
79 u_int8_t window_x2;
82 u_int8_t num_snd_x2;
83 u_int8_t num_rcv_x2;
86 u_int8_t control;
87 u_int8_t num_rcv_x
[all...]
H A Dpfkeyv2.h112 u_int8_t sadb_msg_version;
113 u_int8_t sadb_msg_type;
114 u_int8_t sadb_msg_errno;
115 u_int8_t sadb_msg_satype;
131 u_int8_t sadb_sa_replay;
132 u_int8_t sadb_sa_state;
133 u_int8_t sadb_sa_auth;
134 u_int8_t sadb_sa_encrypt;
159 u_int8_t sadb_address_proto;
160 u_int8_t sadb_address_prefixle
[all...]
H A Dif_pflog.h78 u_int8_t length;
80 u_int8_t action;
81 u_int8_t reason;
90 u_int8_t dir;
91 u_int8_t pad[3];
H A Dndrv.h96 u_int8_t sap[3];
97 u_int8_t snap[5];
98 u_int8_t other[28];
H A Dif_bond_var.h81 u_int8_t ibsr_mode; /* returned (IF_BOND_MODE_{LACP, STATIC}) */
82 u_int8_t ibsr_reserved0; /* for future use */
/xnu-2422.115.4/bsd/dev/random/
H A Dfips_sha1.h54 u_int8_t b8[20];
58 u_int8_t b8[8];
63 u_int8_t b8[64];
66 u_int8_t count; /* unused; for compatibility only */
/xnu-2422.115.4/bsd/netinet6/
H A Desp.h93 u_int8_t esp_padlen; /* pad length */
94 u_int8_t esp_nxt; /* Next header */
117 struct secasvar *, u_int8_t *, u_int8_t *);
119 struct secasvar *, u_int8_t *, u_int8_t *);
H A Din6_ifattach.h70 extern void in6_iid_mktmp(struct ifnet *, u_int8_t *, const u_int8_t *, int);
H A Dah.h42 u_int8_t ah_nxt; /* Next Header */
43 u_int8_t ah_len; /* Length of data, in 32bit */
50 u_int8_t ah_nxt; /* Next Header */
51 u_int8_t ah_len; /* Length of data + 1, in 32bit */
H A Dipcomp.h43 u_int8_t comp_nxt; /* Next Header */
44 u_int8_t comp_flags; /* reserved, must be zero */
/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/include/
H A DWindowsTypesForMac.h49 typedef u_int8_t UCHAR;
51 typedef u_int8_t BYTE;
60 typedef u_int8_t *LPBYTE;
/xnu-2422.115.4/libkern/libkern/crypto/
H A Dsha1.h41 u_int8_t b8[20];
45 u_int8_t b8[8];
50 u_int8_t b8[64];
53 u_int8_t count; /* unused; for compatibility only */
/xnu-2422.115.4/tools/tests/perf_index/
H A Dstress_cpu.c9 md5_hash((u_int8_t *)&i, sizeof(i), digest);
/xnu-2422.115.4/bsd/netkey/
H A Dkey.h81 extern void key_sa_chgstate(struct secasvar *, u_int8_t);
84 extern struct secashead *key_newsah2 (struct secasindex *saidx, u_int8_t dir);
87 u_int8_t proto,
88 u_int8_t mode,
92 u_int8_t satype,
93 u_int8_t alg_auth,
94 u_int8_t alg_enc,
96 u_int8_t replay,
H A Dkeydb.h47 u_int8_t mode; /* mode of protocol, see ipsec.h */
62 u_int8_t dir; /* IPSEC_DIR_INBOUND or IPSEC_DIR_OUTBOUND */
63 u_int8_t state; /* MATURE or DEAD. */
79 u_int8_t state; /* Status of this Association */
81 u_int8_t alg_auth; /* Authentication Algorithm Identifier*/
82 u_int8_t alg_enc; /* Cipher Algorithm Identifier */
110 u_int8_t always_expire; /* Send expire/delete messages even if unused */
/xnu-2422.115.4/bsd/sys/
H A Dutfconv.h128 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p,
163 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp,
192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
207 utf8_validatestr(const u_int8_t* utf8p, size_t utf8len);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.h77 u_int8_t forkType; /* 0 = data fork, FF = resource fork */
78 u_int8_t pad; /* make the other fields align on 32-bit boundary */
99 u_int8_t tag[32];
H A Dhfs_format.h149 u_int8_t keyLength; /* length of key, excluding this field */
150 u_int8_t forkType; /* 0 = data fork, FF = resource fork */
159 u_int8_t forkType; /* 0 = data fork, FF = resource fork */
160 u_int8_t pad; /* make the other fields align on 32-bit boundary */
261 u_int8_t adminFlags; /* super-user changeable flags */
262 u_int8_t ownerFlags; /* owner changeable flags */
312 u_int8_t keyLength; /* key length (in bytes) */
313 u_int8_t reserved; /* reserved (set to zero) */
315 u_int8_t nodeName[kHFSMaxFileNameChars + 1]; /* catalog node name */
408 u_int8_t flag
[all...]
/xnu-2422.115.4/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c56 #define IsHexDigit(c) (((c) >= (u_int8_t) '0' && (c) <= (u_int8_t) '9') || \
57 ((c) >= (u_int8_t) 'A' && (c) <= (u_int8_t) 'F'))
63 static u_int32_t HexStringToInteger( u_int32_t length, const u_int8_t *hexStr );
110 u_int8_t *extStrPtr = (u_int8_t *)extStr;
114 *(extStrPtr++) = (u_int8_t) *(unicodeStrPtr++);
149 if ( c == (u_int8_t) '.' ) {
174 u_int8_t
[all...]

Completed in 75 milliseconds

1234567