Home
last modified time | relevance | path

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

1234

/freebsd-10-stable/sys/isa/
Disahint.c43 int sensitive, start, count; in isa_hinted_child() local
47 sensitive = 0; in isa_hinted_child()
48 if (resource_int_value(name, unit, "sensitive", &sensitive) != 0) in isa_hinted_child()
49 resource_int_value(name, -1, "sensitive", &sensitive); in isa_hinted_child()
51 if (sensitive) in isa_hinted_child()
/freebsd-10-stable/crypto/openssh/
Dsshconnect1.c696 Sensitive *sensitive) in ssh_userauth1() argument
728 for (i = 0; i < sensitive->nkeys; i++) { in ssh_userauth1()
729 if (sensitive->keys[i] != NULL && in ssh_userauth1()
730 sensitive->keys[i]->type == KEY_RSA1 && in ssh_userauth1()
732 sensitive->keys[i])) in ssh_userauth1()
Dsshconnect2.c273 Sensitive *sensitive; member
365 Sensitive *sensitive) in ssh_userauth2() argument
387 authctxt.sensitive = sensitive; in ssh_userauth2()
1707 for (i = 0; i < authctxt->sensitive->nkeys; i++) { in userauth_hostbased()
1708 if (authctxt->sensitive->keys[i] == NULL || in userauth_hostbased()
1709 authctxt->sensitive->keys[i]->type == KEY_RSA1 || in userauth_hostbased()
1710 authctxt->sensitive->keys[i]->type == KEY_UNSPEC) in userauth_hostbased()
1713 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased()
1717 private = authctxt->sensitive->keys[i]; in userauth_hostbased()
1718 authctxt->sensitive->keys[i] = NULL; in userauth_hostbased()
[all …]
Dsshconnect.c1361 ssh_login(Sensitive *sensitive, const char *orighost, in ssh_login() argument
1385 ssh_userauth2(local_user, server_user, host, sensitive); in ssh_login()
1389 ssh_userauth1(local_user, server_user, host, sensitive); in ssh_login()
/freebsd-10-stable/contrib/ntp/scripts/ntp-wait/
Dntp-wait.texi34 If there are time-sensitive applications,
37 then invoke all of the non-time-sensitive process,
/freebsd-10-stable/contrib/ee/
Dee.msg14 3 "case sensitive search"
60 49 "write : write a file case : case sensitive search "
75 64 "write: write a file |case : case sensitive search |exit : leave and save "
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r263048-clang-r203624-fix-CC-aliases.diff3 Be case sensitive when determining driver mode based on argv[0] except on Windows
/freebsd-10-stable/usr.bin/ee/nls/pt_BR.ISO8859-1/
Dee.msg14 3 "busca com case sensitive "
60 49 "write : escrever a arquivo case : localizar com case sensitive "
75 64 "write: escrever um arquivo |case : localizar com case sensitive |exit : salvar e sair "
/freebsd-10-stable/crypto/openssl/doc/crypto/
DBN_new.pod26 BN_clear() is used to destroy sensitive data such as keys when they
Dbuffer.pod39 before freeing up in case the buffer contains sensitive data.
DRAND_add.pod33 RAND_add() may be called with sensitive data such as user entered
/freebsd-10-stable/sys/gnu/dts/arm/
Domap4-var-som-om44.dtsi186 /* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */
198 /* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
Domap4-sdp.dts364 /* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */
376 /* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
/freebsd-10-stable/contrib/tnftp/
DREADME17 * context sensitive command and filename completion
/freebsd-10-stable/contrib/ipfilter/ipsd/
DREADME10 Upon compiling, a predefined set of "sensitive" ports are configured into
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Notes/
DALLoverhead.txt74 in a production environment that is sensitive to additional CPU load.
/freebsd-10-stable/contrib/gdb/gdb/
DPROBLEMS92 sensitive to the operating system and thread library.
/freebsd-10-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_generate_session_id.pod39 sensitive information.
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DBuiltinTypes.def28 // types are used to perform context-sensitive checking of specific
/freebsd-10-stable/contrib/bzip2/
DREADME158 * Compression speed is much less sensitive to the input
/freebsd-10-stable/crypto/heimdal/lib/sl/
DChangeLog40 * test_sl.c: Fix caseing for case-sensitive filesystems
/freebsd-10-stable/contrib/top/
DINSTALL53 Top is very sensitive to changes in internal kernel data structures
DREADME112 files in "sys". Top is very sensitive to these changes. If you are
/freebsd-10-stable/contrib/gcc/
Dparams.def584 will stop trying to treat it in a field-sensitive manner.
588 "max-fields-for-field-sensitive",
/freebsd-10-stable/contrib/binutils/opcodes/
Dcgen-asm.in80 /* Generate a case sensitive regular expression that emulates case

1234