Lines Matching refs:RSA
1 config RSA config
2 bool "Use RSA Library"
6 RSA support. This enables the RSA algorithm used for FIT image
9 The Modular Exponentiation algorithm in RSA is implemented using
17 bool "Use RSA Library within SPL"
18 depends on RSA
20 if RSA
22 bool "Enable driver for RSA Modular Exponentiation in software"
23 depends on DM && RSA
25 Enables driver for modular exponentiation in software. This is a RSA
26 algorithm used in FIT image verification. It required RSA Key as
31 bool "Enable RSA Modular Exponentiation with FSL crypto accelerator"
32 depends on DM && RSA && FSL_CAAM && !ARCH_MX7 && !ARCH_MX6 && !ARCH_MX5
34 Enables driver for RSA modular exponentiation using Freescale cryptographic
38 hex "Define the RSA N size"
44 hex "Define the RSA E size"
50 hex "Define the RSA C size"