Home
last modified time | relevance | path

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

1234

/freebsd-12.1/sys/isa/
H A Disahint.c45 int sensitive, start, count; in isa_hinted_child() local
49 sensitive = 0; in isa_hinted_child()
50 if (resource_int_value(name, unit, "sensitive", &sensitive) != 0) in isa_hinted_child()
51 resource_int_value(name, -1, "sensitive", &sensitive); in isa_hinted_child()
53 if (sensitive) in isa_hinted_child()
/freebsd-12.1/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.texi34 If there are time-sensitive applications,
37 then invoke all of the non-time-sensitive process,
/freebsd-12.1/contrib/ee/
H A 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-12.1/usr.bin/ee/nls/pt_BR.ISO8859-1/
H A 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-12.1/crypto/openssh/
H A Dsshconnect2.c276 Sensitive *sensitive; member
369 Sensitive *sensitive) in ssh_userauth2() argument
391 authctxt.sensitive = sensitive; in ssh_userauth2()
1922 for (i = 0; i < authctxt->sensitive->nkeys; i++) { in userauth_hostbased()
1923 if (authctxt->sensitive->keys[i] == NULL || in userauth_hostbased()
1924 authctxt->sensitive->keys[i]->type == KEY_UNSPEC) in userauth_hostbased()
1927 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased()
1931 private = authctxt->sensitive->keys[i]; in userauth_hostbased()
1932 authctxt->sensitive->keys[i] = NULL; in userauth_hostbased()
H A Dsshconnect.c1399 ssh_login(Sensitive *sensitive, const char *orighost, in ssh_login() argument
1422 ssh_userauth2(local_user, server_user, host, sensitive); in ssh_login()
/freebsd-12.1/sys/gnu/dts/arm/
H A Domap4-var-som-om44.dtsi187 /* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */
199 /* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
H A Domap4-sdp.dts391 /* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */
403 /* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CONF_CTX_set1_prefix.pod27 sensitive and "-" is the default. In the unlikely even an application
H A DBN_new.pod27 BN_clear() is used to destroy sensitive data such as keys when they
H A DBUF_MEM_new.pod36 before freeing up in case the buffer contains sensitive data.
H A DOPENSSL_malloc.pod101 when the buffer at B<addr> holds sensitive information.
108 that sensitive tail bytes will survive zeroization because the block of
110 then the old sensitive data will not be overwritten; rather, a block of
H A DSSL_CONF_cmd.pod28 are case sensitive. Unless otherwise stated commands can be used by
46 Note: algorithm and hash names are case sensitive.
83 names are case sensitive. The list should be in order of preference with the
98 (e.g B<prime256v1>). Curve names are case sensitive.
323 Note: algorithm and hash names are case sensitive.
360 names are case sensitive. The list should be in order of preference with the
H A DOPENSSL_secure_malloc.pod42 the program's dynamic memory area, where keys and other sensitive
H A DRAND_DRBG_set_callbacks.pod103 contents safely before freeing it, in order not to leave sensitive information
H A DRSA_padding_add_PKCS1_type_1.pod128 The result of RSA_padding_check_PKCS1_type_2() is a very sensitive
H A DEC_GROUP_new.pod118 EC_GROUP_clear_free destroys any sensitive data held within the EC_GROUP and then frees its memory.
H A DSSL_CTX_set_generate_session_id.pod40 sensitive information.
/freebsd-12.1/contrib/tnftp/
H A DREADME17 * context sensitive command and filename completion
/freebsd-12.1/sys/dts/arm/
H A Dannapurna-alpine.dts121 // 4 = active high level-sensitive
122 // 8 = active low level-sensitive
/freebsd-12.1/contrib/gdb/gdb/
H A DPROBLEMS92 sensitive to the operating system and thread library.
/freebsd-12.1/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr428 cp="" # sensitive info
462 cp="" # sensitive info
976 __kk="" # sensitive info
990 __kk="" # sensitive info
/freebsd-12.1/contrib/bzip2/
H A DREADME158 * Compression speed is much less sensitive to the input
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DBuiltinTypes.def28 // types are used to perform context-sensitive checking of specific
/freebsd-12.1/crypto/heimdal/lib/sl/
H A DChangeLog40 * test_sl.c: Fix caseing for case-sensitive filesystems

1234