Searched refs:in (Results 276 - 300 of 4382) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dby_file.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
133 BIO *in=NULL; local
138 in
200 BIO *in=NULL; local
268 BIO *in; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dlog2pcaphex.c21 This program is distributed in the hope that it will be useful,
157 void read_log_msg(FILE *in, unsigned char **_buffer, long *buffersize, long *data_offset, long *data_length) argument
161 assert(fscanf(in, " size=%ld\n", buffersize));
173 assert(fscanf(in, " smb_com=0x%x\n", &tmp)); buffer[smb_com] = tmp;
174 assert(fscanf(in, " smb_rcls=%d\n", &tmp)); buffer[smb_rcls] = tmp;
175 assert(fscanf(in, " smb_reh=%d\n", &tmp)); buffer[smb_reh] = tmp;
176 assert(fscanf(in, " smb_err=%d\n", &tmp)); memcpy(buffer+smb_err, &tmp, 2);
177 assert(fscanf(in, " smb_flg=%d\n", &tmp)); buffer[smb_flg] = tmp;
178 assert(fscanf(in, " smb_flg2=%d\n", &tmp)); memcpy(buffer+smb_flg2, &tmp, 2);
179 assert(fscanf(in, " smb_ti
195 read_log_data(FILE *in, unsigned char *buffer, long data_length) argument
223 FILE *out, *in; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dmagics.c103 int cm_psquery( struct papfile *in, struct papfile *out, struct sockaddr_at *sat _U_) argument
110 switch ( markline( in, &start, &linelength, &crlflength )) {
124 if ( in->pf_state & PF_BOT ) {
125 in->pf_state &= ~PF_BOT;
133 CONSUME( in, linelength + crlflength );
137 int cm_psadobe( struct papfile *in, struct papfile *out, struct sockaddr_at *sat _U_) argument
144 switch ( markline( in, &start, &linelength, &crlflength )) {
157 if ( in->pf_state & PF_BOT ) {
158 in->pf_state &= ~PF_BOT;
172 lp_write( in, star
179 cm_psswitch(struct papfile *in, struct papfile *out, struct sockaddr_at *sat _U_) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dmagics.c103 int cm_psquery( struct papfile *in, struct papfile *out, struct sockaddr_at *sat _U_) argument
110 switch ( markline( in, &start, &linelength, &crlflength )) {
124 if ( in->pf_state & PF_BOT ) {
125 in->pf_state &= ~PF_BOT;
133 CONSUME( in, linelength + crlflength );
137 int cm_psadobe( struct papfile *in, struct papfile *out, struct sockaddr_at *sat _U_) argument
144 switch ( markline( in, &start, &linelength, &crlflength )) {
157 if ( in->pf_state & PF_BOT ) {
158 in->pf_state &= ~PF_BOT;
172 lp_write( in, star
179 cm_psswitch(struct papfile *in, struct papfile *out, struct sockaddr_at *sat _U_) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_decr.c8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
67 /* Encrypt/Decrypt a buffer based on password and algor, result in a
72 int passlen, unsigned char *in, int inlen, unsigned char **data,
92 EVP_CipherUpdate(&ctx, out, &i, in, inlen);
154 unsigned char *in local
71 PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, int passlen, unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dncbc_enc.c16 * apply to all code found in this distribution, be it the RC4, RSA,
21 * Copyright remains Eric Young's, and as such any Copyright notices in
23 * If this package is used in a product, Eric Young should be given attribution
25 * This can be in the form of a textual message at program startup or
26 * in documentation (online or textual) provided with the package.
28 * Redistribution and use in source and binary forms, with or without
33 * 2. Redistributions in binary form must reproduce the above copyright
34 * notice, this list of conditions and the following disclaimer in the
67 void DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
70 void DES_ncbc_encrypt(const unsigned char *in, unsigne
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dncbc_enc.c16 * apply to all code found in this distribution, be it the RC4, RSA,
21 * Copyright remains Eric Young's, and as such any Copyright notices in
23 * If this package is used in a product, Eric Young should be given attribution
25 * This can be in the form of a textual message at program startup or
26 * in documentation (online or textual) provided with the package.
28 * Redistribution and use in source and binary forms, with or without
33 * 2. Redistributions in binary form must reproduce the above copyright
34 * notice, this list of conditions and the following disclaimer in the
67 void DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
70 void DES_ncbc_encrypt(const unsigned char *in, unsigne
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_decr.c8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
67 /* Encrypt/Decrypt a buffer based on password and algor, result in a
72 int passlen, unsigned char *in, int inlen, unsigned char **data,
92 EVP_CipherUpdate(&ctx, out, &i, in, inlen);
155 unsigned char *in local
71 PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, int passlen, unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dmac_japanese.c10 * This program is distributed in the hope that it will be useful,
46 static size_t mac_japanese_char_push(u_int8_t* out, const ucs2_t* in, size_t* size) argument
48 ucs2_t wc = in[0];
63 wc = cjk_compose_seq(in, size, mac_japanese_compose,
66 } else if (*size >= 2 && ((in[1] & ~15) == 0xf870 || in[1] == 0x20dd)) {
67 ucs2_t comp = cjk_compose(wc, in[1], mac_japanese_compose,
89 static size_t mac_japanese_char_pull(ucs2_t* out, const u_int8_t* in, size_t* size) argument
91 u_int16_t c = in[0];
99 u_int8_t c2 = in[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dmac_japanese.c10 * This program is distributed in the hope that it will be useful,
46 static size_t mac_japanese_char_push(u_int8_t* out, const ucs2_t* in, size_t* size) argument
48 ucs2_t wc = in[0];
63 wc = cjk_compose_seq(in, size, mac_japanese_compose,
66 } else if (*size >= 2 && ((in[1] & ~15) == 0xf870 || in[1] == 0x20dd)) {
67 ucs2_t comp = cjk_compose(wc, in[1], mac_japanese_compose,
89 static size_t mac_japanese_char_pull(ucs2_t* out, const u_int8_t* in, size_t* size) argument
91 u_int16_t c = in[0];
99 u_int8_t c2 = in[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Didn_win32.c10 * This software is licensed as described in the file COPYING, which
88 int curl_win32_idn_to_ascii(const char *in, char **out) argument
90 wchar_t *in_w = _curl_win32_UTF8_to_wchar(in);
108 int curl_win32_ascii_to_idn(const char *in, size_t in_len, char **out_utf8) argument
110 if(in) {
113 if(IdnToUnicode(0, (wchar_t *)in, -1, unicode, IDN_MAX_LENGTH) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/distrib/config/
H A Dnetatalk-config.in45 case "$1" in
55 case "$1" in
60 case $1 in
119 case $1 in
150 for i in $af_all_flags; do
151 case "$i" in
152 # a library, save it for later, in reverse order
156 case " $af_lib_L_flags " in
162 case " $af_other_flags " in
171 for i in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddos2unix.c12 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
25 FILE *in, *out; local
29 in = stdin;
32 in = xfopen(fn, "rw");
51 while ((i = fgetc(in)) != EOF) {
64 if (fclose(in) < 0 || fclose(out) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dsumversion.c1 #include <netinet/in.h>
21 * by Colin Plumb in 1993.
87 static void md4_transform(uint32_t *hash, uint32_t const *in) argument
96 ROUND1(a, b, c, d, in[0], 3);
97 ROUND1(d, a, b, c, in[1], 7);
98 ROUND1(c, d, a, b, in[2], 11);
99 ROUND1(b, c, d, a, in[3], 19);
100 ROUND1(a, b, c, d, in[4], 3);
101 ROUND1(d, a, b, c, in[5], 7);
102 ROUND1(c, d, a, b, in[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481_usb.c25 * Send the next endpoint 0 request stored in the FIFO.
58 * The request will be queued up in a FIFO if the endpoint is busy.
487 struct st5481_in *in = urb->context; local
510 if (in->mode == L1_MODE_TRANS) {
511 memcpy(in->rcvbuf, ptr, len);
515 status = isdnhdlc_decode(&in->hdlc_state, ptr, len, &count,
516 in->rcvbuf, in->bufsize);
524 DBG_PACKET(0x400, in->rcvbuf, status);
529 memcpy(skb_put(skb, status), in
547 st5481_setup_in(struct st5481_in *in) argument
574 st5481_release_in(struct st5481_in *in) argument
624 struct st5481_in *in = context; local
636 st5481_in_mode(struct st5481_in *in, int mode) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddpcm.c12 * FFmpeg is distributed in the hope that it will be useful,
31 * Note about using the Xan DPCM decoder: Xan DPCM is used in AVI files
32 * found in the Wing Commander IV computer game. These AVI files contain
37 * the fourcc 'Axan' in the 'auds' chunk of the AVI header.
167 int in, out = 0; local
195 for (in = 8, out = 0; in < buf_size; in++, out++) {
196 predictor[channel_number] += s->roq_square_array[buf[in]];
206 in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_uuid.c12 * This program is distributed in the hope that it will be useful,
39 void smb_uuid_unpack(const UUID_FLAT in, struct uuid *uu) argument
41 uu->time_low = IVAL(in.info, 0);
42 uu->time_mid = SVAL(in.info, 4);
43 uu->time_hi_and_version = SVAL(in.info, 6);
44 memcpy(uu->clock_seq, in.info+8, 2);
45 memcpy(uu->node, in.info+10, 6);
48 struct uuid smb_uuid_unpack_static(const UUID_FLAT in) argument
52 smb_uuid_unpack(in, &uu);
93 BOOL smb_string_to_uuid(const char *in, struc argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/
H A DMakefile.am9 ## This program is distributed in the hope that it will be useful,
17 ## Process this file with automake to produce Makefile.in.
40 @for p in $(PROJECTS); do \
44 @for f in $(SCRIPTFILES); do \
48 @for f in $(DATAFILES); do \
55 @for p in $(PROJECTS); do \
61 @for f in $(SCRIPTFILES); do \
65 @for f in $(DATAFILES); do \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestss38 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey >err.ss
46 $x509cmd -in $CAcert -x509toreq -signkey $CAkey -out $CAreq2 >err.ss
52 $reqcmd -config $dummycnf -verify -in $CAreq -noout
58 $reqcmd -config $dummycnf -verify -in $CAreq2 -noout
80 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey >err.ss
89 $x509cmd -subject -issuer -startdate -enddate -noout -in $Ucert
H A Dtrsa27 $cmd -in fff.p -inform p -outform d >f.d
30 #$cmd -in fff.p -inform p -outform t >f.t
33 $cmd -in fff.p -inform p -outform p >f.p
37 $cmd -in f.d -inform d -outform d >ff.d1
40 #$cmd -in f.t -inform t -outform d >ff.d2
43 $cmd -in f.p -inform p -outform d >ff.d3
47 #$cmd -in f.d -inform d -outform t >ff.t1
50 #$cmd -in f.t -inform t -outform t >ff.t2
53 #$cmd -in f.p -inform p -outform t >ff.t3
57 $cmd -in
[all...]
H A Dtsid22 $cmd -in fff.p -inform p -outform d >f.d
25 #$cmd -in fff.p -inform p -outform t >f.t
28 $cmd -in fff.p -inform p -outform p >f.p
32 $cmd -in f.d -inform d -outform d >ff.d1
35 #$cmd -in f.t -inform t -outform d >ff.d2
38 $cmd -in f.p -inform p -outform d >ff.d3
42 #$cmd -in f.d -inform d -outform t >ff.t1
45 #$cmd -in f.t -inform t -outform t >ff.t2
48 #$cmd -in f.p -inform p -outform t >ff.t3
52 $cmd -in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_d2i_fp.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
64 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
69 char *ASN1_d2i_fp(char *(*xnew)(), char *(*d2i)(), FILE *in, argument
87 ASN1_d2i_bio(char *(*xnew)(), char *(*d2i)(), BIO *in, unsigned char **x) argument
107 ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x) argument
125 ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x) argument
143 asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_d2i_fp.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
64 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
69 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, voi argument
86 ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x) argument
105 ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x) argument
123 ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x) argument
141 asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtrsa20 $cmd -in fff.p -inform p -outform d >f.d
23 #$cmd -in fff.p -inform p -outform t >f.t
26 $cmd -in fff.p -inform p -outform p >f.p
30 $cmd -in f.d -inform d -outform d >ff.d1
33 #$cmd -in f.t -inform t -outform d >ff.d2
36 $cmd -in f.p -inform p -outform d >ff.d3
40 #$cmd -in f.d -inform d -outform t >ff.t1
43 #$cmd -in f.t -inform t -outform t >ff.t2
46 #$cmd -in f.p -inform p -outform t >ff.t3
50 $cmd -in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgpg-error-config8 # This file is distributed in the hope that it will be useful, but
40 case "$1" in
49 case $1 in
66 for i in $isubdirafter; do

Completed in 138 milliseconds

<<11121314151617181920>>