Searched refs:out (Results 226 - 250 of 5513) sorted by relevance

1234567891011>>

/external/openssl/crypto/aes/
H A Daes.h98 void AES_encrypt(const unsigned char *in, unsigned char *out,
100 void AES_decrypt(const unsigned char *in, unsigned char *out,
103 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
105 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
108 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
111 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
114 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
117 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
120 void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
126 void AES_ige_encrypt(const unsigned char *in, unsigned char *out,
[all...]
H A Daes_cfb.c60 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, argument
64 CRYPTO_cfb128_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
68 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out, argument
72 CRYPTO_cfb128_1_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
75 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, argument
79 CRYPTO_cfb128_8_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
/external/openssl/include/openssl/
H A Daes.h98 void AES_encrypt(const unsigned char *in, unsigned char *out,
100 void AES_decrypt(const unsigned char *in, unsigned char *out,
103 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
105 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
108 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
111 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
114 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
117 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
120 void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
126 void AES_ige_encrypt(const unsigned char *in, unsigned char *out,
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DMapItem.java81 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
82 int itemType = dexFile.readUshort(out.getCursor());
83 out.annotate(2, "type = 0x%x: %s", itemType, ItemType.getItemTypeName(itemType));
85 out.annotate(2, "unused");
87 int size = dexFile.readSmallUint(out.getCursor());
88 out.annotate(4, "size = %d", size);
90 int offset = dexFile.readSmallUint(out.getCursor());
91 out.annotate(4, "offset = 0x%x", offset);
94 @Override public void annotateSection(@Nonnull AnnotatedBytes out) {
95 out
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DTwoColumnOutput.java47 private final Writer out; field in class:TwoColumnOutput
59 * @param out non-null; writer to send final output to
64 public TwoColumnOutput(@Nonnull Writer out, int leftWidth, int rightWidth, argument
75 this.out = out;
84 * @param out non-null; stream to send final output to
89 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, argument
91 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
123 out.write(leftLine);
129 writeSpaces(out, remainin
149 writeSpaces(Writer out, int amt) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86masm.pl5 *out=\@::out;
94 push(@out,$tmp);
108 push(@out,$func);
114 push(@out,"$nmdecor$func ENDP\n");
129 if (grep {/\b[x]?mm[0-7]\b/i} @out) {
130 grep {s/\.[3-7]86/$xmmheader/} @out;
133 push(@out,"$segment ENDS\n");
135 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
141 # comment out OPENSSL_ia32cap_
[all...]
H A Dx86nasm.pl5 *out=\@::out;
80 { if ($::mwerks) { push(@out,".section\t.text,64\n"); }
92 push(@out,$tmp);
106 push(@out,"${drdecor}global $func\n") if ($global);
107 push(@out,"${drdecor}align 16\n");
108 push(@out,"$func:\n");
109 push(@out,"$begin:\n") if ($global);
119 { if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
124 # comment out OPENSSL_ia32cap_
[all...]
/external/openssl/crypto/perlasm/
H A Dx86masm.pl5 *out=\@::out;
92 push(@out,$tmp);
106 push(@out,$func);
112 push(@out,"$nmdecor$func ENDP\n");
127 if (grep {/\b[x]?mm[0-7]\b/i} @out) {
128 grep {s/\.[3-7]86/$xmmheader/} @out;
131 push(@out,"$segment ENDS\n");
133 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
139 # comment out OPENSSL_ia32cap_
[all...]
H A Dx86nasm.pl5 *out=\@::out;
78 { if ($::mwerks) { push(@out,".section\t.text,64\n"); }
90 push(@out,$tmp);
104 push(@out,"${drdecor}global $func\n") if ($global);
105 push(@out,"${drdecor}align 16\n");
106 push(@out,"$func:\n");
107 push(@out,"$begin:\n") if ($global);
117 { if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
122 # comment out OPENSSL_ia32cap_
[all...]
/external/chromium_org/third_party/icu/source/samples/uresb/
H A Duresb.c18 * This program prints out resource bundles - example for
59 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status);
60 void printIndent(UFILE *out, int32_t indent);
61 void printHex(UFILE *out, const int8_t *what);
80 UFILE *out = NULL; local
146 out = u_finit(stdout, locale, encoding);
152 u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath);
155 u_fprintf(out, "%s\n", arg);
156 printOutBundle(out, bundle, 0, &status);
166 u_fclose(out);
171 printIndent(UFILE *out, int32_t indent) argument
181 printHex(UFILE *out, const int8_t *what) argument
221 printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c18 * This program prints out resource bundles - example for
59 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status);
60 void printIndent(UFILE *out, int32_t indent);
61 void printHex(UFILE *out, const int8_t *what);
80 UFILE *out = NULL; local
146 out = u_finit(stdout, locale, encoding);
152 u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath);
155 u_fprintf(out, "%s\n", arg);
156 printOutBundle(out, bundle, 0, &status);
166 u_fclose(out);
171 printIndent(UFILE *out, int32_t indent) argument
181 printHex(UFILE *out, const int8_t *what) argument
221 printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status) argument
[all...]
/external/chromium_org/ppapi/cpp/
H A Dview.cc35 PP_Rect out; local
37 if (PP_ToBool(get_interface<PPB_View_1_2>()->GetRect(pp_resource(), &out)))
38 return Rect(out);
40 if (PP_ToBool(get_interface<PPB_View_1_1>()->GetRect(pp_resource(), &out)))
41 return Rect(out);
43 if (PP_ToBool(get_interface<PPB_View_1_0>()->GetRect(pp_resource(), &out)))
44 return Rect(out);
88 PP_Rect out; local
91 &out)))
92 return Rect(out);
122 PP_Point out; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_prn.c34 * The word 'cryptographic' can be left out if the rouines from the library
159 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
164 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
167 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
172 static int asn1_print_fsname(BIO *out, int indent,
176 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, argument
186 return asn1_item_print_ctx(out, &ifld, indent, it,
190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, argument
204 parg.out = out;
339 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
401 asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
450 asn1_print_boolean_ctx(BIO *out, int boolval, const ASN1_PCTX *pctx) argument
476 asn1_print_integer_ctx(BIO *out, ASN1_INTEGER *str, const ASN1_PCTX *pctx) argument
500 asn1_print_oid_ctx(BIO *out, const ASN1_OBJECT *oid, const ASN1_PCTX *pctx) argument
514 asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, const ASN1_PCTX *pctx) argument
531 asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
[all...]
/external/openssl/crypto/asn1/
H A Dtasn_prn.c159 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
164 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
167 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
172 static int asn1_print_fsname(BIO *out, int indent,
176 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, argument
186 return asn1_item_print_ctx(out, &ifld, indent, it,
190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, argument
204 parg.out = out;
215 if (!nohdr && !asn1_print_fsname(out, inden
339 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
400 asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
449 asn1_print_boolean_ctx(BIO *out, int boolval, const ASN1_PCTX *pctx) argument
475 asn1_print_integer_ctx(BIO *out, ASN1_INTEGER *str, const ASN1_PCTX *pctx) argument
487 asn1_print_oid_ctx(BIO *out, const ASN1_OBJECT *oid, const ASN1_PCTX *pctx) argument
501 asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, const ASN1_PCTX *pctx) argument
519 asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DBase64.cpp69 void base64Encode(const char* data, unsigned len, Vector<char>& out, Base64EncodePolicy policy) argument
71 out.clear();
93 out.grow(outLength);
100 out[didx++] = '\n';
103 out[didx++] = base64EncMap[(data[sidx] >> 2) & 077];
104 out[didx++] = base64EncMap[((data[sidx + 1] >> 4) & 017) | ((data[sidx] << 4) & 077)];
105 out[didx++] = base64EncMap[((data[sidx + 2] >> 6) & 003) | ((data[sidx + 1] << 2) & 077)];
106 out[didx++] = base64EncMap[data[sidx + 2] & 077];
113 out[didx++] = '\n';
115 out[did
130 base64Decode(const Vector<char>& in, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) argument
142 base64DecodeInternal(const T* data, unsigned length, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) argument
221 base64Decode(const char* data, unsigned length, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) argument
226 base64Decode(const UChar* data, unsigned length, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) argument
231 base64Decode(const String& in, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) argument
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DStreams.java38 ByteArrayOutputStream out = new ByteArrayOutputStream();
41 out.write(buffer, 0, count);
43 return out.toByteArray();
51 StringWriter out = new StringWriter();
54 out.write(buffer, 0, count);
56 return out.toString();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERSequence.java58 ASN1OutputStream out)
61 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
62 out.write(0x80);
67 out.writeObject((ASN1Encodable)e.nextElement());
70 out.write(0x00);
71 out.write(0x00);
57 encode( ASN1OutputStream out) argument
H A DBERSet.java58 ASN1OutputStream out)
61 out.write(BERTags.SET | BERTags.CONSTRUCTED);
62 out.write(0x80);
67 out.writeObject((ASN1Encodable)e.nextElement());
70 out.write(0x00);
71 out.write(0x00);
57 encode( ASN1OutputStream out) argument
/external/chromium_org/base/debug/
H A Dtrace_event_android.cc31 std::string out = base::StringPrintf("%c|%d|%s", phase, getpid(), name); local
33 base::StringAppendF(&out, "-%" PRIx64, static_cast<uint64>(id));
34 out += '|';
38 out += ';';
39 out += arg_names[i];
40 out += '=';
41 std::string::size_type value_start = out.length();
43 convertable_values[i]->AppendAsTraceFormat(&out);
46 arg_types[i], arg_values[i], &out);
49 ReplaceSubstringsAfterOffset(&out, value_star
162 std::string out = base::StringPrintf( local
[all...]
/external/chromium_org/content/browser/appcache/
H A Dview_appcache_internals_job.cc54 void EmitPageStart(std::string* out) { argument
55 out->append(
70 void EmitPageEnd(std::string* out) { argument
71 out->append("</body></html>\n");
76 std::string* out) {
77 out->append("<li>");
78 out->append(net::EscapeForHTML(label));
79 out->append(net::EscapeForHTML(data));
80 out->append("</li>\n");
84 std::string* out) {
74 EmitListItem(const std::string& label, const std::string& data, std::string* out) argument
83 EmitAnchor(const std::string& url, const std::string& text, std::string* out) argument
92 EmitCommandAnchor(const char* label, const GURL& base_url, const char* command, const char* param, std::string* out) argument
106 EmitAppCacheInfo(const GURL& base_url, AppCacheServiceImpl* service, const AppCacheInfo* info, std::string* out) argument
148 EmitAppCacheInfoVector( const GURL& base_url, AppCacheServiceImpl* service, const AppCacheInfoVector& appcaches, std::string* out) argument
160 EmitTableData(const std::string& data, bool align_right, bool bold, std::string* out) argument
223 EmitAppCacheResourceInfoVector( const GURL& base_url, const GURL& manifest_url, const AppCacheResourceInfoVector& resource_infos, int64 group_id, std::string* out) argument
243 false, false, out); local
251 EmitResponseHeaders(net::HttpResponseHeaders* headers, std::string* out) argument
267 EmitHexDump(const char *buf, size_t buf_len, size_t total_len, std::string* out) argument
366 EmitPageStart(out); variable
385 EmitPageEnd(out); variable
487 EmitPageStart(out); variable
499 EmitPageEnd(out); variable
563 EmitPageStart(out); variable
584 EmitPageEnd(out); variable
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_test_utils.h17 Arg* out, Arg actual) {
18 *out = actual;
25 const base::Closure& quit, Arg* out) {
26 return base::Bind(&ReceiveResult<Arg>, run_quit_thread, quit, out);
30 CreateReceiverOnCurrentThread(Arg* out) { argument
34 return base::Bind(&ReceiveResult<Arg>, id, base::Closure(), out);
15 ReceiveResult(BrowserThread::ID run_quit_thread, const base::Closure& quit, Arg* out, Arg actual) argument
24 CreateReceiver(BrowserThread::ID run_quit_thread, const base::Closure& quit, Arg* out) argument
/external/chromium_org/net/quic/crypto/
H A Dsource_address_token.cc30 string out; local
31 out.push_back(ip_.size());
32 out.append(ip_);
34 out.push_back(time_str.size());
35 out.append(time_str);
38 return out;
/external/chromium_org/ppapi/api/private/
H A Dppb_platform_verification_private.idl59 * @param[out] signed_data A <code>PP_Var</code> of type
63 * @param[out] signed_data_signature A <code>PP_Var</code> of type
67 * @param[out] platform_key_certificate A <code>PP_Var</code> of type
81 [out] PP_Var signed_data,
82 [out] PP_Var signed_data_signature,
83 [out] PP_Var platform_key_certificate,
/external/llvm/tools/opt/
H A DPassPrinters.h28 FunctionPass *createFunctionPassPrinter(const PassInfo *PI, raw_ostream &out,
32 raw_ostream &out, bool Quiet);
34 ModulePass *createModulePassPrinter(const PassInfo *PI, raw_ostream &out,
37 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out,
40 RegionPass *createRegionPassPrinter(const PassInfo *PI, raw_ostream &out,
44 raw_ostream &out, bool Quiet);
/external/openssl/
H A Dandroid-config.mk33 LOCAL_CFLAGS_32 := $(filter-out -DTERMIO, $(LOCAL_CFLAGS_32))
34 LOCAL_CFLAGS_64 := $(filter-out -DTERMIO, $(LOCAL_CFLAGS_64))
35 # filter out static flags too
36 openssl_cflags_static_32 := $(filter-out -DTERMIO, $(openssl_cflags_static_32))
37 openssl_cflags_static_64 := $(filter-out -DTERMIO, $(openssl_cflags_static_64))
40 LOCAL_CFLAGS_32 := $(filter-out -DDSO_DLFCN -DHAVE_DLFCN_H,$(LOCAL_CFLAGS_32))
41 LOCAL_CFLAGS_64 := $(filter-out -DDSO_DLFCN -DHAVE_DLFCN_H,$(LOCAL_CFLAGS_64))

Completed in 408 milliseconds

1234567891011>>