Searched defs:out (Results 1 - 25 of 32) sorted by relevance

12

/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.c145 comp_error_status comp_get_ratio(COMP_CTX* ctx,float* out) argument
H A Dprngpriv.h76 BYTE out[20]; member in struct:__anon29
/xnu-2422.115.4/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
83 void des3_ecb_encrypt(des_cblock *in, des_cblock *out, des3_ecb_key_schedule *ks, int enc) argument
112 des_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, argument
153 des3_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, argument
182 des_cbc_cksum(des_cblock *in, des_cblock *out, argument
[all...]
/xnu-2422.115.4/libkern/uuid/
H A Duuid.c88 uuid_generate_random(uuid_t out) argument
97 uuid_generate_time(uuid_t out) argument
119 uuid_generate(uuid_t out) argument
151 uuid_unparse_lower(const uuid_t uu, uuid_string_t out) argument
168 uuid_unparse_upper(const uuid_t uu, uuid_string_t out) argument
185 uuid_unparse(const uuid_t uu, uuid_string_t out) argument
[all...]
/xnu-2422.115.4/libkern/zlib/
H A Dinffast.c102 unsigned char FAR *out; /* local strm->next_out */ local
[all...]
H A Dcrc32.c187 FILE *out; local
[all...]
H A Dinflate.c593 unsigned in, out; /* save starting available input and output */ local
[all...]
H A Dgzio.c97 z_off_t out; /* bytes out of deflate or inflate */ member in struct:gz_stream
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Din_cksum.c417 ip_cksum_hdr_dir(struct mbuf *m, uint32_t hlen, int out) argument
H A Dtcp_usrreq.c2059 struct tcp_measure_bw_burst out; local
[all...]
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_gss_crypto.c76 krb5_nfold(unsigned int inbits, const unsigned char *in, unsigned int outbits, unsigned char *out) argument
/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dsetupdialog.c33 char *file = NULL, *ptr, *out = NULL, *numsfile = NULL, *numsout = NULL; local
/xnu-2422.115.4/bsd/sys/
H A Dpipe.h102 u_int out; /* out pointer */ member in struct:pipebuf
/xnu-2422.115.4/bsd/dev/i386/
H A Dunix_signal.c108 siginfo_user_to_user32_x86(user_siginfo_t *in, user32_siginfo_t *out) argument
124 siginfo_user_to_user64_x86(user_siginfo_t *in, user64_siginfo_t *out) argument
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dhost.c661 get_sched_statistics( struct _processor_statistics_np *out, uint32_t *count) argument
[all...]
/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h39 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
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...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_exit.c177 siginfo_user_to_user32(user_siginfo_t *in, user32_siginfo_t *out) argument
192 siginfo_user_to_user64(user_siginfo_t *in, user64_siginfo_t *out) argument
[all...]
H A Dsysv_msg.c154 msqid_ds_kerneltouser32(struct user_msqid_ds *in, struct user32_msqid_ds *out) argument
168 msqid_ds_kerneltouser64(struct user_msqid_ds *in, struct user64_msqid_ds *out) argument
187 msqid_ds_user32tokernel(struct user32_msqid_ds *in, struct user_msqid_ds *out) argument
201 msqid_ds_user64tokernel(struct user64_msqid_ds *in, struct user_msqid_ds *out) argument
[all...]
H A Dsysv_sem.c176 semid_ds_kernelto32(struct user_semid_ds *in, struct user32_semid_ds *out) argument
186 semid_ds_kernelto64(struct user_semid_ds *in, struct user64_semid_ds *out) argument
206 semid_ds_32tokernel(struct user32_semid_ds *in, struct user_semid_ds *out) argument
216 semid_ds_64tokernel(struct user64_semid_ds *in, struct user_semid_ds *out) argument
[all...]
H A Dsysv_shm.c198 shmid_ds_64to32(struct user_shmid_ds *in, struct user32_shmid_ds *out) argument
217 shmid_ds_32to64(struct user32_shmid_ds *in, struct user_shmid_ds *out) argument
[all...]
H A Dkern_sig.c197 sigaltstack_kern_to_user32(struct kern_sigaltstack *in, struct user32_sigaltstack *out) argument
205 sigaltstack_kern_to_user64(struct kern_sigaltstack *in, struct user64_sigaltstack *out) argument
218 sigaltstack_user32_to_kern(struct user32_sigaltstack *in, struct kern_sigaltstack *out) argument
225 sigaltstack_user64_to_kern(struct user64_sigaltstack *in, struct kern_sigaltstack *out) argument
233 sigaction_kern_to_user32(struct kern_sigaction *in, struct user32_sigaction *out) argument
241 sigaction_kern_to_user64(struct kern_sigaction *in, struct user64_sigaction *out) argument
250 __sigaction_user32_to_kern(struct __user32_sigaction *in, struct __kern_sigaction *out) argument
259 __sigaction_user64_to_kern(struct __user64_sigaction *in, struct __kern_sigaction *out) argument
[all...]
H A Dtty.c240 termios32to64(struct termios32 *in, struct user_termios *out) argument
255 termios64to32(struct user_termios *in, struct termios32 *out) argument
[all...]
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c167 char out[] = "stdout"; local
/xnu-2422.115.4/bsd/net/
H A Drtsock.c709 rt_setmetrics(u_int32_t which, struct rt_metrics *in, struct rtentry *out) argument
746 rt_getmetrics(struct rtentry *in, struct rt_metrics *out) argument
[all...]
H A Dif_utun_crypto.h257 utun_crypto_framer_dtls_out_args_v1_t out; member in union:utun_crypto_framer_dtls_args_v1::__anon201
359 utun_crypto_framer_dtls_out_state_t out; member in union:utun_crypto_framer_dtls_state::__anon204

Completed in 190 milliseconds

12