ESP-IDF
aes_ctr_encrypt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_ctr_encrypt()
aes_ctr_encrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
aes_wrap.h:36
int
__must_check
aes_ctr_encrypt
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
nonce
,
u8
*
data
,
size_t
data_len
)
;
Implemented in
crypto_mbedtls.c:648
Arguments
Argument
key
key_len
nonce
data
data_len
Examples
References
from
examples
Code
Location
Referrer
int
aes_ctr_encrypt
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
nonce
,
crypto_mbedtls.c:648
int
__must_check
aes_ctr_encrypt
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
nonce
,
aes_wrap.h:36
return
aes_ctr_encrypt
(
k2
,
key_len
,
v
,
crypt_pw
,
pwlen
)
;
aes-siv.c:158
aes_siv_encrypt()
ret
=
aes_ctr_encrypt
(
k2
,
key_len
,
iv
,
out
,
crypt_len
)
;
aes-siv.c:197
aes_siv_decrypt()
return
aes_ctr_encrypt
(
key
,
16
,
nonce
,
data
,
data_len
)
;
crypto_mbedtls.c:671
aes_128_ctr_encrypt()
Call Tree
from
examples
aes_ctr_encrypt()
is called by 3 functions and calls 8 functions:
aes_128_ctr_encrypt()
aes_siv_encrypt()
aes_siv_decrypt()
All items filtered out
aes_ctr_encrypt()
esp_aes_setkey()
esp_aes_crypt_ctr()
esp_aes_init()
esp_aes_free()
mbedtls_aes_setkey_enc()
mbedtls_aes_crypt_ctr()
mbedtls_aes_init()
mbedtls_aes_free()
All items filtered out
Data Use
from
examples
aes_ctr_encrypt()
:
All items filtered out
aes_ctr_encrypt()
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