mbedTLS
+
0
/1 examples
SourceVu will show references to
mbedtls_aes_crypt_xts()
from the following samples and libraries:
ESP-IDF
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_crypt_xts()
mbedtls_aes_crypt_xts() function
Syntax
Show:
Summary
Declaration
Definition
from
aes.h:340
int
mbedtls_aes_crypt_xts
(
mbedtls_aes_xts_context
*
ctx
,
int
mode
,
size_t
length
,
const
unsigned
char
data_unit
[
16
]
,
const
unsigned
char
*
input
,
unsigned
char
*
output
)
;
Implemented in
aes.c:1189
Arguments
Argument
ctx
mode
length
data_unit
input
output
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_xts_setkey_enc()
mbedtls_aes_xts_setkey_dec()
mbedtls_aes_xts_free()
This function releases and clears the specified AES XTS context.
Examples
mbedtls_aes_crypt_xts()
is referenced by 1 libraries and example projects:
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