Searched defs:in (Results 51 - 75 of 802) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A Dcmll_misc.c70 void Camellia_encrypt(const unsigned char *in, unsigned char *out, argument
76 void Camellia_decrypt(const unsigned char *in, unsigned char *out, argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Derrorlist.c68 _wind_stringprep_prohibited(const uint32_t *in, size_t in_len, argument
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_iconv.h54 _citrus_iconv_convert(struct _citrus_iconv * __restrict cv, char * __restrict * __restrict in, size_t * __restrict inbytes, char * __restrict * __restrict out, size_t * __restrict outbytes, uint32_t flags, size_t * __restrict nresults) argument
/freebsd-11-stable/lib/libc/inet/
H A Dinet_ntoa.c54 inet_ntoa(struct in_addr in) { argument
63 inet_ntoa_r(struct in_addr in, char *buf, socklen_t size) argument
/freebsd-11-stable/sys/xen/interface/io/
H A Dconsole.h35 char in[1024]; member in struct:xencons_interface
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Dech_key.c72 ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *eckey, void *(*KDF) (const void *in, size_t inlen, void *out, size_t *outlen)) argument
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Di_ecb.c73 void idea_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dofb128.c67 void CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
H A Dwrap128.c68 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
103 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/seed/
H A Dseed_cfb.c111 SEED_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int *num, int enc) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dc_rle.c30 rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
45 rle_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
H A Dcomp_lib.c35 COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) argument
51 COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) argument
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpost.c42 post_data_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c76 int idx, in; local
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecLibrary.c94 __dec_byte_swap (uint32_t in) argument
/freebsd-11-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-11-stable/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-11-stable/crypto/openssl/apps/
H A Dnseq.c74 BIO *in = NULL, *out = NULL; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Devp_asn1.c103 ASN1_INTEGER in; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbf_cbc.c62 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
[all...]
H A Dbf_cfb64.c68 void BF_cfb64_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Dbf_ofb64.c67 void BF_ofb64_encrypt(const unsigned char *in, unsigne argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/buffer/
H A Dbuffer.c170 BUF_reverse(unsigned char *out, const unsigned char *in, size_t size) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dc_cfb64.c68 void CAST_cfb64_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Dc_ofb64.c67 void CAST_ofb64_encrypt(const unsigned char *in, unsigne argument
[all...]

Completed in 138 milliseconds

1234567891011>>