Home
last modified time | relevance | path

Searched refs:sensitive (Results 1 – 25 of 135) sorted by relevance

123456

/external/chromium_org/third_party/webrtc/base/
Dhttpcommon.cc767 char * sensitive = new char[len]; in HttpAuthenticate() local
768 size_t pos = strcpyn(sensitive, len, username.data(), username.size()); in HttpAuthenticate()
769 pos += strcpyn(sensitive + pos, len - pos, ":"); in HttpAuthenticate()
770 password.CopyTo(sensitive + pos, true); in HttpAuthenticate()
775 response.append(Base64::Encode(sensitive)); in HttpAuthenticate()
776 memset(sensitive, 0, len); in HttpAuthenticate()
777 delete [] sensitive; in HttpAuthenticate()
811 char * sensitive = new char[len]; // A1 in HttpAuthenticate() local
812 size_t pos = strcpyn(sensitive, len, username.data(), username.size()); in HttpAuthenticate()
813 pos += strcpyn(sensitive + pos, len - pos, ":"); in HttpAuthenticate()
[all …]
Dsocketadapters.cc658 char * sensitive = new char[len]; in SendAuth() local
659 pass_.CopyTo(sensitive, true); in SendAuth()
660 request.WriteString(sensitive); // Password in SendAuth()
661 memset(sensitive, 0, len); in SendAuth()
662 delete [] sensitive; in SendAuth()
/external/chromium_org/crypto/
Dec_private_key.h86 bool sensitive,
131 bool sensitive);
141 bool sensitive);
Dec_private_key_nss.cc149 bool sensitive, in ImportFromEncryptedPrivateKeyInfo() argument
204 sensitive, in ImportFromEncryptedPrivateKeyInfo()
319 bool sensitive) { in CreateWithParams() argument
351 sensitive, in CreateWithParams()
369 bool sensitive) { in CreateFromEncryptedPrivateKeyInfoWithParams() argument
391 sensitive, in CreateFromEncryptedPrivateKeyInfoWithParams()
Drsa_private_key_nss.cc248 bool sensitive) { in CreateWithParams() argument
262 sensitive, in CreateWithParams()
275 bool sensitive) { in CreateFromPrivateKeyInfoWithParams() argument
289 slot, &der_private_key_info, NULL, NULL, permanent, sensitive, in CreateFromPrivateKeyInfoWithParams()
Drsa_private_key.h261 bool sensitive);
270 bool sensitive);
/external/chromium_org/crypto/third_party/nss/
Dpk11akey.cc55 PRBool sensitive, in ImportEncryptedECPrivateKeyInfoAndReturnKey() argument
84 public_value, permanent, sensitive, CKK_EC, in ImportEncryptedECPrivateKeyInfoAndReturnKey()
Dchromium-nss.h68 PRBool sensitive,
/external/chromium_org/tools/valgrind/gtest_exclude/
Dbase_unittests.gtest_win32.txt4 # Very sensitive to slowdown
Dmedia_unittests.gtest.txt2 # This appears to be too sensitive to slowdown, see http://crbug.com/49497
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dcandidate.h201 std::string ToStringInternal(bool sensitive) const { in ToStringInternal() argument
203 std::string address = sensitive ? address_.ToSensitiveString() : in ToStringInternal()
/external/clang/test/Parser/
Dobjc-quirks.m17 // 'super' isn't an expression, it is a magic context-sensitive keyword.
/external/fonttools/Lib/fontTools/ttLib/tables/
Dtable_API_readme.txt11 fact that we need to map TT table tags (which are case sensitive)
12 to filenames (which on Mac and Win aren't case sensitive) as well
/external/llvm/test/Transforms/SimplifyCFG/
D2011-03-08-UnreachableUse.ll4 ; Note that the crash in PR9420 test is sensitive to the ordering of
/external/clang/test/Index/
Dcomplete-synthesized.m1 // Note: this test is line- and column-sensitive. Test commands are at
Dcomplete-lambdas.mm1 // This test is line- and column-sensitive. See below for run lines.
/external/llvm/test/CodeGen/ARM/
Dldrd.ll31 ; able to generate an LDRD pair here, but this is highly sensitive to
38 ; is sensitive to Regalloc changes, but it is an interesting case.
/external/clang/test/Analysis/
Dmisc-ps-region-store.mm6 // This files tests our path-sensitive handling of Objective-c++ files.
/external/libpcap/msdos/
Dcommon.dj42 # Put interrupt sensitive code/data in locked sections
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_view_unittest.mm49 // TODO(viettrungluu): Figure out how to test this, which is timing-sensitive
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst32 ignored. This algorithm is very sensitive to changes in control flow,
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsymrec.h78 void yasm_symtab_set_case_sensitive(yasm_symtab *symtab, int sensitive);
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Drhino-python.prog44 // whitespace sensitive
/external/llvm/test/Transforms/IndVarSimplify/
Dloop_evaluate10.ll10 ; such as this, by making getSCEVAtScope() sensitive to a particular
/external/llvm/docs/
DAliasAnalysis.rst14 different ways of classifying them: flow-sensitive vs. flow-insensitive,
15 context-sensitive vs. context-insensitive, field-sensitive
551 This pass implements a simple context-sensitive mod/ref and alias analysis for
558 The real power of this pass is that it provides context-sensitive mod/ref
576 The LLVM ``-steens-aa`` pass implements a "speculatively field-**sensitive**"
591 context-**sensitive**, and speculatively field-**sensitive** alias
595 queries, and can provide context-sensitive mod/ref information as well. The

123456