Confirming hardware support for cryptographic operations
Read /proc/crypto to confirm that cryptographic operations are performed with hardware support.
Procedure
Read the
driver
lines from the content of
/proc/crypto.
Example:
Each
line that ends in # cat /proc/crypto | grep driver
driver : sha512-s390
driver : sha224-s390
driver : sha256-s390
driver : sha3-512-s390
driver : sha3-256-s390
driver : sha1-s390
driver : chacha20-s390
driver : ghash-s390
...
driver : crc32c-vx
driver : crc32be-vx
driver : crc32-vx
-s390
indicates hardware-acceleration for a corresponding
algorithm or mode. Lines that end in -vx
indicate
hardware-acceleration for CRC32 checksums.