Searched refs:in (Results 101 - 125 of 8554) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
12 # as in 3.0.0rc2-Debian. peloy@debian.org.-
18 # Insert Debian version number in source/VERSION, which will then be
25 # Regenerate configure only if it is older than configure.in
26 [ source/configure -ot source/configure.in ] && (cd source && sh ./autogen.sh)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
12 # as in 3.0.0rc2-Debian. peloy@debian.org.-
18 # Insert Debian version number in source/VERSION, which will then be
25 # Regenerate configure only if it is older than configure.in
26 [ source/configure -ot source/configure.in ] && (cd source && sh ./autogen.sh)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
12 # as in 3.0.0rc2-Debian. peloy@debian.org.-
18 # Insert Debian version number in source/VERSION, which will then be
25 # Regenerate configure only if it is older than configure.in
26 [ source/configure -ot source/configure.in ] && (cd source && sh ./autogen.sh)
H A Dunpatch-source5 # We want to reverse the patches in the opposite order we applied
7 for patch in `ls debian/patches/*.patch | sort -r`; do
11 # Unused code. See comment in the patch-source script.
17 # Regenerate configure only if it is older than configure.in
18 [ source/configure -ot source/configure.in ] && (cd source && autoheader && autoconf)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/
H A Daes_ecb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
62 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
66 assert(in && out && key);
70 AES_encrypt(in, out, key);
72 AES_decrypt(in, ou
[all...]
H A Daes_wrap.c9 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in
24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
32 * nor may "OpenSSL" appear in their names without prior written
38 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
61 const unsigned char *in, unsigned int inlen)
63 return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt);
68 const unsigned char *in, unsigned int inlen)
70 return CRYPTO_128_unwrap(key, iv, out, in, inle
59 AES_wrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
66 AES_unwrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
[all...]
H A Daes_cbc.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
55 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
61 CRYPTO_cbc128_encrypt(in, out, len, key, ivec,
64 CRYPTO_cbc128_decrypt(in, out, len, key, ivec,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A Daes_ecb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
62 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
65 assert(in && out && key);
69 AES_encrypt(in, out, key);
71 AES_decrypt(in, ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_ecb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
62 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
66 assert(in && out && key);
70 Camellia_encrypt(in, out, key);
72 Camellia_decrypt(in, ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dssnmap.c14 * This SCTP implementation is distributed in the hope that it
46 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in,
50 * specific needs of in or out streams.
52 static inline size_t sctp_ssnmap_size(__u16 in, __u16 out) argument
54 return sizeof(struct sctp_ssnmap) + (in + out) * sizeof(__u16);
61 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, argument
67 size = sctp_ssnmap_size(in, out);
76 if (!sctp_ssnmap_init(retval, in, out))
95 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in, argument
98 memset(map, 0x00, sctp_ssnmap_size(in, ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/
H A Dcmll_ecb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
62 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
66 assert(in && out && key);
70 Camellia_encrypt(in, out, key);
72 Camellia_decrypt(in, ou
[all...]
H A Dcmll_cbc.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
55 void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
61 CRYPTO_cbc128_encrypt(in, out, len, key, ivec,
64 CRYPTO_cbc128_decrypt(in, out, len, key, ivec,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/
H A Dcmll_ecb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
62 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
66 assert(in && out && key);
70 Camellia_encrypt(in, out, key);
72 Camellia_decrypt(in, ou
[all...]
H A Dcmll_cbc.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
55 void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
61 CRYPTO_cbc128_encrypt(in, out, len, key, ivec,
64 CRYPTO_cbc128_decrypt(in, out, len, key, ivec,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dbase64.c9 * FFmpeg is distributed in the hope that it will be useful,
32 int in; local
41 while ((in = getchar()) != EOF) {
42 i_bits = (i_bits << 8) + in;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/
H A Daes_cbc.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
55 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
61 CRYPTO_cbc128_encrypt(in, out, len, key, ivec,
64 CRYPTO_cbc128_decrypt(in, out, len, key, ivec,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dbase64.c9 * Libav is distributed in the hope that it will be useful,
32 int in; local
41 while ((in = getchar()) != EOF) {
42 i_bits = (i_bits << 8) + in;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dframesync.c11 * FFmpeg is distributed in the hope that it will be useful,
61 if (fs->in[i].state != STATE_EOF)
62 level = FFMAX(level, fs->in[i].sync);
79 if (fs->in[i].sync) {
81 gcd = av_gcd(fs->time_base.den, fs->in[i].time_base.den);
82 lcm = (fs->time_base.den / gcd) * fs->in[i].time_base.den;
86 fs->in[i].time_base.num);
93 fs->time_base = fs->in[i].time_base;
106 fs->in[i].pts = fs->in[
171 framesync_pts_extrapolate(FFFrameSync *fs, unsigned in, int64_t pts) argument
178 framesync_inject_frame(FFFrameSync *fs, unsigned in, AVFrame *frame) argument
197 ff_framesync_add_frame(FFFrameSync *fs, unsigned in, AVFrame *frame) argument
224 ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe, unsigned get) argument
293 ff_framesync_filter_frame(FFFrameSync *fs, AVFilterLink *inlink, AVFrame *in) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_set.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
84 ASN1_INTEGER *in; local
88 in
115 ASN1_TIME *in; local
132 ASN1_TIME *in; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_set.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
79 ASN1_INTEGER *in; local
82 in
109 ASN1_TIME *in; local
127 ASN1_TIME *in; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_set.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
84 ASN1_INTEGER *in; local
88 in
115 ASN1_TIME *in; local
132 ASN1_TIME *in; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dfileback.cpp67 void Read(wxInputStream& in, size_t size1, size_t size2, size_t size3);
68 void Len(wxBackedInputStream& in);
69 void Seek(wxInputStream& in);
83 wxBackedInputStream in(bf);
85 Read(in, BUFSIZE, BUFSIZE / 2, 2 * BUFSIZE / 3);
86 Len(in);
87 Seek(in);
93 wxBackedInputStream in(bf);
95 Len(in);
96 Seek(in);
141 Read(wxInputStream& in, size_t size1, size_t size2, size_t size3) argument
175 Len(wxBackedInputStream& in) argument
180 Seek(wxInputStream& in) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dcbc128.c4 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in
19 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
27 * nor may "OpenSSL" appear in their names without prior written
33 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
66 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, argument
73 assert(in && out && key && ivec);
77 ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
80 out[n] = in[
116 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dcbc128.c4 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in
19 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
27 * nor may "OpenSSL" appear in their names without prior written
33 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
66 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, argument
73 assert(in && out && key && ivec);
77 ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
80 out[n] = in[
116 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmd5.c4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
25 static void MD5Transform(uint32 buf[4], uint32 const in[16]);
71 t = (t >> 3) & 0x3f; /* Bytes already in shsInfo->data */
76 unsigned char *p = (unsigned char *) ctx->in + t;
84 byteReverse(ctx->in, 16);
85 MD5Transform(ctx->buf, (uint32 *) ctx->in);
89 /* Process data in 64-byte chunks */
92 memmove(ctx->in, buf, 64);
93 byteReverse(ctx->in, 1
166 MD5Transform(uint32 buf[4], uint32 const in[16]) argument
[all...]

Completed in 139 milliseconds

1234567891011>>