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

1234567891011>>

/freebsd-12-stable/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c19 void RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Drc5ofb64.c18 void RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-12-stable/crypto/heimdal/lib/wind/
H A Dbidi.c72 _wind_stringprep_testbidi(const uint32_t *in, size_t in_len, wind_profile_flags flags) argument
H A Dmap.c53 _wind_stringprep_map(const uint32_t *in, size_t in_len, argument
H A Dstringprep.c56 wind_stringprep(const uint32_t *in, size_t in_len, argument
H A Dtest-ldap.c46 uint32_t in[MAX_LENGTH]; member in struct:testcase
H A Dtest-map.c47 uint32_t in[MAX_LENGTH]; member in struct:example
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbindresvport.c57 struct sockaddr_in *in; local
/freebsd-12-stable/crypto/openssl/crypto/bf/
H A Dbf_cfb64.c19 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dbf_ofb64.c18 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-12-stable/crypto/openssl/crypto/buffer/
H A Dbuffer.c148 void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size) argument
/freebsd-12-stable/crypto/openssl/crypto/cast/
H A Dc_cfb64.c19 void CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dc_ofb64.c18 void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-12-stable/crypto/openssl/crypto/comp/
H A Dcomp_lib.c59 COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) argument
74 COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) argument
/freebsd-12-stable/crypto/openssl/crypto/des/
H A Dcbc_cksm.c12 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, argument
H A Dcfb64enc.c18 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Decb3_enc.c18 const unsigned char *in = &(*input)[0]; local
H A Decb_enc.c35 const unsigned char *in = &(*input)[0]; local
H A Dncbc_enc.c19 void DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
[all...]
H A Dofb64ede.c17 void DES_ede3_ofb64_encrypt(register const unsigned char *in, argument
H A Dofb64enc.c17 void DES_ofb64_encrypt(register const unsigned char *in, argument
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_idea.c33 idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
H A De_null.c44 null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
H A De_rc4.c76 rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
/freebsd-12-stable/crypto/openssl/crypto/idea/
H A Di_cfb64.c19 void IDEA_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument

Completed in 191 milliseconds

1234567891011>>