| /freebsd-13.1/targets/pseudo/userland/secure/ |
| H A D | Makefile.depend | 6 secure/lib/libcrypto \ 17 secure/lib/libssh \ 18 secure/lib/libssl \ 22 secure/usr.bin/bdes \ 23 secure/usr.bin/openssl \ 24 secure/usr.bin/scp \ 25 secure/usr.bin/sftp \ 26 secure/usr.bin/ssh \ 27 secure/usr.bin/ssh-add \ 28 secure/usr.bin/ssh-agent \ [all …]
|
| /freebsd-13.1/sbin/init/ |
| H A D | ttys | 30 console none unknown off secure 32 ttyv0 "/usr/libexec/getty Pc" xterm onifexists secure 34 ttyv1 "/usr/libexec/getty Pc" xterm onifexists secure 35 ttyv2 "/usr/libexec/getty Pc" xterm onifexists secure 36 ttyv3 "/usr/libexec/getty Pc" xterm onifexists secure 37 ttyv4 "/usr/libexec/getty Pc" xterm onifexists secure 38 ttyv5 "/usr/libexec/getty Pc" xterm onifexists secure 39 ttyv6 "/usr/libexec/getty Pc" xterm onifexists secure 41 ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure 49 dcons "/usr/libexec/getty std.9600" vt100 off secure [all …]
|
| /freebsd-13.1/tools/tools/nanobsd/rescue/Files/etc/ |
| H A D | ttys | 33 console none unknown off secure 35 ttyv0 "/usr/libexec/getty Pc" xterm on secure 37 ttyv1 "/usr/libexec/getty Pc" xterm on secure 38 ttyv2 "/usr/libexec/getty Pc" xterm on secure 39 ttyv3 "/usr/libexec/getty Pc" xterm off secure 40 ttyv4 "/usr/libexec/getty Pc" xterm off secure 41 ttyv5 "/usr/libexec/getty Pc" xterm off secure 42 ttyv6 "/usr/libexec/getty Pc" xterm off secure 43 ttyv7 "/usr/libexec/getty Pc" xterm off secure 44 ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure [all …]
|
| /freebsd-13.1/tools/tools/nanobsd/pcengines/Files/etc/ |
| H A D | ttys | 33 console none unknown off secure 35 ttyv0 "/usr/libexec/getty Pc" xterm off secure 37 ttyv1 "/usr/libexec/getty Pc" xterm off secure 38 ttyv2 "/usr/libexec/getty Pc" xterm off secure 39 ttyv3 "/usr/libexec/getty Pc" xterm off secure 40 ttyv4 "/usr/libexec/getty Pc" xterm off secure 41 ttyv5 "/usr/libexec/getty Pc" xterm off secure 42 ttyv6 "/usr/libexec/getty Pc" xterm off secure 43 ttyv7 "/usr/libexec/getty Pc" xterm off secure 47 ttyu0 "/usr/libexec/getty std.9600" xterm on secure [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H A D | secure.txt | 15 can be supported by prefixing the property name with "secure-". So for 16 instance "secure-foo" would override "foo". For property names with 18 "vendor,secure-foo". If there is no "secure-" property then the Secure 21 validly have "secure-" versions; this list will be enlarged on a 39 in the secure world. The combination of this with "status" allows 41 specified. If "secure-status" is not specified it defaults to the 50 secure-status = "disabled"; /* NS-only */ 51 status = "okay"; secure-status = "disabled"; /* NS-only */ 52 status = "disabled"; secure-status = "okay"; /* S-only */ 56 The secure-chosen node [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | inside-secure-safexcel.txt | 4 - compatible: Should be "inside-secure,safexcel-eip197b", 5 "inside-secure,safexcel-eip197d" or 6 "inside-secure,safexcel-eip97ies". 21 - "inside-secure,safexcel-eip197" is equivalent to 22 "inside-secure,safexcel-eip197b". 23 - "inside-secure,safexcel-eip97" is equivalent to 24 "inside-secure,safexcel-eip97ies". 29 compatible = "inside-secure,safexcel-eip197b";
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | verify_user.c | 41 krb5_boolean secure, in verify_common() argument 56 krb5_verify_init_creds_opt_set_ap_req_nofail(&vopt, secure); in verify_common() 95 opt->secure = TRUE; in krb5_verify_opt_init() 131 krb5_verify_opt_set_secure(krb5_verify_opt *opt, krb5_boolean secure) in krb5_verify_opt_set_secure() argument 133 opt->secure = secure; in krb5_verify_opt_set_secure() 179 OPT(keytab, NULL), vopt ? vopt->secure : TRUE, in verify_user_opt_int() 223 krb5_boolean secure, in krb5_verify_user() argument 231 krb5_verify_opt_set_secure(&opt, secure); in krb5_verify_user() 247 krb5_boolean secure, in krb5_verify_user_lrealm() argument 255 krb5_verify_opt_set_secure(&opt, secure); in krb5_verify_user_lrealm()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | qcom,iommu.txt | 6 to non-secure vs secure interrupt line. 31 - qcom,iommu-secure-id : secure-id. 37 - "qcom,msm-iommu-v1-ns" : non-secure context bank 38 - "qcom,msm-iommu-v1-sec" : secure context bank 46 for routing of context bank irq's to secure vs non- 47 secure lines. (Ie. if the iommu contains secure 63 qcom,iommu-secure-id = <17>; 89 qcom,iommu-secure-id = <18>;
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_secure_malloc.pod | 11 CRYPTO_secure_used - secure heap storage 45 information might be stored, OpenSSL supports the concept of a "secure heap." 50 If a secure heap is used, then private key B<BIGNUM> values are stored there. 54 CRYPTO_secure_malloc_init() creates the secure heap, with the specified 59 CRYPTO_secure_malloc_initialized() indicates whether or not the secure 63 to the process if all secure memory has been freed. 87 the memory if it was not allocated from the secure heap. 93 requested, in order to "round up" and reduce secure heap fragmentation. 98 secure heap. 106 CRYPTO_secure_malloc_initialized() returns 1 if the secure heap is [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/amlogic/ |
| H A D | amlogic,meson-gx-ao-secure.yaml | 5 $id: "http://devicetree.org/schemas/arm/amlogic/amlogic,meson-gx-ao-secure.yaml#" 15 secure firmware. 22 const: amlogic,meson-gx-ao-secure 29 - const: amlogic,meson-gx-ao-secure 50 ao-secure@140 { 51 compatible = "amlogic,meson-gx-ao-secure", "syscon";
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/samsung/ |
| H A D | samsung-secure-firmware.yaml | 4 $id: http://devicetree.org/schemas/arm/samsung/samsung-secure-firmware.yaml# 15 - const: samsung,secure-firmware 19 Address of non-secure SYSRAM used for communication with firmware. 31 compatible = "samsung,secure-firmware";
|
| /freebsd-13.1/tools/tools/tinybsd/conf/wrap/etc/ |
| H A D | ttys | 32 console none unknown off secure 34 ttyv0 "/usr/libexec/getty Pc" xterm off secure 36 ttyv1 "/usr/libexec/getty Pc" xterm off secure 37 ttyv2 "/usr/libexec/getty Pc" xterm off secure 38 ttyv3 "/usr/libexec/getty Pc" xterm off secure 39 ttyv4 "/usr/libexec/getty Pc" xterm off secure 40 ttyv5 "/usr/libexec/getty Pc" xterm off secure 41 ttyv6 "/usr/libexec/getty Pc" xterm off secure 42 ttyv7 "/usr/libexec/getty Pc" xterm off secure 46 ttyu0 "/usr/libexec/getty std.9600" dialup on secure [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | st,stm32-romem.yaml | 32 st,non-secure-otp: 34 This property explicits a factory programmed area that both secure 35 and non-secure worlds can access. It is needed when, by default, the 36 related area can only be reached by the secure world. 59 st,non-secure-otp;
|
| H A D | amlogic-efuse.txt | 7 - secure-monitor: phandle to the secure-monitor node 20 secure-monitor = <&sm>; 35 sm: secure-monitor {
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | amlogic,thermal.yaml | 31 amlogic,ao-secure: 32 description: phandle to the ao-secure syscon 43 - amlogic,ao-secure 56 amlogic,ao-secure = <&sec_AO>;
|
| /freebsd-13.1/secure/usr.bin/ssh/ |
| H A D | Makefile.depend | 19 secure/lib/libcrypto \ 20 secure/lib/libssh \ 21 secure/lib/libssl \
|
| /freebsd-13.1/secure/usr.sbin/sshd/ |
| H A D | Makefile.depend | 22 secure/lib/libcrypto \ 23 secure/lib/libssh \ 24 secure/lib/libssl \
|
| /freebsd-13.1/contrib/apr-util/ldap/ |
| H A D | apr_ldap_init.c | 151 int secure, in apr_ldap_init() argument 166 *ldap = ldapssl_init(hostname, portno, secure == APR_LDAP_SSL); in apr_ldap_init() 178 if (secure == APR_LDAP_SSL) in apr_ldap_init() 182 return apr_ldap_set_option(pool, *ldap, APR_LDAP_OPT_TLS, &secure, result_err); in apr_ldap_init()
|
| /freebsd-13.1/libexec/fingerd/ |
| H A D | fingerd.c | 76 int p[2], debug, kflag, logging, pflag, secure; in main() local 82 debug = logging = kflag = pflag = secure = 0; in main() 101 secure = 1; in main() 160 if (secure && ap == &av[4]) { in main() 169 if (secure && strchr(*ap, '@')) { in main()
|
| /freebsd-13.1/kerberos5/ |
| H A D | Makefile | 9 secure/lib/libssh secure/usr.bin/ssh secure/usr.sbin/sshd
|
| /freebsd-13.1/crypto/openssl/crypto/rand/ |
| H A D | rand_local.h | 91 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) argument 172 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member 188 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member
|
| H A D | rand_lib.c | 151 pool = rand_pool_new(entropy, drbg->secure, min_len, max_len); in rand_drbg_get_entropy() 218 if (drbg->secure) in rand_drbg_cleanup_entropy() 432 RAND_POOL *rand_pool_new(int entropy_requested, int secure, in rand_pool_new() argument 436 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in rand_pool_new() 454 if (secure) in rand_pool_new() 465 pool->secure = secure; in rand_pool_new() 521 if (pool->secure) in rand_pool_free() 636 if (pool->secure) in rand_pool_grow() 645 if (pool->secure) in rand_pool_grow()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/rng/ |
| H A D | omap_rng.txt | 9 - "inside-secure,safexcel-eip76" for SoCs with EIP76 IP block 14 Used for "ti,omap4-rng" and "inside-secure,safexcel-eip76" 16 "inside-secure,safexcel-eip76" compatible, the second clock is 34 compatible = "inside-secure,safexcel-eip76";
|
| /freebsd-13.1/lib/libc/secure/ |
| H A D | Makefile.inc | 5 .PATH: ${LIBC_SRCTOP}/secure 11 SYM_MAPS+= ${LIBC_SRCTOP}/secure/Symbol.map
|
| /freebsd-13.1/usr.bin/svn/lib/libserf/ |
| H A D | Makefile.depend | 8 secure/lib/libcrypto \ 9 secure/lib/libssl \
|