1 menu "Hardware crypto devices"
3 config CRYPTO_DEV_PADLOCK
4 tristate "Support for VIA PadLock ACE"
8 Some VIA processors come with an integrated crypto engine
9 (so called VIA PadLock ACE, Advanced Cryptography Engine)
10 that provides instructions for very fast {en,de}cryption
13 The instructions are used only when the CPU supports them.
14 Otherwise software encryption is used. If you are unsure,
17 config CRYPTO_DEV_PADLOCK_AES
18 bool "Support for AES in VIA PadLock"
19 depends on CRYPTO_DEV_PADLOCK
22 Use VIA PadLock for AES algorithm.