Searched refs:in (Results 1 - 25 of 263) sorted by relevance

1234567891011

/darwin-on-arm/xnu/osfmk/UserNotification/
H A DUNDRequest.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
46 in executionPath: UNDPath;
47 in uid: int;
48 in gid: int);
54 in reply: UNDReplyRef;
55 in bundlePath: UNDPath;
56 in fileName: UNDPath;
57 in fileExtension: UNDPath;
58 in messageKe
[all...]
H A DUNDReply.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
40 in result: int;
41 in data: xmlData);
45 in userLandNotificationKey: int);
/darwin-on-arm/xnu/tools/tests/execperf/
H A Dtest.sh12 case "$PRODUCT" in
21 for j in 1 2 3; do
22 for i in ${EXECUTABLES}; do
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
38 * notice and this permission notice appear in all copies of the
40 * thereof, and that both notices appear in supporting documentation.
144 in className : io_name_t;
159 in matching : io_string_t;
165 in property_name : io_name_t;
171 in plane : io_name_t;
172 in options : uint32_t;
186 in pat
[all...]
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccpad.h15 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
17 unsigned long nbytes, const void *in, void *out);
19 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
21 unsigned long nbytes, const void *in, void *out);
23 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
25 unsigned long nbytes, const void *in, void *out);
27 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
29 unsigned long nbytes, const void *in, void *out);
30 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
32 unsigned long nbytes, const void *in, voi
[all...]
H A Dccmode_impl.h25 void (*ecb)(const ccecb_ctx *ctx, unsigned long nblocks, const void *in,
38 /* cbc encrypt or decrypt nblocks from in to out, iv will be used and updated. */
40 const void *in, void *out);
54 const void *in, void *out);
69 const void *in, void *out);
84 const void *in, void *out);
99 const void *in, void *out);
114 determines how long the tweak is in bytes, for each subsequent call to
128 const void *in, void *out);
144 void (*gmac)(ccgcm_ctx *ctx, unsigned long nbytes, const void *in); // coul
[all...]
H A Dccmode.h40 unsigned long in_len, const void *in, void *out)
43 mode->ecb(ctx, numBlocks, in, out);
48 const void *in, void *out)
53 mode->ecb(ctx, numBlocks, in, out);
108 unsigned long nblocks, const void *in, void *out)
110 mode->cbc(ctx, iv, nblocks, in, out);
115 const void *in, void *out)
124 mode->cbc(ctx, iv_ctx, nblocks, in, out);
152 unsigned long in_len, const void *in, void *out)
154 mode->cfb(ctx, in_len, in, ou
39 ccecb_update(const struct ccmode_ecb *mode, const ccecb_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
46 ccecb_one_shot(const struct ccmode_ecb *mode, unsigned long key_len, const void *key, unsigned long in_len, const void *in, void *out) argument
107 cccbc_update(const struct ccmode_cbc *mode, cccbc_ctx *ctx, cccbc_iv *iv, unsigned long nblocks, const void *in, void *out) argument
113 cccbc_one_shot(const struct ccmode_cbc *mode, unsigned long key_len, const void *key, const void *iv, unsigned long nblocks, const void *in, void *out) argument
151 cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
157 cccfb_one_shot(const struct ccmode_cfb *mode, unsigned long key_len, const void *key, const void *iv, unsigned long in_len, const void *in, void *out) argument
190 cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
196 cccfb8_one_shot(const struct ccmode_cfb8 *mode, unsigned long key_len, const void *key, const void *iv, unsigned long in_len, const void *in, void *out) argument
233 ccctr_update(const struct ccmode_ctr *mode, ccctr_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
240 ccctr_one_shot(const struct ccmode_ctr *mode, unsigned long key_len, const void *key, const void *iv, unsigned long in_len, const void *in, void *out) argument
275 ccofb_update(const struct ccmode_ofb *mode, ccofb_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
281 ccofb_one_shot(const struct ccmode_ofb *mode, unsigned long key_len, const void *key, const void *iv, unsigned long in_len, const void *in, void *out) argument
339 ccxts_update(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, unsigned long in_len, const void *in, void *out) argument
345 ccxts_one_shot(const struct ccmode_xts *mode, unsigned long key_len, const void *key, const void *tweak_key, const void* iv, unsigned long in_len, const void *in, void *out) argument
387 ccgcm_gmac(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, unsigned long nbytes, const void *in) argument
393 ccgcm_update(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, unsigned long nbytes, const void *in, void *out) argument
411 ccgcm_one_shot(const struct ccmode_gcm *mode, unsigned long key_len, const void *key, unsigned long iv_len, const void *iv, unsigned long nbytes, const void *in, void *out, unsigned long adata_len, const void* adata, size_t tag_len, void *tag) argument
451 ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx, unsigned long in_len, const void *tweak, const void *in, void *out) argument
457 ccomac_one_shot(const struct ccmode_omac *mode, unsigned long tweak_len, unsigned long key_len, const void *key, const void *tweak, unsigned long in_len, const void *in, void *out) argument
[all...]
H A Dccrc4.h25 void (*crypt)(ccrc4_ctx *ctx, unsigned long nbytes, const void *in, void *out);
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddefault_pager_object.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
38 * notice and this permission notice appear in all copies of the
40 * thereof, and that both notices appear in supporting documentation.
105 in priority : int;
106 in clsize : int;
117 in device : mach_port_t;
118 in offset : recnum_t;
119 in count : recnum_t;
120 in record_siz
[all...]
H A Ddefault_pager_alerts.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
48 in flags : int);
/darwin-on-arm/xnu/osfmk/gssd/
H A Dgssd_mach.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
58 in mech : gssd_mechtype;
59 in intoken : gssd_byte_buffer;
60 in uid : uint32_t;
61 in princ_namestr : gssd_string;
62 in svc_namestr : gssd_string;
63 in flags : uint32_t;
64 in gssd_flags : uint32_t;
77 in intoke
[all...]
/darwin-on-arm/xnu/bsd/crypto/blowfish/
H A Dbf_skey.c14 * apply to all code found in this distribution, be it the RC4, RSA,
19 * Copyright remains Eric Young's, and as such any Copyright notices in
21 * If this package is used in a product, Eric Young should be given attribution
23 * This can be in the form of a textual message at program startup or
24 * in documentation (online or textual) provided with the package.
26 * Redistribution and use in source and binary forms, with or without
31 * 2. Redistributions in binary form must reproduce the above copyright
32 * notice, this list of conditions and the following disclaimer in the
76 BF_LONG *p, ri, in[2]; local
106 in[
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dupl.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
38 * notice and this permission notice appear in all copies of the
40 * thereof, and that both notices appear in supporting documentation.
83 in abort_cond : integer_t);
89 in abort_cond : integer_t;
94 in page_list : upl_page_info_array_t);
100 in cntrl_flags : integer_t;
101 in page_list : upl_page_info_array_t;
H A Dmemory_object_control.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
38 * notice and this permission notice appear in all copies of the
40 * thereof, and that both notices appear in supporting documentation.
104 * memory object. For each page in the given range,
105 * perform the following operations, in order:
140 * manipulated. Those requests simply identify the range in the memory
145 * in whole (or in ranges) as the processing completes.
150 in offse
[all...]
H A Dclock_priv.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
66 in flavor : clock_flavor_t;
67 in clock_attr : clock_attr_t);
H A Daudit_triggers.defs6 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
48 in flags : int);
/darwin-on-arm/xnu/bsd/sys/
H A Dnetboot.h7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
38 #include <netinet/in.h>
/darwin-on-arm/xnu/libkern/zlib/
H A Dinffast.c7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
30 * For conditions of distribution and use, see copyright notice in zlib.h
74 inflate execution time is spent in this routine.
88 BAD -- error in block data
108 unsigned char FAR *in; /* local strm->next_in */ local
109 unsigned char FAR *last; /* while in < last, enough input available */
117 unsigned whave; /* valid bytes in the window */
135 in = strm->next_in - OFF;
136 last = in
[all...]
/darwin-on-arm/xnu/buildscripts/
H A Ddarwinbuild.common7 # Redistribution and use in source and binary forms, with or without
12 # 2. Redistributions in binary form must reproduce the above copyright
13 # notice, this list of conditions and the following disclaimer in the
45 for X in $* ; do
51 # so do this in a different statement to avoid
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmk_tarball11 case $libmicro_version in
H A DREADME7 # in compliance with the License.
16 # HEADER in each file and include the License file at
33 As long as cc is in your path, (gcc on Linux),
44 are created in the bin directory; these may be invoked
45 directly. Note that the actual binaries are created in
47 all varients (x86/sparc/Solaris/Linux) in one place.
54 To compare the output of two or more runs, use multiview in the src
72 [-D duration in msecs (default 10s)]
75 [-I] specify approx. time per op in nsecs
/darwin-on-arm/xnu/libkern/libkern/crypto/
H A Ddes.h7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
45 /* Unholy hack: this is currently the size for the only implementation of DES in corecrypto */
82 void des_ecb_encrypt(des_cblock *in, des_cblock *out, des_ecb_key_schedule *ks, int encrypt);
90 void des_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t len,
95 void des3_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t len,
99 void des_cbc_cksum(des_cblock *in, des_cblock *out, int len, des_cbc_key_schedule *ks);
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dmach_install_mig.sh8 # as defined in and that are subject to the Apple Public Source License
9 # Version 2.0 (the 'License'). You may not use this file except in
92 for hdr in $SERVER_HDRS; do
103 for mig in $MIGS $MIGS_DUAL_PUBLIC_PRIVATE; do
110 for mig in $MIGS_PRIVATE $MIGS_DUAL_PUBLIC_PRIVATE; do
125 for mig in $MIGS_INTERNAL; do
131 for arch in $ARCHS; do
136 for mig in $MIGS_ARCH; do
/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_des.c7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
42 /* Make sure the context size for the mode fits in the one we have */
55 void des_ecb_encrypt(des_cblock *in, des_cblock *out, des_ecb_key_schedule *ks, int enc) argument
60 ecb->ecb(ctx, 1, in, out);
70 /* Make sure the context size for the mode fits in the one we have */
83 void des3_ecb_encrypt(des_cblock *in, des_cblock *out, des3_ecb_key_schedule *ks, int enc) argument
88 ecb->ecb(ctx, 1, in, out);
97 /* Make sure the context size for the mode fits in the one we have */
112 des_cbc_encrypt(des_cblock *in, des_cbloc argument
153 des3_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, des3_cbc_key_schedule *ks, des_cblock *iv, des_cblock *retiv, int encrypt) argument
182 des_cbc_cksum(des_cblock *in, des_cblock *out, int len, des_cbc_key_schedule *ks) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dif_arp.h7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
32 * Redistribution and use in source and binary forms, with or without
37 * 2. Redistributions in binary form must reproduce the above copyright
38 * notice, this list of conditions and the following disclaimer in the
67 #include <netinet/in.h>
73 * in size; the arphdr structure defines the fixed-length portion.
76 * arp_tha and arp_tpa in that order, according to the lengths
97 * The remaining fields are variable in size,
117 #define ATF_INUSE 0x01 /* entry in us
[all...]

Completed in 58 milliseconds

1234567891011