mbedtls_aria_crypt_cbc() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 on success. A negative error code on failure.

Notes

This function operates on aligned blocks, that is, the input size must be a multiple of the ARIA block size of 16 Bytes. Upon exit, the content of the IV is updated so that you can call the same function again on the next block(s) of data and get the same result as if it was encrypted in one call. This allows a "streaming" usage. If you need to retain the contents of the IV, you should either save it manually or use the cipher module instead.

References

from examples