mbedTLS
block_cipher_df()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
block_cipher_df()
block_cipher_df() function
Syntax
Show:
Summary
Declaration
from
ctr_drbg.c:161
static
int
block_cipher_df
(
unsigned
char
*
output
,
const
unsigned
char
*
data
,
size_t
data_len
)
;
Arguments
Argument
output
data
data_len
Examples
References
from
examples
Code
Location
Referrer
static
int
block_cipher_df
(
unsigned
char
*
output
,
ctr_drbg.c:161
if
(
(
ret
=
block_cipher_df
(
add_input
,
additional
,
add_len
)
)
!=
0
)
{
ctr_drbg.c:422
mbedtls_ctr_drbg_update()
if
(
(
ret
=
block_cipher_df
(
seed
,
seed
,
seedlen
)
)
!=
0
)
{
ctr_drbg.c:489
mbedtls_ctr_drbg_reseed_internal()
if
(
(
ret
=
block_cipher_df
(
locals
.
add_input
,
additional
,
add_len
)
)
!=
0
)
{
ctr_drbg.c:641
mbedtls_ctr_drbg_random_with_add()
Call Tree
from
examples
block_cipher_df()
is called by 3 functions and calls 11 functions:
mbedtls_ctr_drbg_update()
mbedtls_ctr_drbg_reseed_internal()
mbedtls_ctr_drbg_random_with_add()
All items filtered out
block_cipher_df()
esp_aes_setkey()
esp_aes_crypt_ecb()
esp_aes_init()
esp_aes_free()
mbedtls_platform_zeroize()
mbedtls_put_unaligned_uint32()
mbedtls_xor()
mbedtls_aes_setkey_enc()
mbedtls_aes_crypt_ecb()
mbedtls_aes_init()
mbedtls_aes_free()
All items filtered out
Data Use
from
examples
block_cipher_df()
:
All items filtered out
block_cipher_df()
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