Searched defs:in (Results 226 - 250 of 706) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/xz/src/liblzma/common/
H A Dblock_decoder.c77 block_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
H A Dblock_encoder.c48 block_encode(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
H A Dcommon.c94 lzma_bufcpy(const uint8_t *restrict in, size_t *restrict in_pos, argument
H A Dindex_decoder.c57 index_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 lzma_attribute((__unused__)), size_t *restrict out_pos lzma_attribute((__unused__)), size_t out_size lzma_attribute((__unused__)), lzma_action action lzma_attribute((__unused__))) argument
[all...]
H A Dstream_encoder.c81 stream_encode(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_encoder.c21 copy_and_encode(lzma_coder *coder, const uint8_t *restrict in, uint8_t *restrict out, size_t size) argument
52 delta_encode(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
[all...]
/freebsd-10.3-release/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c66 decode_buffer(lzma_coder *coder, 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) argument
128 lz_decode(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
[all...]
H A Dlz_decoder.h204 dict_write(lzma_dict *restrict dict, const uint8_t *restrict in, argument
H A Dlz_encoder.c81 fill_window(lzma_coder *coder, const lzma_allocator *allocator, const uint8_t *in, size_t *in_pos, size_t in_size, lzma_action action) argument
160 lz_encode(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
[all...]
/freebsd-10.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c57 lzma2_decode(lzma_coder *restrict coder, lzma_dict *restrict dict, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size) argument
[all...]
/freebsd-10.3-release/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c21 copy_or_code(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
69 simple_code(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
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Da_mbstr.c86 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, argument
92 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) argument
258 traverse_string(const unsigned char *p, int len, int inform, int (*rfunc) (unsigned long value, void *in), void *arg) argument
[all...]
H A Dtasn_utl.c164 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, argument
[all...]
H A Dx_name.c174 x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
411 asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in) argument
510 X509_NAME *in; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbf_buff.c212 static int buffer_write(BIO *b, const char *in, in argument
[all...]
H A Dbf_lbuf.c154 static int linebuffer_write(BIO *b, const char *in, in argument
[all...]
H A Dbf_nbio.c162 static int nbiof_write(BIO *b, const char *in, int inl) argument
[all...]
H A Dbss_fd.c159 fd_write(BIO *b, const char *in, int inl) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/cmac/
H A Dcmac.c135 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in) argument
210 CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/cms/
H A Dcms_pwri.c221 kek_unwrap_key(unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen, EVP_CIPHER_CTX *ctx) argument
274 kek_wrap_key(unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen, EVP_CIPHER_CTX *ctx) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c97 BIO *in = NULL; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/des/
H A Ddes_enc.c291 register const unsigned char *in; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A Dbio_enc.c236 enc_write(BIO *b, const char *in, int inl) argument
[all...]
H A De_des3.c91 des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
102 des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
123 des_ede_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
154 des_ede_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
178 des_ede3_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
197 des_ede3_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
H A De_rc4_hmac_md5.c115 rc4_hmac_md5_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
[all...]

Completed in 210 milliseconds

1234567891011>>