I am going to parallelize the encryption / decryption process using OpenCL.
For this, I just want to use the existing openSSL crypto library function instead of creating my own algorithms such as AES, DES.
So, I'm going to call openSSL cryptography from the OpenCL kernel. Could you clarify my question, is this possible or not?
source share