Searched refs:out (Results 26 - 50 of 231) sorted by relevance

12345678910

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h40 unsigned long nblocks, const void *in, void *out)
42 mode->ecb(ctx, nblocks, in, out);
47 unsigned long nblocks, const void *in, void *out)
51 mode->ecb(ctx, nblocks, in, out);
108 const void *in, void *out)
110 mode->cbc(ctx, iv, nblocks, in, out);
116 const void *in, void *out)
125 mode->cbc(ctx, iv_ctx, nblocks, in, out);
154 size_t nbytes, const void *in, void *out)
156 mode->cfb(ctx, nbytes, in, out);
39 ccecb_update(const struct ccmode_ecb *mode, const ccecb_ctx *ctx, unsigned long nblocks, const void *in, void *out) argument
45 ccecb_one_shot(const struct ccmode_ecb *mode, size_t key_len, const void *key, unsigned long nblocks, const void *in, void *out) argument
106 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
153 cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t nbytes, const void *in, void *out) argument
159 cccfb_one_shot(const struct ccmode_cfb *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
192 cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t nbytes, const void *in, void *out) argument
198 cccfb8_one_shot(const struct ccmode_cfb8 *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
235 ccctr_update(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t nbytes, const void *in, void *out) argument
241 ccctr_one_shot(const struct ccmode_ctr *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
275 ccofb_update(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t nbytes, const void *in, void *out) argument
281 ccofb_one_shot(const struct ccmode_ofb *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
341 ccxts_update(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, unsigned long nblocks, const void *in, void *out) argument
347 ccxts_one_shot(const struct ccmode_xts *mode, size_t key_len, const void *key, const void *tweak_key, const void *iv, unsigned long nblocks, const void *in, void *out) argument
396 ccgcm_update(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t nbytes, const void *in, void *out) argument
414 ccgcm_one_shot(const struct ccmode_gcm *mode, size_t key_len, const void *key, size_t iv_len, const void *iv, size_t adata_len, const void *adata, size_t nbytes, const void *in, void *out, size_t tag_len, void *tag) argument
469 ccccm_update(const struct ccmode_ccm *mode, ccccm_ctx *ctx, ccccm_nonce *nonce_ctx, size_t nbytes, const void *in, void *out) argument
487 ccccm_one_shot(const struct ccmode_ccm *mode, unsigned long key_len, const void *key, unsigned nonce_len, const void *nonce, unsigned long nbytes, const void *in, void *out, unsigned adata_len, const void* adata, unsigned mac_size, void *mac) argument
530 ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx, unsigned long nblocks, const void *tweak, const void *in, void *out) argument
536 ccomac_one_shot(const struct ccmode_omac *mode, size_t tweak_len, size_t key_len, const void *key, const void *tweak, unsigned long nblocks, const void *in, void *out) argument
[all...]
H A Dccmode_impl.h26 void *out);
38 /* cbc encrypt or decrypt nblocks from in to out, iv will be used and updated. */
40 unsigned long nblocks, const void *in, void *out);
52 void (*cfb)(cccfb_ctx *ctx, size_t nbytes, const void *in, void *out);
65 void (*cfb8)(cccfb8_ctx *ctx, size_t nbytes, const void *in, void *out);
78 void (*ctr)(ccctr_ctx *ctx, size_t nbytes, const void *in, void *out);
91 void (*ofb)(ccofb_ctx *ctx, size_t nbytes, const void *in, void *out);
119 unsigned long nblocks, const void *in, void *out);
135 void (*gmac)(ccgcm_ctx *ctx, size_t nbytes, const void *in); // could just be gcm with NULL out
136 void (*gcm)(ccgcm_ctx *ctx, size_t nbytes, const void *in, void *out);
[all...]
H A Dccdrbg_impl.h47 @param out [out] Where to store the data
54 unsigned long outlen, void *out,
H A Dccrc4.h25 void (*crypt)(ccrc4_ctx *ctx, unsigned long nbytes, const void *in, void *out);
H A Dccdrbg.h68 unsigned long outlen, void *out,
71 return info->generate(prng, outlen, out, inlen, in);
66 ccdrbg_generate(const struct ccdrbg_info *info, struct ccdrbg_state *prng, unsigned long outlen, void *out, unsigned long inlen, const void *in) argument
/xnu-2782.1.97/bsd/kern/
H A Dtty_dev.c147 goto out;
165 goto out;
169 goto out;
172 out:
280 goto out;
289 goto out;
299 out:
371 goto out;
378 goto out;
382 * SAFE: erroring out o
[all...]
H A Dmach_process.c241 goto out;
250 goto out;
262 goto out;
271 goto out;
280 goto out;
335 goto out;
341 goto out;
346 goto out;
361 goto out;
366 goto out;
[all...]
H A Ddecmpfs.c370 /* clear out the compression type too */
437 if returnInvalid == 1, returns the header even if the type was invalid (out of range),
457 goto out;
465 /* figure out how big the xattr is on disk */
468 goto out;
472 goto out;
479 goto out;
488 goto out;
491 goto out;
504 goto out;
[all...]
H A Duipc_syscalls.c286 goto out;
290 goto out;
302 goto out;
312 out:
405 goto out;
409 goto out;
430 goto out;
435 goto out;
455 goto out;
462 goto out;
[all...]
/xnu-2782.1.97/iokit/IOKit/platform/
H A DMakefile23 EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
26 INSTALL_KF_MI_LIST = $(filter-out $(NOT_KF_MI_HEADERS), $(ALL_HEADERS))
/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object_default.defs92 out new_memory_object : memory_object_t);
H A Dmach_vm.defs206 out data : pointer_t);
274 out outsize : mach_vm_size_t);
388 out cur_protection : vm_prot_t;
389 out max_protection : vm_prot_t;
403 out disposition :integer_t;
404 out ref_count :integer_t);
414 out size : mach_vm_size_t;
416 out info : vm_region_recurse_info_t,CountInOut);
436 out size : mach_vm_size_t;
438 out inf
[all...]
H A Dexc.defs101 out new_state : thread_state_t);
117 out new_state : thread_state_t);
H A Dmach_exc.defs101 out new_state : thread_state_t);
117 out new_state : thread_state_t);
H A Dmemory_object.defs140 out resid_offset : memory_object_offset_t;
141 out io_error : int;
/xnu-2782.1.97/libkern/libkern/crypto/
H A Ddes.h82 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);
H A Daes.h77 aes_rval aes_encrypt(const unsigned char *in, unsigned char *out, aes_encrypt_ctx cx[1]);
89 aes_rval aes_decrypt(const unsigned char *in, unsigned char *out, aes_decrypt_ctx cx[1]);
/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dcomp.h91 comp_error_status comp_get_ratio(COMP_CTX* ctx,float* out);
H A Dcomp.c54 comp_error_status comp_get_ratio( __unused COMP_CTX* ctx,float* out )
56 *out = 1.0;
145 comp_error_status comp_get_ratio(COMP_CTX* ctx,float* out) argument
151 *out = 0;
154 PCHECK(out);
169 *out = (float)outsize/(float)insize;
/xnu-2782.1.97/bsd/nfs/
H A Dkrpc_subr.c247 goto out;
258 goto out;
267 goto out;
285 goto out;
292 goto out;
303 goto out;
309 goto out;
329 goto out;
331 goto out;
366 goto out;
[all...]
/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_des.c55 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);
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);
112 des_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, argument
126 cccbc_update(cbc, ctx, ctx_iv, nblocks, in, out);
153 des3_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, argument
167 cccbc_update(cbc, ctx, ctx_iv, nblocks, in, out);
182 des_cbc_cksum(des_cblock *in, des_cblock *out, argument
197 memcpy(out, cksu
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_usrreq.c121 goto out;
129 out:
165 goto out;
181 goto out;
190 goto out;
199 out:
276 goto out;
291 out:
325 goto out;
332 out
[all...]
/xnu-2782.1.97/pexpert/pexpert/i386/
H A Dprotos.h56 out##s(i386_ioport_t port, unsigned u data) \
59 "out" #s " %1,%0" \
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c129 goto out;
141 goto out;
144 goto out;
147 goto out;
153 goto out;
161 goto out;
171 out:
190 goto out;
203 goto out;
207 goto out;
[all...]
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c212 * Bail out if:
218 goto out;
223 out:
246 * keys for us, we could have to fail the open(2) call and back out the entry.
311 /* Generate the cprotect to vend out */
380 * This should only be used for files and won't be written out.
483 * We take only the shared cnode lock up-front. If it turns out that
484 * we need to manipulate the CP blob to write a key out, drop the
580 goto out;
598 goto out;
[all...]

Completed in 123 milliseconds

12345678910