Lines Matching refs:secure
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
26 still be processed unmodified by existing Non-secure software (and in
32 secure- bindings only need to be used where both the Secure and Normal
37 - secure-status : specifies whether the device is present and usable
38 in the secure world. The combination of this with "status" allows
40 specified. If "secure-status" is not specified it defaults to the
46 secure-status = "okay"; /* visible in both */
48 status = "okay"; secure-status = "okay"; /* visible in both */
49 secure-status = "disabled"; /* NS-only */
50 status = "okay"; secure-status = "disabled"; /* NS-only */
51 status = "disabled"; secure-status = "okay"; /* S-only */
53 status = "disabled"; secure-status = "disabled"; /* disabled in both */