Searched defs:out (Results 26 - 50 of 819) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/openssl/crypto/camellia/
H A Dcmll_ecb.c62 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dcmll_cfb.c117 void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out, argument
127 void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out, argument
135 void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out, argument
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
/freebsd-10-stable/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl139 sub out { subroutine
195 sub out { subroutine
236 sub out { subroutine
324 sub out { subroutine
345 sub out { subroutine
413 sub out { subroutine
646 sub out { subroutine
[all...]
/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c30 FILE *out; local
[all...]
/freebsd-10-stable/crypto/heimdal/kcm/
H A Drenew.c43 krb5_creds in, *out; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/wind/
H A Dldap.c38 put_char(uint32_t *out, size_t *o, uint32_t c, size_t out_len) argument
48 _wind_ldap_case_exact_attribute(const uint32_t *tmp, size_t olen, uint32_t *out, size_t *out_len) argument
[all...]
/freebsd-10-stable/sys/contrib/xz-embedded/userspace/
H A Dxzminidec.c23 static uint8_t out[BUFSIZ]; variable
/freebsd-10-stable/sys/crypto/siphash/
H A Dsiphash_test.c113 uint8_t in[MAXLEN], out[8], k[16]; local
/freebsd-10-stable/sys/xen/interface/io/
H A Dconsole.h36 char out[2048]; member in struct:xencons_interface
/freebsd-10-stable/crypto/openssl/apps/
H A Derrstr.c88 BIO *out = NULL; local
98 lh_ERR_STRING_DATA_node_stats_bio(ERR_get_string_table(), out); local
99 lh_ERR_STRING_DATA_stats_bio(ERR_get_string_table(), out); local
101 out); local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dt_spki.c74 int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/bf/
H A Dbf_ecb.c82 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/cast/
H A Dc_ecb.c65 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/comp/
H A Dc_rle.c30 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, argument
46 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/ecdh/
H A Dech_key.c72 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, argument
/freebsd-10-stable/crypto/openssl/crypto/idea/
H A Di_ecb.c73 void idea_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/rc2/
H A Drc2_ecb.c74 void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, argument
/freebsd-10-stable/crypto/openssl/crypto/rc5/
H A Drc5_ecb.c65 void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-10-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-10-stable/contrib/ntp/lib/isc/
H A Diterated_hash.c27 isc_iterated_hash(unsigned char out[ISC_SHA1_DIGESTLENGTH], argument
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mad.c37 struct mlx5_mad_ifc_mbox_out *out = NULL; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/seed/
H A Dseed_cfb.c111 void SEED_cfb128_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/aes/
H A Daes_cfb.c61 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, argument
71 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out, argument
79 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, argument
H A Daes_ctr.c55 void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out, argument

Completed in 125 milliseconds

1234567891011>>