Searched defs:in (Results 1 - 25 of 30) 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
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...]
/darwin-on-arm/xnu/bsd/crypto/blowfish/
H A Dbf_skey.c76 BF_LONG *p, ri, in[2]; local
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c1510 strstr(const char *in, const char *str) argument
[all...]
H A Dfasttrap.c337 static volatile int in local
[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/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, struc 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, struc 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.c169 char in[] = "stdin"; local
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c463 struct in_addr in; local
643 stf_checkaddr4( struct stf_softc *sc, const struct in_addr *in, struct ifnet *inifp) argument
[all...]
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 Din.c188 inaddr_local(struct in_addr in) argument
226 in_localaddr(struct in_addr in) argument
267 in_canforward(struct in_addr in) argument
1754 in_broadcast(struct in_addr in, struct ifnet *ifp) argument
[all...]
H A Din_var.h255 uint16_t in; /* # o member in struct:ip_msource::ims_st
[all...]
H A Dtcp_usrreq.c1412 struct tcp_measure_bw_burst in; local
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_var.h706 uint16_t in; /* # of inclusive members */ member in struct:ip6_msource::im6s_st
[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, argument
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dpipe.h101 u_int in; /* in pointer */ member in struct:pipebuf
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1539 uint32_t alpha, in, color, result; local
1597 uint32_t alpha, in, color, result; local
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp989 checkMetaCastWithName( const OSSymbol * name, const OSMetaClassBase * in) argument
1007 checkMetaCastWithName( const OSString * name, const OSMetaClassBase * in) argument
1021 checkMetaCastWithName( const char * name, const OSMetaClassBase * in) argument
[all...]
/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_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/libkern/uuid/
H A Duuid.c131 uuid_parse(const uuid_string_t in, uuid_t uu) argument

Completed in 420 milliseconds

12