Lines Matching full:module
1 # Configuration for the crypto modules in the TF-M Module
11 bool "Random number generator crypto module"
14 Enables the random number generator module within the crypto partition.
18 bool "KEY crypto module"
21 Enables the KEY crypto module within the crypto partition.
26 bool "AEAD crypto module"
29 Enables the AEAD crypto module within the crypto partition.
34 bool "MAC crypto module"
37 Enables the MAC crypto module within the crypto partition.
42 bool "HASH crypto module"
45 Enables the HASH crypto module within the crypto partition.
50 bool "CIPHER crypto module"
53 Enables the CIPHER crypto module within the crypto partition.
58 bool "ASYM ENCRYPT crypto module"
61 Enables the ASYM ENCRYPT crypto module within the crypto partition.
66 bool "ASYM SIGN crypto module"
69 Enables the ASYM SIGN crypto module within the crypto partition.
74 bool "KEY DERIVATION crypto module"
77 Enables the KEY_DERIVATION crypto module within the crypto partition.