Searched defs:out (Results 101 - 125 of 819) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/wpa/src/utils/
H A Dbase64.c32 unsigned char *out, *pos; local
100 unsigned char dtable[256], *out, *pos, block[4], tmp; local
[all...]
/freebsd-10-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-10-stable/sys/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c44 uni_decode_head(struct uni_msg *msg, struct uni_all *out, argument
112 uni_decode_body_internal(enum uni_msgtype mtype, struct uni_msg *msg, union uni_msgall *out, struct unicx *cx) argument
231 uni_decode_body(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) argument
246 uni_decode(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) argument
[all...]
/freebsd-10-stable/sys/contrib/xz-embedded/userspace/
H A Dboottest.c25 static uint8_t out[1024 * 1024]; variable
/freebsd-10-stable/sys/crypto/aesni/
H A Daesencdec.h33 aesni_enc8(int rounds, const __m128i *keysched, __m128i a, __m128i b, __m128i c, __m128i d, __m128i e, __m128i f, __m128i g, __m128i h, __m128i out[8]) argument
70 aesni_dec8(int rounds, const __m128i *keysched, __m128i a, __m128i b, __m128i c, __m128i d, __m128i e, __m128i f, __m128i g, __m128i h, __m128i out[8]) argument
[all...]
/freebsd-10-stable/sys/mips/rmi/
H A Dxlr_csum_nocopy.S214 out: label
/freebsd-10-stable/sys/netgraph/
H A Dng_split.c68 hook_p out; member in struct:ng_split_private
/freebsd-10-stable/crypto/openssl/apps/
H A Dgendsa.c86 BIO *out = NULL, *in = NULL; local
[all...]
H A Drand.c87 BIO *out = NULL; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/bf/
H A Dbf_cfb64.c68 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dbf_ofb64.c67 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/cast/
H A Dc_cfb64.c68 void CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dc_ofb64.c67 void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_io.c100 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags) argument
106 int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, argument
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Decb_enc.c112 unsigned char *out = &(*output)[0]; local
H A Dfcrypt_b.c80 void fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0, argument
H A Dofb64ede.c66 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) 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
H A Dofb64enc.c66 DES_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, int *num) argument
H A Dofb_enc.c67 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, argument
H A Dpcbc_enc.c68 unsigned char *out, *iv; local
/freebsd-10-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
/freebsd-10-stable/crypto/openssl/crypto/ecdh/
H A Dech_ossl.c108 static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, argument
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A De_rc4.c127 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
H A De_xcbc_d.c113 static int desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
/freebsd-10-stable/crypto/openssl/crypto/idea/
H A Di_cfb64.c68 void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument

Completed in 515 milliseconds

1234567891011>>