Searched defs:in (Results 101 - 125 of 650) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Dofb64ede.c65 void DES_ede3_ofb64_encrypt(register const unsigned char *in, argument
119 DES_ede2_ofb64_encrypt(register unsigned char *in, register unsigned char *out, long length, DES_key_schedule k1, DES_key_schedule k2, DES_cblock (*ivec), int *num) argument
[all...]
H A Dofb64enc.c65 void DES_ofb64_encrypt(register const unsigned char *in, argument
[all...]
H A Dofb_enc.c67 void DES_ofb_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Dpcbc_enc.c67 const unsigned char *in; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistputil.c44 ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, size_t felem_size, void *tmp_felems, void (*felem_one)(void *out), int (*felem_is_zero)(const void *in), void (*felem_assign)(void *out, const void *in), void (*felem_square)(void *out, const void *in), void (*felem_mul)(void *out, const void *in1, const void *in2), void (*felem_inv)(void *out, const void *in), void (*felem_contract)(void *out, const void *in)) argument
183 ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsigned char in) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ecdh/
H A Dech_ossl.c108 ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen)) argument
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A De_rc4.c131 rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
H A De_xcbc_d.c116 desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/idea/
H A Di_cfb64.c67 void idea_cfb64_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Di_ofb64.c66 void idea_ofb64_encrypt(const unsigned char *in, unsigne argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/modes/
H A Dcbc128.c66 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, argument
115 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...]
/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A Drc2cfb64.c67 void RC2_cfb64_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Drc2ofb64.c66 void RC2_ofb64_encrypt(const unsigned char *in, unsigne argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c67 void RC5_32_cfb64_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Drc5ofb64.c66 void RC5_32_ofb64_encrypt(const unsigned char *in, unsigne argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dby_file.c133 BIO *in=NULL; local
200 BIO *in=NULL; local
268 BIO *in; local
[all...]
/freebsd-10.0-release/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c99 _citrus_iconv_none_iconv_convert(struct _citrus_iconv * __restrict ci __unused, const 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.0-release/sys/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c257 uni_encode(struct uni_msg *msg, struct uni_all *in, struct unicx *cx) argument
[all...]
/freebsd-10.0-release/sys/contrib/xz-embedded/userspace/
H A Dboottest.c24 static uint8_t in[1024 * 1024]; variable
/freebsd-10.0-release/sys/netgraph/
H A Dng_split.c69 hook_p in; member in struct:ng_split_private
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-conj.c77 complex float in; local
85 __imag__ in = tests[2 * i + 1]; local
88 assert(fpequal(libcrealf(in), __real__ in)); local
89 assert(fpequal(libcreal(in), __real_ local
90 assert(fpequal(libcreall(in), __real__ in)); local
91 assert(fpequal(libcimagf(in), __imag__ in)); local
92 assert(fpequal(libcimag(in), __imag__ in)); local
93 assert(fpequal(libcimagl(in), __imag__ in)); local
[all...]
/freebsd-10.0-release/usr.sbin/bhyve/
H A Ddbgport.c54 dbg_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, argument
/freebsd-10.0-release/usr.sbin/ppp/
H A Dauth.h45 } in; member in struct:authinfo
/freebsd-10.0-release/contrib/apr-util/misc/
H A Dapr_queue.c46 unsigned int in; /**< next empty location */ member in struct:apr_queue_t
[all...]
/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h128 int in; member in class:html_indent

Completed in 190 milliseconds

1234567891011>>