This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to make use of neon co processor for openssl?

I want to use the neon coprocessor. I have to compile openssl library for neon and use the library with my application. To enable neon, the procedure is described here. There it is given that, a set of  commands has to be given to the system to ennable neon. But I din't get when and how to use it. Also, Is this auto vectorization possible with openssl? Any idea?