Searched defs:in (Results 151 - 175 of 706) sorted by relevance

1234567891011>>

/freebsd-10.3-release/usr.sbin/ppp/
H A Dauth.h45 } in; member in struct:authinfo
/freebsd-10.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_console_io.h72 FILE *in; member in struct:osm_console
/freebsd-10.3-release/contrib/ntp/lib/isc/tests/
H A Dsocket_test.c86 struct in_addr in; local
157 struct in_addr in; local
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DSharedCluster.h24 template<class Y> shared_ptr_refcount (Y *in) : shared_count (0), manager(in) {} argument
/freebsd-10.3-release/crypto/heimdal/kuser/
H A Dkdecode_ticket.c102 krb5_creds in, *out; local
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/kadm5/
H A Dmarshall.c321 _kadm5_unmarshal_params(krb5_context context, krb5_data *in, kadm5_config_params *params) argument
/freebsd-10.3-release/contrib/wpa/src/crypto/
H A Dcrypto_internal-rsa.c63 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
72 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
H A Dmd5-internal.c205 MD5Transform(u32 buf[4], u32 const in[16]) argument
[all...]
H A Dsha256-internal.c145 int sha256_process(struct sha256_state *md, const unsigned char *in, argument
/freebsd-10.3-release/contrib/wpa/src/tls/
H A Dpkcs1.c16 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
79 pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, int use_private, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
95 pkcs1_v15_private_key_decrypt(struct crypto_rsa_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
H A Drsa.c242 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, argument
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dupnp_xml.c78 int xml_next_tag(const char *in, const char **out, argument
[all...]
/freebsd-10.3-release/contrib/xz/src/liblzma/common/
H A Dalone_encoder.c34 alone_encode(lzma_coder *coder, const lzma_allocator *allocator lzma_attribute((__unused__)), const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
H A Dauto_decoder.c33 auto_decode(lzma_coder *coder, const lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
/freebsd-10.3-release/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.c30 delta_decode(lzma_coder *coder, const lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
/freebsd-10.3-release/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h29 rc_read_init(lzma_range_decoder *rc, const uint8_t *restrict in, argument
/freebsd-10.3-release/contrib/serf/
H A Dincoming.c66 apr_socket_t *in; local
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbf_null.c128 static int nullf_write(BIO *b, const char *in, int inl) argument
[all...]
H A Dbss_mem.c171 static int mem_write(BIO *b, const char *in, int inl) argument
[all...]
H A Dbss_null.c109 static int null_write(BIO *b, const char *in, int inl) argument
H A Dbss_sock.c150 static int sock_write(BIO *b, const char *in, int inl) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/des/
H A Dcfb64ede.c68 void DES_ede3_cfb64_encrypt(const unsigned char *in, unsigne argument
131 DES_ede2_cfb64_encrypt(unsigned char *in, unsigned char *out, long length, DES_key_schedule ks1, DES_key_schedule ks2, DES_cblock (*ivec), int *num, int enc) argument
145 DES_ede3_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec, int enc) argument
[all...]
H A Dede_cbcm_enc.c77 void DES_ede3_cbcm_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
H A Dxcbc_enc.c127 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/ecdh/
H A Decdhtest.c109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, argument

Completed in 239 milliseconds

1234567891011>>