mbedtls_internal_aes_encrypt() function
Internal AES block encryption function. This is only exposed to allow overriding it using \c MBEDTLS_AES_ENCRYPT_ALT.
Arguments
ctx
The AES context to use for encryption.
input
The plaintext block.
output
The output (ciphertext) block.
Return value
\c 0 on success.