Searched refs:in (Results 226 - 250 of 16964) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/camellia/
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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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
60 CRYPTO_cbc128_encrypt(in,out,len,key,ivec,(block128_f)AES_encrypt);
62 CRYPTO_cbc128_decrypt(in,out,len,key,ivec,(block128_f)AES_decrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/camellia/
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,(block128_f)Camellia_encrypt);
63 CRYPTO_cbc128_decrypt(in,out,len,key,ivec,(block128_f)Camellia_decrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/camellia/
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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libnet/
H A Dlibnet_lookup.h11 This program is distributed in the hope that it will be useful,
26 } in; member in struct:libnet_Lookup
37 } in; member in struct:libnet_LookupDCs
49 } in; member in struct:libnet_LookupName
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libnet/
H A Dlibnet_lookup.h11 This program is distributed in the hope that it will be useful,
26 } in; member in struct:libnet_Lookup
37 } in; member in struct:libnet_LookupDCs
49 } in; member in struct:libnet_LookupName
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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
60 CRYPTO_cbc128_encrypt(in,out,len,key,ivec,(block128_f)AES_encrypt);
62 CRYPTO_cbc128_decrypt(in,out,len,key,ivec,(block128_f)AES_decrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/camellia/
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,(block128_f)Camellia_encrypt);
63 CRYPTO_cbc128_decrypt(in,out,len,key,ivec,(block128_f)Camellia_decrypt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/camellia/
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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/utils/
H A Dbase64.c33 * not included in out_len.
39 const unsigned char *end, *in; local
53 in = src;
56 while (end - in >= 3) {
57 *pos++ = base64_table[in[0] >> 2];
58 *pos++ = base64_table[((in[0] & 0x03) << 4) | (in[1] >> 4)];
59 *pos++ = base64_table[((in[1] & 0x0f) << 2) | (in[2] >> 6)];
60 *pos++ = base64_table[in[
106 unsigned char dtable[256], *out, *pos, in[4], block[4], tmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/utils/
H A Dbase64.c33 * not included in out_len.
39 const unsigned char *end, *in; local
53 in = src;
56 while (end - in >= 3) {
57 *pos++ = base64_table[in[0] >> 2];
58 *pos++ = base64_table[((in[0] & 0x03) << 4) | (in[1] >> 4)];
59 *pos++ = base64_table[((in[1] & 0x0f) << 2) | (in[2] >> 6)];
60 *pos++ = base64_table[in[
106 unsigned char dtable[256], *out, *pos, in[4], block[4], tmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/smb2/
H A Dioctl.c13 This program is distributed in the hope that it will be useful,
35 io->in.in.length+io->in.out.length);
39 SIVAL(req->out.body, 0x04, io->in.function);
40 smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
42 status = smb2_push_o32s32_blob(&req->out, 0x18, io->in.out);
48 SIVAL(req->out.body, 0x20, io->in.unknown2);
50 status = smb2_push_o32s32_blob(&req->out, 0x24, io->in.in);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/utils/
H A Dbase64.c33 * not included in out_len.
39 const unsigned char *end, *in; local
53 in = src;
56 while (end - in >= 3) {
57 *pos++ = base64_table[in[0] >> 2];
58 *pos++ = base64_table[((in[0] & 0x03) << 4) | (in[1] >> 4)];
59 *pos++ = base64_table[((in[1] & 0x0f) << 2) | (in[2] >> 6)];
60 *pos++ = base64_table[in[
106 unsigned char dtable[256], *out, *pos, in[4], block[4], tmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/utils/
H A Dbase64.c33 * not included in out_len.
39 const unsigned char *end, *in; local
53 in = src;
56 while (end - in >= 3) {
57 *pos++ = base64_table[in[0] >> 2];
58 *pos++ = base64_table[((in[0] & 0x03) << 4) | (in[1] >> 4)];
59 *pos++ = base64_table[((in[1] & 0x0f) << 2) | (in[2] >> 6)];
60 *pos++ = base64_table[in[
106 unsigned char dtable[256], *out, *pos, in[4], block[4], tmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/smb2/
H A Dioctl.c13 This program is distributed in the hope that it will be useful,
35 io->in.in.length+io->in.out.length);
39 SIVAL(req->out.body, 0x04, io->in.function);
40 smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
42 status = smb2_push_o32s32_blob(&req->out, 0x18, io->in.out);
48 SIVAL(req->out.body, 0x20, io->in.unknown2);
50 status = smb2_push_o32s32_blob(&req->out, 0x24, io->in.in);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/smb2/
H A Dioctl.c13 This program is distributed in the hope that it will be useful,
35 io->in.in.length+io->in.out.length);
39 SIVAL(req->out.body, 0x04, io->in.function);
40 smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
42 status = smb2_push_o32s32_blob(&req->out, 0x18, io->in.out);
48 SIVAL(req->out.body, 0x20, io->in.unknown2);
50 status = smb2_push_o32s32_blob(&req->out, 0x24, io->in.in);
[all...]

Completed in 182 milliseconds

1234567891011>>