mbedtls_cipher_free() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_cipher_free() function

This function frees and clears the cipher-specific context of \p ctx. Freeing \p ctx itself remains the responsibility of the caller.

Syntax

void mbedtls_cipher_free( mbedtls_cipher_context_t *ctx );
Implemented in cipher.c:162

Arguments

ctx

The context to be freed. If this is \c NULL, the function has no effect, otherwise this must point to an initialized context.

References

Call Tree

Functions calling mbedtls_cipher_free()
Functions called by mbedtls_cipher_free()
mbedtls_cipher_free()