Searched defs:in (Results 126 - 150 of 738) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/openssl/crypto/rc5/
H A Drc5ofb64.c67 void RC5_32_ofb64_encrypt(const unsigned char *in, unsigne argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dby_file.c128 BIO *in = NULL; local
187 BIO *in = NULL; local
247 BIO *in; local
[all...]
/freebsd-10-stable/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c99 _citrus_iconv_none_iconv_convert(struct _citrus_iconv * __restrict ci __unused, char * __restrict * __restrict in, size_t * __restrict inbytes, char * __restrict * __restrict out, size_t * __restrict outbytes, uint32_t flags __unused, size_t * __restrict invalids) argument
/freebsd-10-stable/crypto/openssl/crypto/buffer/
H A Dbuffer.c170 BUF_reverse(unsigned char *out, const unsigned char *in, size_t size) argument
[all...]
/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvpmtmr.c81 vpmtmr_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes, argument
/freebsd-10-stable/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-stable/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c70 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, voi argument
86 ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) argument
107 ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x) argument
127 ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x) argument
145 asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) argument
[all...]
/freebsd-10-stable/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
261 u32 in[MLX5_ST_SZ_DW(init_hca_in)]; local
275 u32 in[MLX5_ST_SZ_DW(teardown_hca_in)]; local
290 struct mlx5_cmd_set_dc_cnak_mbox_in *in; local
[all...]
H A Dmlx5_core.h77 static inline int mlx5_cmd_exec_check_status(struct mlx5_core_dev *dev, u32 *in, argument
/freebsd-10-stable/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c88 int MDC2_Update(MDC2_CTX *c, const unsigned char *in, size_ argument
120 mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len) argument
[all...]
/freebsd-10-stable/contrib/apr-util/misc/
H A Dapr_queue.c46 unsigned int in; /**< next empty location */ member in struct:apr_queue_t
[all...]
/freebsd-10-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h128 int in; member in class:html_indent
/freebsd-10-stable/contrib/ipfilter/ipsd/
H A Dsbpf.c98 time_t in = time(NULL); local
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipsyncs.c63 struct sockaddr_in in; local
/freebsd-10-stable/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-stable/contrib/ofed/management/opensm/include/opensm/
H A Dosm_console_io.h72 FILE *in; member in struct:osm_console
/freebsd-10-stable/contrib/serf/
H A Dincoming.c66 apr_socket_t *in; local
/freebsd-10-stable/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
/freebsd-10-stable/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
/freebsd-10-stable/contrib/wpa/src/wps/
H A Dupnp_xml.c78 int xml_next_tag(const char *in, const char **out, argument
[all...]
/freebsd-10-stable/crypto/heimdal/kuser/
H A Dkdecode_ticket.c102 krb5_creds in, *out; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Dmarshall.c321 _kadm5_unmarshal_params(krb5_context context, krb5_data *in, kadm5_config_params *params) argument
/freebsd-10-stable/crypto/heimdal/lib/wind/
H A Dpunycode.c89 wind_punycode_label_toascii(const uint32_t *in, size_t in_len, argument
[all...]
H A Dtest-normalize.c87 uint32_t in[MAX_LENGTH_CANON]; local
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dexclude.c86 FILE *in; local

Completed in 103 milliseconds

1234567891011>>