mbedTLS
mbedtls_aes_xts_free()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_aes_xts_free()
mbedtls_aes_xts_free() function
This function releases and clears the specified AES XTS context.
Syntax
Show:
Summary
Declaration
Definition
from
aes.h:136
void
mbedtls_aes_xts_free
(
mbedtls_aes_xts_context
*
ctx
)
;
Implemented in
aes.c:513
Arguments
Argument
Description
ctx
The AES XTS context to clear. If this is \c NULL, this function does nothing. Otherwise, the context must have been at least initialized.
Related Functions
Found 4 other functions taking a
mbedtls_aes_xts_context
argument:
Function
Description
mbedtls_aes_xts_init()
This function initializes the specified AES XTS context. It must be the first API called before using the context.
mbedtls_aes_crypt_xts()
mbedtls_aes_xts_setkey_enc()
mbedtls_aes_xts_setkey_dec()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out