Lines Matching full:mcuboot
10 sig-rsa = ["mcuboot-sys/sig-rsa"]
11 sig-rsa3072 = ["mcuboot-sys/sig-rsa3072"]
12 sig-ecdsa = ["mcuboot-sys/sig-ecdsa"]
13 sig-ecdsa-mbedtls = ["mcuboot-sys/sig-ecdsa-mbedtls"]
14 sig-ecdsa-psa = ["mcuboot-sys/sig-ecdsa-psa", "mcuboot-sys/psa-crypto-api"]
15 sig-p384 = ["mcuboot-sys/sig-p384"]
16 sig-ed25519 = ["mcuboot-sys/sig-ed25519"]
17 overwrite-only = ["mcuboot-sys/overwrite-only"]
18 swap-move = ["mcuboot-sys/swap-move"]
19 validate-primary-slot = ["mcuboot-sys/validate-primary-slot"]
20 enc-rsa = ["mcuboot-sys/enc-rsa"]
21 enc-aes256-rsa = ["mcuboot-sys/enc-aes256-rsa"]
22 enc-kw = ["mcuboot-sys/enc-kw"]
23 enc-aes256-kw = ["mcuboot-sys/enc-aes256-kw"]
24 enc-ec256 = ["mcuboot-sys/enc-ec256"]
25 enc-ec256-mbedtls = ["mcuboot-sys/enc-ec256-mbedtls"]
26 enc-aes256-ec256 = ["mcuboot-sys/enc-aes256-ec256"]
27 enc-x25519 = ["mcuboot-sys/enc-x25519"]
28 enc-aes256-x25519 = ["mcuboot-sys/enc-aes256-x25519"]
29 bootstrap = ["mcuboot-sys/bootstrap"]
30 multiimage = ["mcuboot-sys/multiimage"]
31 ram-load = ["mcuboot-sys/ram-load"]
32 direct-xip = ["mcuboot-sys/direct-xip"]
33 downgrade-prevention = ["mcuboot-sys/downgrade-prevention"]
34 max-align-32 = ["mcuboot-sys/max-align-32"]
35 hw-rollback-protection = ["mcuboot-sys/hw-rollback-protection"]
47 mcuboot-sys = { path = "mcuboot-sys" }