Searched refs:out (Results 251 - 275 of 2257) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/crypto/openssh/
H A Dsmult_curve25519_ref.c11 static void add(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) argument
16 for (j = 0;j < 31;++j) { u += a[j] + b[j]; out[j] = u & 255; u >>= 8; }
17 u += a[31] + b[31]; out[31] = u;
20 static void sub(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) argument
27 out[j] = u & 255;
31 out[31] = u;
62 static void mult(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) argument
72 out[i] = u;
74 squeeze(out);
77 static void mult121665(unsigned int out[3 argument
90 square(unsigned int out[32],const unsigned int a[32]) argument
180 recip(unsigned int out[32],const unsigned int z[32]) argument
[all...]
H A Dpoly1305.h16 void poly1305_auth(u_char out[POLY1305_TAGLEN], const u_char *m, size_t inlen,
/freebsd-9.3-release/etc/rc.d/
H A Djail142 eval out=\"\${_exec_prestart${i}:-''}\"
143 if [ -z "$out" ]; then
146 debug "$_j exec pre-start #${i}: ${out}"
154 eval out=\"\${_exec_afterstart${i}:-''}\"
156 if [ -z "$out" ]; then
160 debug "$_j exec after start #${i}: ${out}"
166 eval out=\"\${_exec_poststart${i}:-''}\"
167 if [ -z "$out" ]; then
170 debug "$_j exec post-start #${i}: ${out}"
176 eval out
[all...]
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_config.c85 goto out;
107 goto out;
120 goto out;
131 goto out;
150 goto out;
165 goto out;
178 goto out;
182 out:
216 goto out;
240 goto out;
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.tolower.d48 /input[i] != NULL && (this->out = tolower(input[i])) != expected[i]/
51 input[i], expected[i], this->out);
H A Dtst.toupper.d48 /input[i] != NULL && (this->out = toupper(input[i])) != expected[i]/
51 input[i], expected[i], this->out);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.d56 pid$1:a.out:go:entry
63 pid$1:a.out:go:entry
73 trace("test timed out");
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d37 pid$1:a.out:waiting:entry
44 pid$1:a.out:test:
67 trace("test timed out");
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Diterated_hash.h39 int isc_iterated_hash(unsigned char out[NSEC3_MAX_HASH_LENGTH],
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecUtility.c231 Unit out = 0; /* accumulator */ local
286 *uout = out;
288 out = 0;
300 out = (Unit) (out + nibble * powers[cut]);
305 *uout = out;
308 out = 0;
317 out = (Unit) (out + nibble * powers[cut]);
322 *uout = out;
[all...]
/freebsd-9.3-release/contrib/ipfilter/rules/
H A Dexample.105 pass out proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
12 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Dfilter_fork.h39 __archive_check_child(int in, int out);
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dblock_buffer_encoder.c83 uint8_t *out, size_t *out_pos, size_t out_size)
85 // TODO: Figure out if the last filter is LZMA2 or Subblock and use
122 if (lzma_block_header_encode(block, out + *out_pos) != LZMA_OK) {
137 out[(*out_pos)++] = control;
143 out[(*out_pos)++] = (copy_size - 1) >> 8;
144 out[(*out_pos)++] = (copy_size - 1) & 0xFF;
148 memcpy(out + *out_pos, in + in_pos, copy_size);
155 out[(*out_pos)++] = 0x00;
165 uint8_t *out, size_t *out_pos, size_t out_size)
167 // Find out th
82 block_encode_uncompressed(lzma_block *block, const uint8_t *in, size_t in_size, uint8_t *out, size_t *out_pos, size_t out_size) argument
163 block_encode_normal(lzma_block *block, lzma_allocator *allocator, const uint8_t *in, size_t in_size, uint8_t *out, size_t *out_pos, size_t out_size) argument
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.h39 extern lzma_ret lzma_lzma2_props_encode(const void *options, uint8_t *out);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Drd_cred.c90 goto out;
96 goto out;
115 goto out;
137 goto out;
148 goto out;
159 goto out;
172 goto out;
180 goto out;
194 goto out;
201 goto out;
[all...]
/freebsd-9.3-release/sys/crypto/rijndael/
H A Dtest00.c47 uint8_t out[LL]; local
56 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, out);
58 printf("%02x", out[i]);
64 if (in[i] != out[i])
/freebsd-9.3-release/usr.sbin/kgzip/
H A Daouthdr.h30 #include <a.out.h>
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Diterated_hash.h39 int isc_iterated_hash(unsigned char out[NSEC3_MAX_HASH_LENGTH],
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_mime.c72 static int pk7_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags, argument
79 SMIME_crlf_copy(data, out, flags);
85 p7bio = PKCS7_dataInit(p7, out);
101 while (p7bio != out) {
/freebsd-9.3-release/crypto/openssl/apps/
H A Dec.c77 * -out arg - output file - default stdout
94 BIO *in = NULL, *out = NULL; local
136 } else if (strcmp(*argv, "-out") == 0) {
206 BIO_printf(bio_err, " -out arg output file\n");
216 BIO_printf(bio_err, " -noout don't print key out\n");
248 out = BIO_new(BIO_s_file());
249 if ((in == NULL) || (out == NULL)) {
285 BIO_set_fp(out, stdout, BIO_NOCLOSE);
289 out = BIO_push(tmpbio, out);
[all...]
H A Dsess_id.c35 * The word 'cryptographic' can be left out if the rouines from the library
78 " -out arg - output file - default stdout\n",
94 BIO *out = NULL; local
125 } else if (strcmp(*argv, "-out") == 0) {
191 out = BIO_new(BIO_s_file());
192 if (out == NULL) {
198 BIO_set_fp(out, stdout, BIO_NOCLOSE);
202 out = BIO_push(tmpbio, out);
206 if (BIO_write_filename(out, outfil
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dblowfish.h35 * The word 'cryptographic' can be left out if the rouines from the library
114 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
116 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
118 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out,
121 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out,
/freebsd-9.3-release/crypto/openssl/crypto/comp/
H A Dcomp.h19 unsigned char *out, unsigned int olen,
22 unsigned char *out, unsigned int olen,
42 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
44 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
H A Dcomp_lib.c35 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, argument
43 ret = ctx->meth->compress(ctx, out, olen, in, ilen);
51 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, argument
60 ret = ctx->meth->expand(ctx, out, olen, in, ilen);
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dofb64ede.c35 * The word 'cryptographic' can be left out if the rouines from the library
67 register unsigned char *out, long length,
101 *(out++) = *(in++) ^ d[n];
117 register unsigned char *out, long length,
121 DES_ede3_ofb64_encrypt(in, out, length, k1, k2, k1, ivec, num);
66 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

Completed in 191 milliseconds

<<11121314151617181920>>