OpenSSL AES transcription
Process one block of input from the array in and write it to the out array.
Reset the cipher. After resetting the cipher is in the same state as it was after the last init (if there was one).
See Implementation
OpenSSL AES transcription