Searched defs:out (Results 126 - 150 of 819) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/openssl/crypto/idea/
H A Di_ofb64.c67 void idea_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/modes/
H A Dcbc128.c66 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, argument
116 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
[all...]
H A Dxts128.c61 CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16], const unsigned char *inp, unsigned char *out, size_t len, int enc) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/rc2/
H A Drc2cfb64.c68 void RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Drc2ofb64.c67 void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c68 void RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Drc5ofb64.c67 void RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/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 void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size) argument
/freebsd-10-stable/contrib/xz/src/liblzma/common/
H A Doutqueue.c147 lzma_outq_read(lzma_outq *restrict outq, uint8_t *restrict out, argument
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dexptest.c181 BIO *out = NULL; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dcat-cmd.c51 svn_stream_t *out; local
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c83 unsigned char out[20]; local
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fw.c32 static int mlx5_cmd_query_adapter(struct mlx5_core_dev *dev, u32 *out, argument
48 u32 *out; local
72 u32 *out; local
95 u32 out[MLX5_ST_SZ_DW(query_special_contexts_out)]; local
262 u32 out[MLX5_ST_SZ_DW(init_hca_out)]; local
276 u32 out[MLX5_ST_SZ_DW(teardown_hca_out)]; local
291 struct mlx5_cmd_set_dc_cnak_mbox_out out; local
[all...]
H A Dmlx5_core.h77 mlx5_cmd_exec_check_status(struct mlx5_core_dev *dev, u32 *in, int in_size, u32 *out, int out_size) argument
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c42 strtoint(const char *s_arg, uint64_t *out, uint32_t base, int sign) argument
/freebsd-10-stable/contrib/apr-util/misc/
H A Dapr_queue.c47 unsigned int out; /**< next filled location */ member in struct:apr_queue_t
[all...]
/freebsd-10-stable/contrib/gdb/gdb/cli/
H A Dcli-logging.c33 struct ui_file *out; member in struct:saved_output_files
/freebsd-10-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h98 simple_output *out; member in class:html_table
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBInstructionList.cpp84 SBInstructionList::Print (FILE *out) argument
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_bitstring.c210 FILE *out; local
/freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/
H A Dosm_console_io.h73 FILE *out; member in struct:osm_console
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_console_io.c143 void osm_console_prompt(FILE * out) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddebug_reporter.c33 svn_stream_t *out; member in struct:report_baton
125 svn_stream_t *out; local
[all...]
/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

Completed in 246 milliseconds

1234567891011>>