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

1234567

/darwin-on-arm/xnu/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 *);
/darwin-on-arm/xnu/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 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...]
H A Dip_flowid.h70 u_int8_t proto;
71 u_int8_t flags; /* protocol-specific flags */
72 u_int8_t addr_type; /* 4 = ipv4, 6 = ipv6, 1=ether ? */
/darwin-on-arm/xnu/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.h109 u_int8_t sadb_msg_version;
110 u_int8_t sadb_msg_type;
111 u_int8_t sadb_msg_errno;
112 u_int8_t sadb_msg_satype;
128 u_int8_t sadb_sa_replay;
129 u_int8_t sadb_sa_state;
130 u_int8_t sadb_sa_auth;
131 u_int8_t sadb_sa_encrypt;
156 u_int8_t sadb_address_proto;
157 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 */
H A Dif_utun_crypto.h144 u_int8_t varargs_buf[0];
157 u_int8_t replay; // window size default to 4
158 u_int8_t punt_rx_keepalive;
191 u_int8_t varargs_buf[0];
218 u_int8_t varargs_buf[0]; // must be at the end of this struct
238 u_int8_t proto;
239 u_int8_t ifamily;
240 u_int8_t mode;
241 u_int8_t unused;
275 #define UTUN_CRYPTO_KEYS_IDX_ARGS_VARARGS_BUF(args) ((u_int8_t *)arg
[all...]
/darwin-on-arm/xnu/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 */
/darwin-on-arm/xnu/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.h67 extern void in6_get_tmpifid(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 */
/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/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 */
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.h82 extern void key_sa_chgstate(struct secasvar *, u_int8_t);
85 extern struct secashead *key_newsah2 (struct secasindex *saidx, u_int8_t dir);
88 u_int8_t proto,
89 u_int8_t mode,
93 u_int8_t satype,
94 u_int8_t alg_auth,
95 u_int8_t alg_enc,
97 u_int8_t replay,
H A Dkeydb.h48 u_int8_t mode; /* mode of protocol, see ipsec.h */
63 u_int8_t dir; /* IPSEC_DIR_INBOUND or IPSEC_DIR_OUTBOUND */
64 u_int8_t state; /* MATURE or DEAD. */
80 u_int8_t state; /* Status of this Association */
82 u_int8_t alg_auth; /* Authentication Algorithm Identifier*/
83 u_int8_t alg_enc; /* Cipher Algorithm Identifier */
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/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.h157 u_int8_t keyLength; /* length of key, excluding this field */
158 u_int8_t forkType; /* 0 = data fork, FF = resource fork */
167 u_int8_t forkType; /* 0 = data fork, FF = resource fork */
168 u_int8_t pad; /* make the other fields align on 32-bit boundary */
269 u_int8_t adminFlags; /* super-user changeable flags */
270 u_int8_t ownerFlags; /* owner changeable flags */
320 u_int8_t keyLength; /* key length (in bytes) */
321 u_int8_t reserved; /* reserved (set to zero) */
323 u_int8_t nodeName[kHFSMaxFileNameChars + 1]; /* catalog node name */
416 u_int8_t flag
[all...]
/darwin-on-arm/xnu/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 202 milliseconds

1234567