I am coding a module which will use RSA to encode, decode and generate keys. But I have not found any API in kernel source(I mean linux-kernel/crpyto/) about RSA. I don't want to take the OpenSSL, or something like it, into kernel because that will take so much time.