Home
last modified time | relevance | path

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

1234

/arch/arm/crypto/
DKconfig17 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
27 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
37 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
46 SHA-256 secure hash standard (DFIPS 180-2) implemented
54 SHA-256 secure hash standard (DFIPS 180-2) implemented
62 SHA-512 secure hash standard (DFIPS 180-2) implemented
109 Use a faster and more secure NEON based implementation of AES in CBC,
/arch/arm/mach-omap2/
DMakefile17 secure-common = omap-smc.o omap-secure.o
20 obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(hwmod-common) $(secure-common)
21 obj-$(CONFIG_ARCH_OMAP4) += $(hwmod-common) $(secure-common)
22 obj-$(CONFIG_SOC_AM33XX) += $(hwmod-common) $(secure-common)
23 obj-$(CONFIG_SOC_OMAP5) += $(hwmod-common) $(secure-common)
24 obj-$(CONFIG_SOC_AM43XX) += $(hwmod-common) $(secure-common)
25 obj-$(CONFIG_SOC_DRA7XX) += $(hwmod-common) $(secure-common)
Domap-smc.S67 mov r12, r0 @ Copy the secure service ID
/arch/arm/boot/dts/
Dste-db9500.dtsi25 * to actually call into trustzone to run secure
Dste-db8520.dtsi43 * to actually call into trustzone to run secure
Dste-db8500.dtsi43 * to actually call into trustzone to run secure
/arch/arm64/boot/dts/renesas/
Dr8a77961-ulcb.dts19 /* first 128MB is reserved for secure area. */
Dr8a779a0-falcon-cpu.dtsi16 /* first 128MB is reserved for secure area. */
Dr8a77965-ulcb.dts19 /* first 128MB is reserved for secure area. */
Dr8a77950-ulcb.dts19 /* first 128MB is reserved for secure area. */
Dr8a774a1-hihope-rzg2m.dts18 /* first 128MB is reserved for secure area. */
Dr8a774a1-hihope-rzg2m-rev2.dts18 /* first 128MB is reserved for secure area. */
Dr8a774b1-hihope-rzg2n.dts18 /* first 128MB is reserved for secure area. */
Dr8a77960-ulcb.dts19 /* first 128MB is reserved for secure area. */
Dr8a774b1-hihope-rzg2n-rev2.dts18 /* first 128MB is reserved for secure area. */
Dr8a774e1-hihope-rzg2h.dts18 /* first 128MB is reserved for secure area. */
Dr8a77951-ulcb.dts19 /* first 128MB is reserved for secure area. */
Dr8a77965-salvator-x.dts18 /* first 128MB is reserved for secure area. */
Dr8a77960-salvator-x.dts18 /* first 128MB is reserved for secure area. */
Dr8a77960-salvator-xs.dts18 /* first 128MB is reserved for secure area. */
Dr8a77965-salvator-xs.dts18 /* first 128MB is reserved for secure area. */
Dr8a77961-salvator-xs.dts18 /* first 128MB is reserved for secure area. */
Dr8a77951-salvator-x.dts18 /* first 128MB is reserved for secure area. */
Dr8a77950-salvator-x.dts18 /* first 128MB is reserved for secure area. */
/arch/x86/kernel/cpu/
Dbugs.c1129 bool secure; member
1140 static void __init spec_v2_user_print_cond(const char *reason, bool secure) in spec_v2_user_print_cond() argument
1142 if (boot_cpu_has_bug(X86_BUG_SPECTRE_V2) != secure) in spec_v2_user_print_cond()
1171 v2_user_options[i].secure); in spectre_v2_parse_user_cmdline()
1305 bool secure; member
1320 static void __init spec_v2_print_cond(const char *reason, bool secure) in spec_v2_print_cond() argument
1322 if (boot_cpu_has_bug(X86_BUG_SPECTRE_V2) != secure) in spec_v2_print_cond()
1405 mitigation_options[i].secure); in spectre_v2_parse_cmdline()

1234