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

Return value

\c 0 on success. #MBEDTLS_ERR_CIPHER_BAD_INPUT_DATA on parameter-verification failure.

Notes

Some ciphers do not use IVs nor nonce. For these ciphers, this function has no effect.

References

from examples