Searched defs:in (Results 76 - 100 of 802) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dcbc_cksm.c61 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, argument
[all...]
H A Dcfb64enc.c67 void DES_cfb64_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Decb3_enc.c67 const unsigned char *in = &(*input)[0]; local
[all...]
H A Dncbc_enc.c67 void DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
[all...]
H A Dofb64ede.c66 void DES_ede3_ofb64_encrypt(register const unsigned char *in, argument
116 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.c66 void DES_ofb64_encrypt(register const unsigned char *in, argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c89 AES_PRF(krb5_context context, krb5_crypto crypto, const krb5_data *in, krb5_data *out) argument
/freebsd-11-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-11-stable/lib/libc/iconv/
H A Dcitrus_lookup_factory.c94 _citrus_lookup_factory_convert(FILE *out, FILE *in) argument
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistputil.c42 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
202 ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsigned char in) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_idea.c76 idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
H A De_null.c94 null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Di_cfb64.c68 void idea_cfb64_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Di_ofb64.c67 void idea_ofb64_encrypt(const unsigned char *in, unsigne argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dcbc128.c66 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, argument
116 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-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_mime.c65 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) argument
71 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2cfb64.c68 void RC2_cfb64_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Drc2ofb64.c67 void RC2_ofb64_encrypt(const unsigned char *in, unsigne argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4.c76 FILE *in local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c68 void RC5_32_cfb64_encrypt(const unsigned char *in, unsigne argument
[all...]
H A Drc5ofb64.c67 void RC5_32_ofb64_encrypt(const unsigned char *in, unsigne argument
[all...]

Completed in 190 milliseconds

1234567891011>>