Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/freebsd-14.2/targets/pseudo/userland/secure/
H A DMakefile.depend5 secure/lib/libcrypto \
16 secure/lib/libssh \
17 secure/lib/libssl \
21 secure/usr.bin/bdes \
22 secure/usr.bin/openssl \
23 secure/usr.bin/scp \
24 secure/usr.bin/sftp \
25 secure/usr.bin/ssh \
26 secure/usr.bin/ssh-add \
27 secure/usr.bin/ssh-agent \
[all …]
/freebsd-14.2/sbin/init/
H A Dttys29 console none unknown off secure
31 ttyv0 "/usr/libexec/getty Pc" xterm onifexists secure
33 ttyv1 "/usr/libexec/getty Pc" xterm onifexists secure
34 ttyv2 "/usr/libexec/getty Pc" xterm onifexists secure
35 ttyv3 "/usr/libexec/getty Pc" xterm onifexists secure
36 ttyv4 "/usr/libexec/getty Pc" xterm onifexists secure
37 ttyv5 "/usr/libexec/getty Pc" xterm onifexists secure
38 ttyv6 "/usr/libexec/getty Pc" xterm onifexists secure
39 ttyv7 "/usr/libexec/getty Pc" xterm onifexists secure
40 ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
[all …]
/freebsd-14.2/tools/tools/nanobsd/rescue/Files/etc/
H A Dttys32 console none unknown off secure
34 ttyv0 "/usr/libexec/getty Pc" xterm on secure
36 ttyv1 "/usr/libexec/getty Pc" xterm on secure
37 ttyv2 "/usr/libexec/getty Pc" xterm on 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
43 ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
[all …]
/freebsd-14.2/tools/tools/nanobsd/pcengines/Files/etc/
H A Dttys32 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" xterm on secure
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dsecure.txt15 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-14.2/sys/contrib/device-tree/Bindings/crypto/
H A Dinside-secure-safexcel.txt4 - 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-14.2/sys/contrib/device-tree/Bindings/iommu/
H A Dqcom,iommu.txt6 to non-secure vs secure interrupt line.
32 - qcom,iommu-secure-id : secure-id.
38 - "qcom,msm-iommu-v1-ns" : non-secure context bank
39 - "qcom,msm-iommu-v1-sec" : secure context bank
47 for routing of context bank irq's to secure vs non-
48 secure lines. (Ie. if the iommu contains secure
64 qcom,iommu-secure-id = <17>;
90 qcom,iommu-secure-id = <18>;
H A Dqcom,iommu.yaml16 to non-secure vs secure interrupt line.
44 qcom,iommu-secure-id:
47 The SCM secure ID of the IOMMU instance.
101 qcom,iommu-secure-id = <17>;
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dverify_user.c41 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-14.2/crypto/openssl/crypto/
H A Dparam_build.c27 int secure; member
65 if ((pd->secure = secure) != 0) in param_push()
203 int n, secure = 0; in OSSL_PARAM_BLD_push_BN_pad() local
223 secure = 1; in OSSL_PARAM_BLD_push_BN_pad()
240 int secure; in OSSL_PARAM_BLD_push_utf8_string() local
248 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_utf8_string()
278 int secure; in OSSL_PARAM_BLD_push_octet_string() local
284 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_octet_string()
323 if (pd->secure) { in param_bld_convert()
324 p = secure; in param_bld_convert()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,secure-proxy.yaml4 $id: http://devicetree.org/schemas/mailbox/ti,secure-proxy.yaml#
13 The Texas Instruments' secure proxy is a mailbox controller that has
25 const: ti,am654-secure-proxy
30 Contains the secure proxy thread ID used for the specific transfer path.
48 secure proxy thread in the form 'rx_<PID>'.
54 Contains the interrupt information for the Rx interrupt path for secure
71 compatible = "ti,am654-secure-proxy";
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/amlogic/
H A Damlogic,meson-gx-ao-secure.yaml5 $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-14.2/contrib/ntp/sntp/m4/
H A Dntp_crypto_rand.m428 AC_MSG_CHECKING([if we want to use SSL library's secure random numbers])
33 [+ Use SSL lib's secure random numbers]
48 AC_MSG_NOTICE([Using SSL library's secure random number generator])
53 AC_MSG_NOTICE([SSL library's secure random number generator unavailable.])
59 if you wish to build without a cryptographically secure random number
62 WARNING: Use of ntp-keygen without a secure RNG may generate
68 [WARNING: Use of ntp-keygen without a secure RNG may generate
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_secure_malloc.pod11 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
61 CRYPTO_secure_malloc_initialized() indicates whether or not the secure
65 to the process if all secure memory has been freed.
90 the memory if it was not allocated from the secure heap.
97 requested, in order to "round up" and reduce secure heap fragmentation.
102 secure heap.
110 CRYPTO_secure_malloc_initialized() returns 1 if the secure heap is
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/samsung/
H A Dsamsung-secure-firmware.yaml4 $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-14.2/sys/contrib/device-tree/Bindings/nvmem/
H A Dst,stm32-romem.yaml36 st,non-secure-otp:
38 This property explicits a factory programmed area that both secure
39 and non-secure worlds can access. It is needed when, by default, the
40 related area can only be reached by the secure world.
65 st,non-secure-otp;
H A Damlogic-efuse.txt7 - secure-monitor: phandle to the secure-monitor node
20 secure-monitor = <&sm>;
35 sm: secure-monitor {
H A Damlogic,meson-gxbb-efuse.yaml26 secure-monitor:
27 description: phandle to the secure-monitor node
33 - secure-monitor
44 secure-monitor = <&sm>;
/freebsd-14.2/crypto/openssl/include/crypto/
H A Drand_pool.h60 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) argument
76 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member
85 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,
/freebsd-14.2/crypto/openssl/crypto/rand/
H A Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new() argument
26 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in ossl_rand_pool_new()
40 if (secure) in ossl_rand_pool_new()
51 pool->secure = secure; in ossl_rand_pool_new()
106 if (pool->secure) in ossl_rand_pool_free()
221 if (pool->secure) in rand_pool_grow()
230 if (pool->secure) in rand_pool_grow()
/freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/
H A Damlogic,thermal.yaml31 amlogic,ao-secure:
32 description: phandle to the ao-secure syscon
43 - amlogic,ao-secure
56 amlogic,ao-secure = <&sec_AO>;
/freebsd-14.2/secure/usr.bin/openssl/
H A DMakefile.depend11 secure/lib/libcrypto \
12 secure/lib/libcrypto/openssl.amd64 \
13 secure/lib/libssl \
/freebsd-14.2/crypto/openssl/
H A DFREEBSD-upgrade71 secure/lib/libcrypto/Makefile.inc and
82 $ cd secure/lib/libcrypto
103 $ find openssl-X.Y.Z/doc/man/man1 -name '*.1' -exec cp {} secure/usr.bin/openssl/man/ \;
104 $ find openssl-X.Y.Z/doc/man/man3 -name '*.3' -exec cp {} secure/lib/libcrypto/man/man3/ \;
105 $ find openssl-X.Y.Z/doc/man/man5 -name '*.5' -exec cp {} secure/lib/libcrypto/man/man5/ \;
106 $ find openssl-X.Y.Z/doc/man/man7 -name '*.7' -exec cp {} secure/lib/libcrypto/man/man7/ \;
107 $ grep -nrF usr/local secure/lib/libcrypto/man secure/usr.bin/openssl/man
109 $ git commit --amend secure/lib/libcrypto/man secure/usr.bin/openssl/man
/freebsd-14.2/libexec/fingerd/
H A Dfingerd.c74 int p[2], debug, kflag, logging, pflag, secure; in main() local
80 debug = logging = kflag = pflag = secure = 0; in main()
99 secure = 1; in main()
158 if (secure && ap == &av[4]) { in main()
167 if (secure && strchr(*ap, '@')) { in main()
/freebsd-14.2/kerberos5/
H A DMakefile8 secure/lib/libssh secure/usr.bin/ssh secure/usr.sbin/sshd

12345678910>>...22