ESP-IDF
aes_crypt_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
aes_crypt_init()
aes_crypt_init() function
Syntax
Show:
Summary
Declaration
from
crypto_mbedtls.c:378
static
void
*
aes_crypt_init
(
int
mode
,
const
u8
*
key
,
size_t
len
)
;
Arguments
Argument
Declared as
mode
int
key
const
u8
*
len
size_t
Examples
References
from
examples
Code
Location
Referrer
static
void
*
aes_crypt_init
(
int
mode
,
const
u8
*
key
,
size_t
len
)
crypto_mbedtls.c:378
return
aes_crypt_init
(
MBEDTLS_AES_ENCRYPT
,
key
,
len
)
;
crypto_mbedtls.c:416
aes_encrypt_init()
return
aes_crypt_init
(
MBEDTLS_AES_DECRYPT
,
key
,
len
)
;
crypto_mbedtls.c:431
aes_decrypt_init()
Call Tree
from
examples
aes_crypt_init()
is called by 2 functions and calls 9 functions:
aes_encrypt_init()
aes_decrypt_init()
All items filtered out
aes_crypt_init()
free()
malloc()
esp_aes_setkey()
esp_aes_init()
esp_aes_free()
mbedtls_aes_setkey_enc()
mbedtls_aes_setkey_dec()
mbedtls_aes_init()
mbedtls_aes_free()
All items filtered out
Data Use
from
examples
aes_crypt_init()
:
All items filtered out
aes_crypt_init()
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
aes_crypt_init()
allocates 2 typess and frees 2 typess:
esp_aes_context
mbedtls_aes_context
All items filtered out
aes_crypt_init()
esp_aes_context
mbedtls_aes_context
All items filtered out