Searched defs:in (Results 26 - 50 of 802) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbf_ecb.c82 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
H A Dbf_skey.c77 BF_LONG *p, ri, in[2]; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A Dcmll_cbc.c55 void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dcmll_ecb.c62 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
H A Dcmll_ofb.c116 Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num) argument
[all...]
H A Dcmll_cfb.c117 Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) argument
127 Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) argument
135 Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) argument
[all...]
H A Dcmll_ctr.c55 void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dc_ecb.c65 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dcrypt.c67 des_cipher(const char *in, char *out, long salt __unused, int num_iter __unused) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2_ecb.c74 void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5_ecb.c65 void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/seed/
H A Dseed_cbc.c55 void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dseed_ofb.c111 SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int *num) argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mcg.c36 u32 in[MLX5_ST_SZ_DW(attach_to_mcg_in)] = {0}; local
50 u32 in[MLX5_ST_SZ_D local
[all...]
H A Dmlx5_pd.c35 u32 in[MLX5_ST_SZ_DW(alloc_pd_in)] = {0}; local
52 u32 in[MLX5_ST_SZ_DW(dealloc_pd_in)] = {0}; local
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dhash.cpp185 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L) local
/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.h55 unsigned char in[64]; /* input buffer */ member in struct:__anon22
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dnetaddr.h39 struct in_addr in; member in union:isc_netaddr::__anon4834
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Diterated_hash.c27 isc_iterated_hash(unsigned char out[ISC_SHA1_DIGESTLENGTH], unsigned int hashalg, int iterations, const unsigned char *salt, int saltlength, const unsigned char *in, int inlength) argument
/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A Dbytetest.c16 static uint8_t in[1]; variable
/freebsd-11-stable/sys/crypto/rijndael/
H A Dtest00.c46 uint8_t in[LL]; local
[all...]
/freebsd-11-stable/crypto/heimdal/kcm/
H A Drenew.c43 krb5_creds in, *out; local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dhash.c30 int crypto_hash_sha512(unsigned char *out,const unsigned char *in,unsigned long long inlen) argument
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes_cfb.c61 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, argument
71 void AES_cfb1_encrypt(const unsigned char *in, unsigne argument
79 AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num, const int enc) argument
[all...]
H A Daes_ctr.c55 void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out, argument

Completed in 119 milliseconds

1234567891011>>