mbedTLS
+
0
/1 examples
SourceVu will show references to
mbedtls_aes_crypt_ctr()
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_ctr()
mbedtls_aes_crypt_ctr() function
Syntax
Show:
Summary
Declaration
Definition
from
aes.h:572
int
mbedtls_aes_crypt_ctr
(
mbedtls_aes_context
*
ctx
,
size_t
length
,
size_t
*
nc_off
,
unsigned
char
nonce_counter
[
16
]
,
unsigned
char
stream_block
[
16
]
,
const
unsigned
char
*
input
,
unsigned
char
*
output
)
;
Implemented in
aes.c:1437
Arguments
Argument
ctx
length
nc_off
nonce_counter
stream_block
input
output
Related Functions
Found 12 other functions taking a
mbedtls_aes_context
argument:
Function
Description
mbedtls_aes_free()
This function releases and clears the specified AES context.
mbedtls_aes_setkey_enc()
mbedtls_aes_crypt_ecb()
mbedtls_aes_init()
This function initializes the specified AES context. It must be the first API called before using the context.
mbedtls_aes_setkey_dec()
mbedtls_aes_crypt_cbc()
mbedtls_aes_crypt_cfb128()
mbedtls_aes_crypt_ofb()
mbedtls_internal_aes_encrypt()
mbedtls_internal_aes_decrypt()
mbedtls_aes_crypt_cfb8()
aes_maybe_realign()
Examples
mbedtls_aes_crypt_ctr()
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
Referrer
int
mbedtls_aes_crypt_ctr
(
mbedtls_aes_context
*
ctx
,
aes.c:1437
int
mbedtls_aes_crypt_ctr
(
mbedtls_aes_context
*
ctx
,
aes.h:572
ret
=
mbedtls_aes_crypt_ctr
(
&
ctx
,
len
,
&
offset
,
nonce_counter
,
aes.c:2190
mbedtls_aes_self_test()
return
mbedtls_aes_crypt_ctr
(
(
mbedtls_aes_context
*
)
ctx
,
length
,
nc_off
,
nonce_counter
,
cipher_wrap.c:202
aes_crypt_ctr_wrap()
Call Tree
from
0/1
examples
mbedtls_aes_crypt_ctr()
is called by 2 functions and calls 3 functions:
mbedtls_aes_self_test()
aes_crypt_ctr_wrap()
All items filtered out
mbedtls_aes_crypt_ctr()
mbedtls_aes_crypt_ecb()
mbedtls_xor()
mbedtls_ctr_increment_counter()
All items filtered out
Data Use
from
0/1
examples
mbedtls_aes_crypt_ctr()
:
All items filtered out
mbedtls_aes_crypt_ctr()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out