u mean u wanna use the functions in your apps from user space?
if yes,u can write IOTRL command in  the module for call the
functions, and in your app use iotrl system call send the command to
your module for doing sth you want,it is useful for communication with
modules.

2009/3/5 chaitanya <[email protected]>:
> Hi,
>
> I have a question regarding the crypto subsytem.
>
> I loaded the module aes_generic.ko and aes_i586.ko, there are a few
> functions which are given by one of these two modules,
> like "aes_encrypt" and "aes_decrypt"
>
> How do i make use of these functions? Are there any system calls to
> make use of them?
>
> was trying to do a simple encryption, of a file, could someone help me
>
> Thanks.
>
> --
> Regards
> Chaitanya
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [email protected]
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
>

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to