Crypto API kernel testing on Linux

I have a Freescale i.MX board on which I run the Linux 3.0.35 kernel.

I want to check if the Kernel Crypto API of my Linux system is working. I just found out what the test program is called tcrypt. I see that /lib/modules/there is a directory tcrypt.koin the directory drivers. In this case, is there anyway I can test this library? What should I call it? Do I need to reconfigure my kernel to β€œenable” something to name it?

Please keep in mind that I'm new to the kernel API.

+3
source share
1 answer

. "tcrypt.ko". "insmod" . :

modprobe tcrypt sec=1 mode=200

( - )

+3

All Articles