Home
last modified time | relevance | path

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

123456

/external/openssh/
Dsshconnect1.c689 Sensitive *sensitive) in ssh_userauth1() argument
721 for (i = 0; i < sensitive->nkeys; i++) { in ssh_userauth1()
722 if (sensitive->keys[i] != NULL && in ssh_userauth1()
723 sensitive->keys[i]->type == KEY_RSA1 && in ssh_userauth1()
725 sensitive->keys[i])) in ssh_userauth1()
Dsshconnect2.c277 Sensitive *sensitive; member
367 Sensitive *sensitive) in ssh_userauth2() argument
407 authctxt.sensitive = sensitive; in ssh_userauth2()
1606 for (i = 0; i < authctxt->sensitive->nkeys; i++) { in userauth_hostbased()
1607 if (authctxt->sensitive->keys[i] == NULL || in userauth_hostbased()
1608 authctxt->sensitive->keys[i]->type == KEY_RSA1 || in userauth_hostbased()
1609 authctxt->sensitive->keys[i]->type == KEY_UNSPEC) in userauth_hostbased()
1612 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased()
1617 private = authctxt->sensitive->keys[i]; in userauth_hostbased()
1618 authctxt->sensitive->keys[i] = NULL; in userauth_hostbased()
[all …]
/external/deqp/android/cts/master/src/
Dgles31-pixelformat.txt1 # GLES 3.1 -- pixel format sensitive tests
Dgles31-rotation.txt1 # GLES 3.1 -- rotation sensitive tests
Dgles3-pixelformat.txt1 # GLES 3.0 -- pixel format sensitive tests
Dgles3-rotation.txt1 # GLES 3 -- rotation sensitive tests
Dgles31-multisample.txt1 # GLES 3.1 -- MSAA sensitive tests
Dgles3-multisample.txt1 # GLES 3 -- MSAA sensitive tests
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/user/
DUserAccount.groovy42 * This implementation uses standard (case-sensitive) String comparison. Subclasses can provide
66 * This implementation uses standard (case-sensitive) String comparison. Subclasses can provide
/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/clang/test/Parser/
Dobjc-quirks.m17 // 'super' isn't an expression, it is a magic context-sensitive keyword.
/external/sepolicy/
Dblkid_untrusted.te19 # Untrusted blkid should never be run on block devices holding sensitive data
Dfsck_untrusted.te19 # Untrusted fsck should never be run on block devices holding sensitive data
/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/llvm/docs/CommandGuide/
Dllvm-diff.rst32 ignored. This algorithm is very sensitive to changes in control flow,
/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
/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/clang/docs/analyzer/
DIPA.txt208 method calls and Objective-C message sends. Due to the path-sensitive nature of
212 This path-sensitive devirtualization occurs when the analyzer can determine what
223 Such type information is tracked as DynamicTypeInfo. This is path-sensitive
293 RuntimeDefinition object) with a path-sensitive "mode" in the ProgramState.
369 code. It is path-sensitive, containing both the current state (ProgramStateRef)
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DFakeUnixFileSystem.groovy25 * <li>Filenames are case-sensitive</li>

123456