Searched defs:in (Results 101 - 125 of 706) sorted by relevance

1234567891011>>

/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbindresvport.c57 struct sockaddr_in *in; local
/freebsd-10.3-release/crypto/openssh/
H A Drsa.c75 rsa_public_encrypt(BIGNUM *out, BIGNUM *in, RSA *key) argument
121 rsa_private_decrypt(BIGNUM *out, BIGNUM *in, RSA *key) argument
[all...]
/freebsd-10.3-release/crypto/openssl/apps/
H A Dnseq.c74 BIO *in = NULL, *out = NULL; local
[all...]
H A Dpkeyparam.c73 BIO *in = NULL, *out = NULL; local
[all...]
/freebsd-10.3-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fw.c35 u32 in[MLX5_ST_SZ_DW(query_adapter_in)]; local
94 u32 in[MLX5_ST_SZ_D local
213 u32 in[MLX5_ST_SZ_DW(init_hca_in)]; local
227 u32 in[MLX5_ST_SZ_DW(teardown_hca_in)]; local
[all...]
/freebsd-10.3-release/lib/msun/tests/
H A Dconj_test.c77 complex float in; local
85 __imag__ in = tests[2 * i + 1]; local
88 assert(fpequal(libcrealf(in), __real__ in)); local
89 assert(fpequal(libcreal(in), __real_ local
90 assert(fpequal(libcreall(in), __real__ in)); local
91 assert(fpequal(libcimagf(in), __imag__ in)); local
92 assert(fpequal(libcimag(in), __imag__ in)); local
93 assert(fpequal(libcimagl(in), __imag__ in)); local
[all...]
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c199 __archive_check_child(int in, int out) argument
[all...]
/freebsd-10.3-release/contrib/libpcap/tests/
H A Dfindalldevstest.c121 static char *iptos(bpf_u_int32 in) argument
/freebsd-10.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_nettomedia.c44 mib_find_arp(const struct mibif *ifp, struct in_addr in) argument
63 mib_arp_create(const struct mibif *ifp, struct in_addr in, const u_char *phys, argument
/freebsd-10.3-release/sys/contrib/ngatm/netnatm/misc/
H A Dstraddr.c50 uni_str2nsap(u_char *out, const char *in) argument
132 uni_prefix2str(char *out, const u_char *in, u_int len, int dotit) argument
189 uni_nsap2str(char *out, const u_char *in, int dotit) argument
[all...]
/freebsd-10.3-release/usr.bin/make/
H A Dproc.h36 int in; /* stdin for new process */ member in struct:ProcStuff
/freebsd-10.3-release/usr.bin/what/
H A Dwhat.c57 FILE *in; local
110 search(bool one, bool quiet, FILE *in) argument
[all...]
/freebsd-10.3-release/usr.sbin/bhyve/
H A Datkbdc.c51 atkbdc_data_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, argument
63 atkbdc_sts_ctl_handler(struct vmctx *ctx, int vcpu, int in, int port, argument
/freebsd-10.3-release/usr.sbin/nandtool/
H A Dnand_writeoob.c43 char *dev, *in; local
[all...]
/freebsd-10.3-release/usr.bin/gzip/
H A Dunbzip2.c37 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) argument
/freebsd-10.3-release/usr.sbin/utx/
H A Dutx.c39 b16_pton(const char *in, char *out, size_t len) argument
/freebsd-10.3-release/contrib/libucl/tests/
H A Dtest_basic.c33 FILE *in, *out; local
[all...]
/freebsd-10.3-release/contrib/libucl/utils/
H A Dobjdump.c103 FILE *in; local
[all...]
/freebsd-10.3-release/contrib/ntp/lib/isc/
H A Dmd5.c122 transform(isc_uint32_t buf[4], isc_uint32_t const in[16]) { argument
[all...]
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dbase64.c33 const unsigned char *end, *in; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/bf/
H A Dbf_enc.c225 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/bn/
H A Dbn_gcd.c226 BN_mod_inverse(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) argument
541 BN_mod_inverse_no_branch(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/cast/
H A Dc_enc.c126 void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
H A Dcasttest.c82 static unsigned char in[8] = variable
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/cms/
H A Dcms_io.c100 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags) argument
106 int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, argument
[all...]

Completed in 796 milliseconds

1234567891011>>