Searched defs:in (Results 176 - 200 of 706) sorted by relevance

1234567891011>>

/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A Dbio_md.c147 static int md_write(BIO *b, const char *in, int inl) argument
[all...]
H A Ddigest.c278 EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in) argument
284 EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/idea/
H A Di_cbc.c62 void idea_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
H A Dideatest.c79 unsigned char in[8] = { 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03 }; variable
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/modes/
H A Dctr128.c119 void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigne argument
198 CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, ctr128_f func) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/pem/
H A Dpem_seal.c121 PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c175 unsigned char *in local
74 PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, int passlen, unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/rand/
H A Drandfile.c125 FILE *in; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c62 void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
[all...]
/freebsd-10.3-release/lib/libedit/
H A Dparse.c215 parse__string(char *out, const char *in) argument
[all...]
/freebsd-10.3-release/lib/libz/
H A Dinffast.c72 z_const unsigned char FAR *in; /* local strm->next_in */ local
[all...]
/freebsd-10.3-release/lib/libc/iconv/
H A Dcitrus_pivot_factory.c200 _citrus_pivot_factory_convert(FILE *out, FILE *in) argument
/freebsd-10.3-release/lib/libc/net/
H A Dlinkaddr.c131 const u_char *in, *inlim; local
/freebsd-10.3-release/crypto/heimdal/lib/wind/
H A Dtest-normalize.c87 uint32_t in[MAX_LENGTH_CANON]; local
H A Dutf8.c115 wind_utf8ucs4(const char *in, uint32_t *out, size_t *out_len) argument
151 wind_utf8ucs4_length(const char *in, size_t *out_len) argument
179 wind_ucs4utf8(const uint32_t *in, size_t in_len, char *out, size_t *out_len) argument
241 wind_ucs4utf8_length(const uint32_t *in, size_t in_len, size_t *out_len) argument
325 wind_ucs2write(const uint16_t *in, size_t in_len, unsigned int *flags, void *ptr, size_t *out_len) argument
396 wind_utf8ucs2(const char *in, uint16_t *out, size_t *out_len) argument
435 wind_utf8ucs2_length(const char *in, size_t *out_len) argument
458 wind_ucs2utf8(const uint16_t *in, size_t in_len, char *out, size_t *out_len) argument
513 wind_ucs2utf8_length(const uint16_t *in, size_t in_len, size_t *out_len) argument
[all...]
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dmd5.c159 u_int32_t a, b, c, d, in[MD5_BLOCK_LENGTH / 4]; local
[all...]
/freebsd-10.3-release/crypto/openssl/apps/
H A Dcrl2p7.c92 BIO *in local
296 BIO *in = NULL; local
[all...]
H A Ddh.c94 BIO *in local
[all...]
H A Dpkcs7.c88 BIO *in local
[all...]
H A Dpkey.c75 BIO *in = NULL, *out = NULL; local
[all...]
H A Dsess_id.c266 BIO *in = NULL; local
[all...]
H A Dspkac.c87 BIO *in = NULL, *out = NULL; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/aes/
H A Daes_ige.c79 void AES_ige_encrypt(const unsigned char *in, unsigned char *out, argument
208 AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, const AES_KEY *key2, const unsigned char *ivec, const int enc) argument
[all...]
H A Daes_wrap.c63 AES_wrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
97 AES_unwrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
[all...]
/freebsd-10.3-release/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h146 const uint8_t *in; member in struct:xz_buf
[all...]

Completed in 223 milliseconds

1234567891011>>