Searched defs:out (Results 1 - 25 of 34) sorted by path

12

/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/SETUP/md/
H A Dmd.c111 FILE *out; variable
[all...]
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/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:__anon40
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c176 siginfo_user_to_user32(user_siginfo_t *in, user32_siginfo_t *out) argument
191 siginfo_user_to_user64(user_siginfo_t *in, user64_siginfo_t *out) argument
[all...]
H A Dkern_sig.c195 sigaltstack_kern_to_user32(struct kern_sigaltstack *in, struct user32_sigaltstack *out) argument
203 sigaltstack_kern_to_user64(struct kern_sigaltstack *in, struct user64_sigaltstack *out) argument
216 sigaltstack_user32_to_kern(struct user32_sigaltstack *in, struct kern_sigaltstack *out) argument
223 sigaltstack_user64_to_kern(struct user64_sigaltstack *in, struct kern_sigaltstack *out) argument
231 sigaction_kern_to_user32(struct kern_sigaction *in, struct user32_sigaction *out) argument
239 sigaction_kern_to_user64(struct kern_sigaction *in, struct user64_sigaction *out) argument
248 __sigaction_user32_to_kern(struct __user32_sigaction *in, struct __kern_sigaction *out) argument
257 __sigaction_user64_to_kern(struct __user64_sigaction *in, struct __kern_sigaction *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 Dtty.c240 termios32to64(struct termios32 *in, struct user_termios *out) argument
255 termios64to32(struct user_termios *in, struct termios32 *out) argument
[all...]
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c170 char out[] = "stdout"; local
/darwin-on-arm/xnu/bsd/net/
H A Dbsd_comp.c305 u_int out; local
H A Dppp_deflate.c391 u_int out; local
H A Drtsock.c755 rt_setmetrics(u_int32_t which, struct rt_metrics *in, struct rtentry *out) argument
795 rt_getmetrics(struct rtentry *in, struct rt_metrics *out) argument
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c1572 struct tcp_measure_bw_burst out; local
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c2885 nfs_gss_mach_vmcopyout(vm_map_copy_t in, uint32_t len, u_char *out) argument
3422 gss_des_crypt(gss_key_info *ki, des_cblock *in, des_cblock *out, int32_t len, des_cblock *iv, des_cblock *retiv, int encrypt, int usage) argument
[all...]
H A Dnfs_gss_crypto.c76 krb5_nfold(unsigned int inbits, const unsigned char *in, unsigned int outbits, unsigned char *out) argument
/darwin-on-arm/xnu/bsd/sys/
H A Dpipe.h102 u_int out; /* out pointer */ member in struct:pipebuf
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c3530 int out, error; local
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1540 uint8_t * out; local
1598 uint8_t * out; local
[all...]
H A DIOPMrootDomain.cpp7653 OSDictionary *out = OSDictionary::withCapacity(3); local
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/libkern/zlib/
H A Dcrc32.c186 FILE *out; local
[all...]

Completed in 141 milliseconds

12