Searched defs:in (Results 251 - 275 of 1566) sorted by path

<<11121314151617181920>>

/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dpkcs7.c5 * copyright notice and this permission notice appear in all copies.
28 CBS in, content_info, content_type, wrapped_signed_data, signed_data, local
34 /* The input may be in BER format. */
39 CBS_init(&in, der_bytes, der_len);
41 CBS_init(&in, CBS_data(cbs), CBS_len(cbs));
45 if (!CBS_get_asn1(&in, &content_info, CBS_ASN1_SEQUENCE) ||
H A Dx509_set.c10 * apply to all code found in this distribution, be it the RC4, RSA,
15 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * If this package is used in a product, Eric Young should be given attribution
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
77 ASN1_INTEGER *in; local
80 in
107 ASN1_TIME *in; local
125 ASN1_TIME *in; local
[all...]
H A Dx509cset.c6 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in
21 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
29 * nor may "OpenSSL" appear in their names without prior written
35 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
81 ASN1_TIME *in; local
84 in=x->crl->lastUpdate;
85 if (in != tm)
87 in
99 ASN1_TIME *in; local
133 ASN1_TIME *in; local
151 ASN1_INTEGER *in; local
[all...]
H A Dx_name.c10 * apply to all code found in this distribution, be it the RC4, RSA,
15 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * If this package is used in a product, Eric Young should be given attribution
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
75 const unsigned char **in, long len,
86 static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in);
177 x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
402 asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in) argument
511 X509_NAME *in; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_utl.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/)"
79 static int ipv4_from_asc(unsigned char *v4, const char *in);
80 static int ipv6_from_asc(unsigned char *v6, const char *in);
82 static int ipv6_hex(unsigned char *out, const char *in, int inlen);
365 * @@@ (Contents of buffer are always kept in ASCI
1089 ipv4_from_asc(unsigned char *v4, const char *in) argument
1116 ipv6_from_asc(unsigned char *v6, const char *in) argument
1232 ipv6_hex(unsigned char *out, const char *in, int inlen) argument
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_asn1.c10 * apply to all code found in this distribution, be it the RC4, RSA,
15 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * If this package is used in a product, Eric Young should be given attribution
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
68 * No patent licenses or other rights except those expressly stated in
126 int i2d_SSL_SESSION(SSL_SESSION *in, unsigne argument
[all...]
H A Dssl_cert.c10 * apply to all code found in this distribution, be it the RC4, RSA,
15 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * If this package is used in a product, Eric Young should be given attribution
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
60 * Redistribution and use in source and binary forms, with or without
67 * 2. Redistributions in binar
763 BIO *in; local
834 BIO *in; local
[all...]
H A Dssl_lib.c10 * apply to all code found in this distribution, be it the RC4, RSA,
15 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * If this package is used in a product, Eric Young should be given attribution
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
60 * Redistribution and use in source and binary forms, with or without
67 * 2. Redistributions in binar
1830 SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx, int (*cb) (SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg), void *arg) argument
1877 SSL_CTX_set_alpn_select_cb(SSL_CTX* ctx, int (*cb) (SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg), void *arg) argument
3105 cbb_add_hex(CBB *cbb, const uint8_t *in, size_t in_len) argument
[all...]
H A Dssl_rsa.c10 * apply to all code found in this distribution, be it the RC4, RSA,
15 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * If this package is used in a product, Eric Young should be given attribution
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
90 BIO *in; local
94 in
225 BIO *in; local
309 BIO *in; local
442 BIO *in; local
538 BIO *in; local
619 BIO *in; local
690 BIO *in; local
[all...]
H A Dt1_enc.c10 * apply to all code found in this distribution, be it the RC4, RSA,
15 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * If this package is used in a product, Eric Young should be given attribution
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
60 * Redistribution and use in source and binary forms, with or without
67 * 2. Redistributions in binar
721 unsigned char ad[13], *seq, *in, *out, nonce[16]; local
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dasync_bio.cc5 * copyright notice and this permission notice appear in all copies.
37 static int async_write(BIO *bio, const char *in, int inl) { argument
46 return BIO_write(bio->next_bio, in, inl);
60 int ret = BIO_write(bio->next_bio, in, inl);
H A Dbssl_shim.cc5 * copyright notice and this permission notice appear in all copies.
19 #include <netinet/in.h>
130 const uint8_t* in,
145 const uint8_t* in,
155 in, inlen) != 0)) {
492 // This mode writes a number of different record sizes in an attempt to
127 next_proto_select_callback(SSL* ssl, uint8_t** out, uint8_t* outlen, const uint8_t* in, unsigned inlen, void* arg) argument
142 alpn_select_callback(SSL* ssl, const uint8_t** out, uint8_t* outlen, const uint8_t* in, unsigned inlen, void* arg) argument
H A Dpacketed_bio.cc5 * copyright notice and this permission notice appear in all copies.
25 static int packeted_write(BIO *bio, const char *in, int inl) { argument
45 ret = BIO_write(bio->next_bio, in, inl);
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Ddecode.c4 you may not use this file except in compliance with the License.
9 Unless required by applicable law or agreed to in writing, software
78 /* Decodes a number in the range [0..255], by reading 1 - 11 bits. */
505 length < 8), we first need to expand the pattern in order to get the correct
522 This allows us to do very well in the special case of one single byte
659 BrotliInput in = BrotliInitMemInput(encoded_buffer, encoded_size, &memin); local
662 int success = BrotliDecompress(in, out);
H A Dstreams.c4 you may not use this file except in compliance with the License.
9 Unless required by applicable law or agreed to in writing, software
82 BrotliInput in; local
83 in.cb_ = BrotliStdinInputFunction;
84 in.data_ = NULL;
85 return in;
H A Dstreams.h4 you may not use this file except in compliance with the License.
9 Unless required by applicable law or agreed to in writing, software
38 /* Reads len bytes into buf, using the in callback. */
39 static BROTLI_INLINE int BrotliRead(BrotliInput in, uint8_t* buf, size_t len) { argument
40 return in.cb_(in.data_, buf, len);
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcluster.h4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
61 // it is below a threshold, stores the pair (idx1, idx2) in the *pairs heap.
192 // Find the best 'out' histogram for each of the 'in' histograms.
195 void HistogramRemap(const Histogram<kSize>* in, int in_size, argument
203 double best_bits = HistogramBitCostDistance(in[i], out[best_out]);
206 const double cur_bits = HistogramBitCostDistance(in[i], out[*k]);
221 out[symbols[i]].AddHistogram(in[i]);
225 // Reorder histograms in *out so that the new symbols in *symbol
250 ClusterHistograms(const std::vector<Histogram<kSize> >& in, int num_contexts, int num_blocks, int max_histograms, std::vector<Histogram<kSize> >* out, std::vector<int>* histogram_symbols) argument
[all...]
/external/chromium_org/third_party/brotli/src/woff2/
H A Dtransform.cc4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
40 void WriteBytes(std::vector<uint8_t>* out, const std::vector<uint8_t>& in) { argument
41 for (int i = 0; i < in.size(); ++i) {
42 out->push_back(in[i]);
H A Dwoff2_dec.cc4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
50 // See CompositeGlyph.java in sfntly for full definitions
128 bool TripletDecode(const uint8_t* flags_in, const uint8_t* in, size_t in_size, argument
160 dy = WithSign(flag, ((flag & 14) << 7) + in[triplet_index]);
162 dx = WithSign(flag, (((flag - 10) & 14) << 7) + in[triplet_index]);
166 int b1 = in[triplet_index];
171 dx = WithSign(flag, 1 + ((b0 / 12) << 8) + in[triplet_index]);
173 1 + (((b0 % 12) >> 2) << 8) + in[triplet_index + 1]);
175 int b2 = in[triplet_inde
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/cld/base/
H A Dstl_decl_msvc.h3 // found in the LICENSE file.
6 // rather than including the appropriate stl h file (which brings in
32 // copy_n isn't to be found anywhere in MSVC's STL
35 copy_n(InputIterator in, Size count, OutputIterator out) { argument
37 *out = *in;
39 ++in;
41 return std::make_pair(in, out);
71 // these template classes, then you have to put in some #ifdefs
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jar ... .google.debugging.sourcemap.Base64VLQ$CharIterator in int result boolean continuation int shift } com/google/debugging/sourcemap ...
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py56 # stupid Py2 distutils enforces str type in list of sources
70 if '**/' in pattern:
77 for root in first:
78 for path in extended_iglob(join_path(root, rest)):
79 if path not in seen:
82 for path in extended_iglob(join_path(root, '*', '**/' + rest)):
83 if path not in seen:
87 for path in iglob(pattern):
124 if literal[0] in "'\"":
128 return [unquote(item) for item in
496 print("missing cimport in module '%s': %s" % (module, filename)) namespace
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py93 elif ((PyrexTypes.c_char_ptr_type in type_tuple or PyrexTypes.c_uchar_ptr_type in type_tuple)
97 elif env.directives['c_string_encoding'] in ('ascii', 'default'):
119 for node in nodes:
150 item_types = set([item.infer_type(env) for item in seq_node.args])
161 # is_temp boolean Result is in a temporary variable
191 # in the result_code field of each node.
200 # Framework code in ExprNode provides much of the common
322 # An ephemeral node is one whose result is in
326 # likely to result in
2182 Future.absolute_import not in env.global_scope().context.future_directives): namespace
[all...]
H A DParsing.py85 while s.sy in ops:
90 if Future.division in s.context.future_directives:
154 if s.sy in ops:
179 #comp_op: '<'|'>'|'=='|'>='|'<='|'<>'|'!='|'in'|'not' 'in'|'is'|'is' 'not'
183 if s.sy in comparison_ops:
189 if s.sy in comparison_ops:
217 if s.sy in comparison_ops:
224 s.expect('in')
242 'in', 'i
1407 if is_cimport and s.systring in imported_name_kinds: namespace
[all...]

Completed in 425 milliseconds

<<11121314151617181920>>