Searched defs:in (Results 151 - 175 of 992) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c25 void RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Drc5ofb64.c24 void RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-current/sys/crypto/chacha20/
H A Dchacha-sw.c27 chacha20_xform_crypt(void *ctx, const uint8_t *in, uint8_t *out) argument
34 chacha20_xform_crypt_multi(void *ctx, const uint8_t *in, uint8_t *out, argument
42 chacha20_xform_crypt_last(void *ctx, const uint8_t *in, uint8_t *out, argument
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mad.c43 u32 *in; local
[all...]
/freebsd-current/usr.bin/gzip/
H A Dunbzip2.c37 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) argument
/freebsd-current/sys/netpfil/pf/
H A Dpfsync_nv.c59 struct sockaddr_in *in = (struct sockaddr_in *)sa; local
109 struct sockaddr_in *in local
[all...]
/freebsd-current/sys/opencrypto/
H A Dxform_null.c98 null_crypt(void *key, const uint8_t *in, uint8_t *out) argument
105 null_crypt_multi(void *key, const uint8_t *in, uint8_t *out, size_t len) argument
[all...]
/freebsd-current/usr.sbin/utx/
H A Dutx.c39 b16_pton(const char *in, char *out, size_t len) argument
/freebsd-current/contrib/libfido2/tools/
H A Dbase64.c65 base64_decode(const char *in, void **ptr, size_t *len) argument
/freebsd-current/contrib/libfido2/regress/
H A Dcompress.c196 fido_blob_t in, out, dgst; local
217 fido_blob_t in, out, dgst; local
238 fido_blob_t in, out; local
[all...]
/freebsd-current/contrib/libfido2/src/
H A Dcompress.c15 rfc1950_inflate(fido_blob_t *out, const fido_blob_t *in, size_t origsiz) argument
46 rfc1951_inflate(fido_blob_t *out, const fido_blob_t *in, size_t origsiz) argument
101 rfc1951_deflate(fido_blob_t *out, const fido_blob_t *in) argument
157 fido_compress(fido_blob_t *out, const fido_blob_t *in) argument
163 fido_uncompress(fido_blob_t *out, const fido_blob_t *in, size_t origsiz) argument
[all...]
/freebsd-current/lib/libc/iconv/
H A Dcitrus_lookup_factory.c94 _citrus_lookup_factory_convert(FILE *out, FILE *in) argument
/freebsd-current/usr.bin/what/
H A Dwhat.c45 FILE *in; local
98 search(bool one, bool quiet, FILE *in) argument
[all...]
/freebsd-current/sys/crypto/openssl/
H A Dossl_arm.h52 AES_CBC_ENCRYPT(const unsigned char *in, unsigned char *out, argument
/freebsd-current/crypto/openssl/test/
H A Dcasttest.c32 static unsigned char in[8] = variable
H A Dpunycode_test.c202 static const char *in = "3B-ww4c5e180e575a65lsy2b"; local
H A Dsha_test.c21 const unsigned char *in = (unsigned char *)input; local
/freebsd-current/crypto/openssl/demos/bio/
H A Dsaccept.c51 BIO *in = NULL; local
[all...]
H A Dserver-arg.c30 BIO *in = NULL; local
[all...]
H A Dserver-conf.c27 BIO *in = NULL; local
[all...]
/freebsd-current/crypto/openssl/demos/cms/
H A Dcms_ddec.c20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; local
[all...]
H A Dcms_denc.c20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dout = NULL; local
[all...]
H A Dcms_sign.c17 BIO *in = NULL, *out = NULL, *tbio = NULL; local
[all...]
H A Dcms_sign2.c17 BIO *in = NULL, *out = NULL, *tbio = NULL; local
[all...]
H A Dcms_ver.c17 BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL; local

Completed in 220 milliseconds

1234567891011>>