Searched defs:in (Results 76 - 100 of 873) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c76 int idx, in; local
/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A DdecLibrary.c94 __dec_byte_swap (uint32_t in) argument
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestsiphash.c115 u8 in[MAXLEN], out[8], k[16]; local
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c201 __archive_check_child(int in, int out) argument
[all...]
/freebsd-12-stable/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-12-stable/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dgenerichash_blake2b.c11 crypto_generichash_blake2b(unsigned char *out, size_t outlen, const unsigned char *in, unsigned long long inlen, const unsigned char *key, size_t keylen) argument
27 crypto_generichash_blake2b_salt_personal( unsigned char *out, size_t outlen, const unsigned char *in, unsigned long long inlen, const unsigned char *key, size_t keylen, const unsigned char *salt, const unsigned char *personal) argument
92 crypto_generichash_blake2b_update(crypto_generichash_blake2b_state *state, const unsigned char *in, unsigned long long inlen) argument
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/
H A Dcrypto_onetimeauth.c24 crypto_onetimeauth(unsigned char *out, const unsigned char *in, argument
31 crypto_onetimeauth_verify(const unsigned char *h, const unsigned char *in, argument
46 crypto_onetimeauth_update(crypto_onetimeauth_state *state, const unsigned char *in, unsigned long long inlen) argument
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c84 crypto_onetimeauth_poly1305_donna_update( crypto_onetimeauth_poly1305_state *state, const unsigned char *in, unsigned long long inlen) argument
103 crypto_onetimeauth_poly1305_donna_verify(const unsigned char *h, const unsigned char *in, unsigned long long inlen, const unsigned char *k) argument
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.c18 crypto_onetimeauth_poly1305(unsigned char *out, const unsigned char *in, argument
25 crypto_onetimeauth_poly1305_verify(const unsigned char *h, const unsigned char *in, unsigned long long inlen, const unsigned char *k) argument
41 crypto_onetimeauth_poly1305_update(crypto_onetimeauth_poly1305_state *state, const unsigned char *in, unsigned long long inlen) argument
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblake2b-long.c13 blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen) argument
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash24_ref.c6 crypto_shorthash_siphash24(unsigned char *out, const unsigned char *in, argument
[all...]
H A Dshorthash_siphashx24_ref.c6 crypto_shorthash_siphashx24(unsigned char *out, const unsigned char *in, argument
[all...]
/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Dgenerichash.c1298 unsigned char *in; local
1338 unsigned char in[MAXLEN]; local
1376 assert(crypto_generichash(NULL, (unsigned long long) sizeof in, local
1377 in, (unsigned long long) sizeof in, local
[all...]
/freebsd-12-stable/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-12-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c89 AES_PRF(krb5_context context, krb5_crypto crypto, const krb5_data *in, krb5_data *out) argument
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dstream_decompress.c71 ZSTD_inBuffer in = makeInBuffer(&src, &size); local
/freebsd-12-stable/sys/compat/cloudabi/
H A Dcloudabi_clock.c42 cloudabi_convert_clockid(cloudabi_clockid_t in, clockid_t *out) argument
64 cloudabi_convert_timespec(const struct timespec *in, cloudabi_timestamp_t *out) argument
H A Dcloudabi_mem.c40 convert_mprot(cloudabi_mprot_t in, int *out) argument
/freebsd-12-stable/lib/libc/iconv/
H A Dcitrus_lookup_factory.c96 _citrus_lookup_factory_convert(FILE *out, FILE *in) argument
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mad.c42 u32 *in; local
[all...]
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_inode_cnv.c57 ext2_print_inode(struct inode *in) argument
[all...]
/freebsd-12-stable/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-12-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_mime.c17 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) argument
23 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) argument
/freebsd-12-stable/crypto/openssl/crypto/rc2/
H A Drc2cfb64.c19 void RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Drc2ofb64.c18 void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument

Completed in 589 milliseconds

1234567891011>>