Searched refs:uint8_t (Results 1 - 25 of 216) sorted by relevance

123456789

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccder.h21 typedef uint8_t ccder_tag;
141 uint8_t *ccder_encode_tag(ccder_tag tag, const uint8_t *der, uint8_t *der_end);
146 uint8_t *
147 ccder_encode_len(size_t len, const uint8_t *der, uint8_t *der_end);
151 uint8_t *
152 ccder_encode_tl(ccder_tag tag, size_t len, const uint8_t *der, uint8_t *der_en
[all...]
H A Dcc.h29 uint8_t b[_alignment_]; \
60 uint8_t *_r=(uint8_t *)r;
61 const uint8_t *_s=(uint8_t *)s;
62 const uint8_t *_t=(uint8_t *)t;
/xnu-2782.1.97/libkern/libkern/crypto/
H A Daesxts.h57 const uint8_t *IV, // ignored
58 const uint8_t *key1, int keylen,
59 const uint8_t *key2, int tweaklen, // both keys are the same size for xts
64 int xts_encrypt(const uint8_t *pt, unsigned long ptlen,
65 uint8_t *ct,
66 const uint8_t *tweak, // this can be considered the sector IV for this use
69 int xts_decrypt(const uint8_t *ct, unsigned long ptlen,
70 uint8_t *pt,
71 const uint8_t *tweak, // this can be considered the sector IV for this use
/xnu-2782.1.97/bsd/net/
H A Dbridgestp.h233 uint8_t cbu_dsap; /* LLC: destination sap */
234 uint8_t cbu_ssap; /* LLC: source sap */
235 uint8_t cbu_ctl; /* LLC: control */
237 uint8_t cbu_protover; /* protocol version */
238 uint8_t cbu_bpdutype; /* message type */
239 uint8_t cbu_flags; /* flags (below) */
243 uint8_t cbu_rootaddr[6]; /* root address */
249 uint8_t cbu_bridgeaddr[6]; /* bridge address */
256 uint8_t cbu_versionlen; /* version 1 length */
263 uint8_t tbu_dsa
[all...]
H A Dif_bridgevar.h165 uint8_t ifbr_portno; /* member if port number */
166 uint8_t ifbr_priority; /* member if STP priority */
167 uint8_t ifbr_proto; /* member if STP protocol */
168 uint8_t ifbr_role; /* member if STP role */
169 uint8_t ifbr_state; /* member if STP state */
173 uint8_t pad[32];
273 uint8_t ifba_flags; /* address flags */
274 uint8_t ifba_dst[ETHER_ADDR_LEN];/* destination address */
283 uint8_t ifba_flags; /* address flags */
284 uint8_t ifba_ds
[all...]
/xnu-2782.1.97/libsyscall/wrappers/
H A Dmach_approximate_time.c31 uint8_t supported = *((uint8_t *)_COMM_PAGE_APPROX_TIME_SUPPORTED);
/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h46 typedef uint8_t fasttrap_instr_t;
49 uint8_t ftmt_instr[FASTTRAP_MAX_INSTR_SIZE]; /* orig. instr. */
50 uint8_t ftmt_size; /* instruction size */
51 uint8_t ftmt_ripmode; /* %rip-relative handling mode */
52 uint8_t ftmt_modrm; /* saved modrm byte */
53 uint8_t ftmt_type; /* emulation type */
54 uint8_t ftmt_code; /* branch condition */
55 uint8_t ftmt_base; /* branch base */
56 uint8_t ftmt_index; /* branch index */
57 uint8_t ftmt_scal
[all...]
/xnu-2782.1.97/osfmk/lockd/
H A Dlockd_mach_types.h47 typedef uint8_t nfs_handle[NFSV3_MAX_FH_SIZE];
/xnu-2782.1.97/tools/tests/perf_index/
H A Dmd5.h6 void md5_hash(uint8_t *message, uint64_t len, uint32_t *hash);
H A Dperfindex-cpu.c11 md5_hash((uint8_t *)&i, sizeof(i), digest);
/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_aesxts.c42 const uint8_t *IV __unused, // ignored
43 const uint8_t *key1, int keylen,
44 const uint8_t *key2, int tweaklen __unused, // both keys are the same size for xts
70 int xts_encrypt(const uint8_t *pt, unsigned long ptlen,
71 uint8_t *ct,
72 const uint8_t *iv, // this can be considered the sector IV for this use
86 int xts_decrypt(const uint8_t *ct, unsigned long ptlen,
87 uint8_t *pt,
88 const uint8_t *iv, // this can be considered the sector IV for this use
/xnu-2782.1.97/bsd/netinet6/
H A Dmld6.h76 uint8_t mld_misc; /* reserved/suppress/robustness */
77 uint8_t mld_qqi; /* querier's query interval */
102 uint8_t mr_type; /* record type */
103 uint8_t mr_datalen; /* length of auxiliary data */
/xnu-2782.1.97/iokit/IOKit/
H A DAppleKeyStoreInterface.h42 uint8_t keybytes[AKS_MAX_KEY_SIZE];
/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateInternal.h54 uint8_t * consoleMapping;
55 uint8_t haveFastBoot;
56 uint8_t saveBootAudioVolume;
57 uint8_t wiredCryptKey[kIOHibernateAESKeySize / 8];
58 uint8_t cryptKey[kIOHibernateAESKeySize / 8];
59 uint8_t volumeCryptKey[kIOHibernateAESKeySize / 8];
70 uint8_t * buffer;
106 hibernate_sum_page(uint8_t *buf, uint32_t ppnum);
H A DIOPMrootDomainInternal.h65 uint8_t varName[PMVARNAMELEN+1];
/xnu-2782.1.97/osfmk/kern/
H A Decc.h38 uint8_t id; // ID of memory (e.g. L2C), platform-specific
39 uint8_t count; // Of uint64_t's used, starting at index 0
/xnu-2782.1.97/libkern/uuid/
H A Duuid.c48 read_node(uint8_t *node)
105 out[0] = (uint8_t)(time >> 24);
106 out[1] = (uint8_t)(time >> 16);
107 out[2] = (uint8_t)(time >> 8);
108 out[3] = (uint8_t)time;
109 out[4] = (uint8_t)(time >> 40);
110 out[5] = (uint8_t)(time >> 32);
111 out[6] = (uint8_t)(time >> 56);
112 out[7] = (uint8_t)(time >> 48);
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dip.d40 uint8_t ip_ver;
45 uint8_t protocol;
65 uint8_t ip_ver; /* IP version (4, 6) */
79 ip_ver = (ip != NULL) ? ((*(uint8_t *) ip) & 0xf0) >> 4 : 0;
81 (ntohs(ip->ip_len) - (((*(uint8_t *) ip) & 0x0f) << 2)) : 0;
101 ip_ver = (i != NULL) ? (*(uint8_t *)i >> 4) : 0;
102 ip_plength = (i != NULL) ? (((*(uint8_t *)i) >> 4 == 4) ?
104 (((*(uint8_t *)i) & 0x0f) << 2):
105 (((*(uint8_t *)i) >> 4 == 6) ?
107 ip_saddr = (i != NULL) ? ((((*(uint8_t *)
[all...]
/xnu-2782.1.97/bsd/miscfs/mockfs/
H A Dmockfs_fsnode.h62 uint8_t type; /* Serves as a unique identifier for now */
76 int mockfs_fsnode_create(mount_t mp, uint8_t type, mockfs_fsnode_t * fsnpp);
80 int mockfs_fsnode_child_by_type(mockfs_fsnode_t parent, uint8_t type, mockfs_fsnode_t * child);
/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h83 uint8_t n_type; /* type flag, see below */
84 uint8_t n_sect; /* section number or NO_SECT */
96 uint8_t n_type; /* type flag, see below */
97 uint8_t n_sect; /* section number or NO_SECT */
/xnu-2782.1.97/bsd/sys/
H A Ddisk.h97 uint8_t reserved0096[4]; /* reserved, clear to zero */
106 uint8_t reserved0096[4]; /* reserved, clear to zero */
108 uint8_t reserved0064[8]; /* reserved, clear to zero */
120 uint8_t reserved0096[4]; /* reserved, clear to zero */
186 uint8_t reserved0128[12]; /* reserved, clear to zero */
196 uint8_t tier;
199 uint8_t reserved0104[3]; /* reserved, clear to zero */
201 uint8_t reserved0072[7]; /* reserved, clear to zero */
H A Dcodesign.h132 uint8_t hashSize; /* size of each hash in bytes */
133 uint8_t hashType; /* type of hash (cdHashType* constants) */
134 uint8_t spare1; /* unused (must be zero) */
135 uint8_t pageSize; /* log2(page size in bytes); 0 => infinite */
198 int (*csr_validate_header)(const uint8_t *, size_t);
199 const void* (*csr_find_file_codedirectory)(struct vnode *, const uint8_t *, size_t, size_t *);
207 uint8_t * cs_get_cdhash(struct proc *);
H A Duser.h242 uint8_t t_dtrace_stop; /* indicates a DTrace desired stop */
243 uint8_t t_dtrace_sig; /* signal sent via DTrace's raise() */
247 uint8_t _t_dtrace_on; /* hit a fasttrap tracepoint */
248 uint8_t _t_dtrace_step; /* about to return to kernel */
249 uint8_t _t_dtrace_ret; /* handling a return probe */
250 uint8_t _t_dtrace_ast; /* saved ast flag */
252 uint8_t _t_dtrace_reg; /* modified register */
/xnu-2782.1.97/bsd/netinet/
H A Dflow_divert.h54 uint8_t log_level;
64 uint8_t atomic_bits;
66 uint8_t *token_key;
/xnu-2782.1.97/osfmk/i386/
H A Dlocks.h123 extern void hw_lock_byte_init(volatile uint8_t *lock_byte);
124 extern void hw_lock_byte_lock(volatile uint8_t *lock_byte);
125 extern void hw_lock_byte_unlock(volatile uint8_t *lock_byte);
185 volatile uint8_t lck_rw_interlock; /* Interlock byte */
186 volatile uint8_t

Completed in 469 milliseconds

123456789