Searched refs:out (Results 51 - 75 of 4004) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddhtest.c35 * The word 'cryptographic' can be left out if the rouines from the library
104 BIO *out; local
116 out=BIO_new(BIO_s_file());
117 if (out == NULL) EXIT(1);
118 BIO_set_fp(out,stdout,BIO_NOCLOSE);
120 BN_GENCB_set(&_cb, &cb, out);
127 BIO_puts(out, "p value is not prime\n");
129 BIO_puts(out, "p value is not a safe prime\n");
131 BIO_puts(out, "unable to check the generator value\n");
133 BIO_puts(out, "th
[all...]
H A Decdsatest.c102 int x9_62_test_internal(BIO *out, int nid, const char *r, const char *s);
182 int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in) argument
199 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
205 BIO_printf(out, ".");
206 BIO_flush(out);
211 BIO_printf(out, ".");
212 BIO_flush(out);
221 BIO_printf(out, ".");
222 BIO_flush(out);
226 BIO_printf(out, "
246 x9_62_tests(BIO *out) argument
284 test_builtin(BIO *out) argument
457 BIO *out; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddhtest.c35 * The word 'cryptographic' can be left out if the rouines from the library
104 BIO *out; local
116 out=BIO_new(BIO_s_file());
117 if (out == NULL) EXIT(1);
118 BIO_set_fp(out,stdout,BIO_NOCLOSE);
120 BN_GENCB_set(&_cb, &cb, out);
127 BIO_puts(out, "p value is not prime\n");
129 BIO_puts(out, "p value is not a safe prime\n");
131 BIO_puts(out, "unable to check the generator value\n");
133 BIO_puts(out, "th
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java29 private TupleOutput out; field in class:TupleFormatTest
61 out = new TupleOutput();
68 out = null;
74 TupleBinding.outputToEntry(out, buffer);
75 assertEquals(out.size(), buffer.getSize());
83 out.reset();
84 out.writeString(val);
85 assertEquals(val.length() + 1, out.size()); // assume 1-byte chars
97 out.reset();
98 out
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmatch.c37 static int parse_range(const wchar_t **p, const wchar_t *s, wchar_t *out, argument
67 if(out)
68 *out = *s;
74 if(out)
75 *out = tolower(*s);
79 if(out)
80 *out = toupper(*s);
87 static int _match(const wchar_t *s, const wchar_t *p, wchar_t *out, int Case, argument
96 if(out)
97 *(out
147 match(const wchar_t *s, const wchar_t *p, wchar_t *out, int Case, int length) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dsmp_processor_id.c17 goto out;
20 goto out;
29 goto out;
35 goto out;
51 out:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dsmbcontrol.py11 out = self.runcmd("smbcontrol", expectedResult = 1)
12 self.assert_re_match("Usage: smbcontrol", out[1])
17 out = self.runcmd("smbcontrol foo", expectedResult = 1)
18 self.assert_re_match("Usage: smbcontrol", out[1])
23 out = self.runcmd("smbcontrol smbd noop")
34 out = self.runcmd("smbcontrol 1234 noop")
39 out = self.runcmd("smbcontrol self noop")
50 out = self.runcmd("smbcontrol foo noop", expectedResult = 1)
55 out = self.runcmd("smbcontrol self spottyfoot", expectedResult = 1)
56 self.assert_re_match("smbcontrol: unknown command", out[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decdsatest.c102 int x9_62_test_internal(BIO *out, int nid, const char *r, const char *s);
182 int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in) argument
199 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
205 BIO_printf(out, ".");
206 BIO_flush(out);
211 BIO_printf(out, ".");
212 BIO_flush(out);
221 BIO_printf(out, ".");
222 BIO_flush(out);
226 BIO_printf(out, "
246 x9_62_tests(BIO *out) argument
284 test_builtin(BIO *out) argument
457 BIO *out; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/bio/
H A Dsconnect.c23 BIO *out; local
56 out=BIO_new(BIO_s_connect());
57 BIO_set_conn_hostname(out,host);
58 BIO_set_nbio(out,1);
59 out=BIO_push(ssl_bio,out);
67 i=BIO_write(out,&(p[off]),len);
70 if (BIO_should_retry(out))
88 i=BIO_read(out,buf,sizeof(buf));
92 if (BIO_should_retry(out))
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/bio/
H A Dsconnect.c23 BIO *out; local
56 out=BIO_new(BIO_s_connect());
57 BIO_set_conn_hostname(out,host);
58 BIO_set_nbio(out,1);
59 out=BIO_push(ssl_bio,out);
67 i=BIO_write(out,&(p[off]),len);
70 if (BIO_should_retry(out))
88 i=BIO_read(out,buf,sizeof(buf));
92 if (BIO_should_retry(out))
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Derrstr.c35 * The word 'cryptographic' can be left out if the rouines from the library
89 BIO *out=NULL; local
91 out=BIO_new(BIO_s_file());
92 if ((out != NULL) && BIO_set_fp(out,stdout,BIO_NOCLOSE))
97 out = BIO_push(tmpbio, out);
100 lh_node_stats_bio((LHASH *)ERR_get_string_table(),out);
101 lh_stats_bio((LHASH *)ERR_get_string_table(),out);
103 ERR_get_string_table(),out);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_easysrc.c60 FILE *out; local
63 out = fopen(o, "wt");
67 out = stdout;
68 if(!out)
75 fprintf(out, "%s\n", c);
79 fprintf(out, " %s\n", ptr->data);
85 fprintf(out,
92 fprintf(out, " %s\n", ptr->data);
95 fprintf(out, "\n */\n");
98 fprintf(out,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Derrstr.c35 * The word 'cryptographic' can be left out if the rouines from the library
89 BIO *out=NULL; local
91 out=BIO_new(BIO_s_file());
92 if ((out != NULL) && BIO_set_fp(out,stdout,BIO_NOCLOSE))
97 out = BIO_push(tmpbio, out);
100 lh_node_stats_bio((LHASH *)ERR_get_string_table(),out);
101 lh_stats_bio((LHASH *)ERR_get_string_table(),out);
103 ERR_get_string_table(),out);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/comp/
H A Dc_rle.c7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, argument
39 *(out++)=0;
40 memcpy(out,in,ilen);
44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, argument
58 memcpy(out,in,ilen-1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream2/
H A Dzstream_test.cpp9 ozstream out("temp.gz");
10 out < "This works well" < h < g;
11 out.close();
19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dc_rle.c7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, argument
39 *(out++)=0;
40 memcpy(out,in,ilen);
44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, argument
58 memcpy(out,in,ilen-1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dftpget.c40 struct FtpFile *out=(struct FtpFile *)stream; local
41 if(out && !out->stream) {
43 out->stream=fopen(out->filename, "wb");
44 if(!out->stream)
47 return fwrite(buffer, size, nmemb, out->stream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream2/
H A Dzstream_test.cpp9 ozstream out("temp.gz");
10 out < "This works well" < h < g;
11 out.close();
19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Daes.h91 void AES_encrypt(const unsigned char *in, unsigned char *out,
93 void AES_decrypt(const unsigned char *in, unsigned char *out,
96 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
98 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
101 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
104 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
107 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
110 void AES_cfbr_encrypt_block(const unsigned char *in,unsigned char *out,
113 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
116 void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/bugs/
H A Dstream.c35 * The word 'cryptographic' can be left out if the rouines from the library
87 unsigned char out[100]; local
94 des_cfb64_encrypt(in1,out,26,ks,(des_cblock *)iv,&num,1);
96 fprintf(stderr,"%02X ",out[i]);
101 des_cfb64_encrypt(in2,out,26,ks,(des_cblock *)iv,&num,1);
103 fprintf(stderr,"%02X ",out[i]);
111 unsigned char in[100],out[100]; local
117 RC4(key,26,in,out);
120 fprintf(stderr,"%02X ",out[i]);
126 RC4(key,26,in,out);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcamellia.h93 void Camellia_encrypt(const unsigned char *in, unsigned char *out,
95 void Camellia_decrypt(const unsigned char *in, unsigned char *out,
98 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out,
100 void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out,
103 void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out,
106 void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out,
109 void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out,
112 void Camellia_cfbr_encrypt_block(const unsigned char *in,unsigned char *out,
115 void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out,
118 void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/bugs/
H A Dstream.c35 * The word 'cryptographic' can be left out if the rouines from the library
87 unsigned char out[100]; local
94 des_cfb64_encrypt(in1,out,26,ks,(des_cblock *)iv,&num,1);
96 fprintf(stderr,"%02X ",out[i]);
101 des_cfb64_encrypt(in2,out,26,ks,(des_cblock *)iv,&num,1);
103 fprintf(stderr,"%02X ",out[i]);
111 unsigned char in[100],out[100]; local
117 RC4(key,26,in,out);
120 fprintf(stderr,"%02X ",out[i]);
126 RC4(key,26,in,out);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/aes/
H A Daes.h91 void AES_encrypt(const unsigned char *in, unsigned char *out,
93 void AES_decrypt(const unsigned char *in, unsigned char *out,
96 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
98 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
101 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
104 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
107 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
110 void AES_cfbr_encrypt_block(const unsigned char *in,unsigned char *out,
113 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
116 void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drle.c61 uint8_t *out = outbuf; local
66 if(out + bpp + 1 > outbuf + out_size) return -1;
67 *out++ = (count ^ xor_rep) + add_rep;
68 memcpy(out, ptr, bpp);
69 out += bpp;
73 if(out + bpp*count >= outbuf + out_size) return -1;
74 *out++ = (count ^ xor_raw) + add_raw;
76 memcpy(out, ptr, bpp * count);
77 out += bpp * count;
83 return out
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dssnmap.c46 __u16 out);
49 * specific needs of in or out streams.
51 static inline size_t sctp_ssnmap_size(__u16 in, __u16 out) argument
53 return sizeof(struct sctp_ssnmap) + (in + out) * sizeof(__u16);
60 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, argument
66 size = sctp_ssnmap_size(in, out);
75 if (!sctp_ssnmap_init(retval, in, out))
95 __u16 out)
97 memset(map, 0x00, sctp_ssnmap_size(in, out));
103 /* Start 'out' strea
94 sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in, __u16 out) argument
[all...]

Completed in 133 milliseconds

1234567891011>>