mbedTLS
mbedtls_ctr_drbg_context::counter
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ctr_drbg_context::counter
mbedtls_ctr_drbg_context::counter field
The counter (V).
Syntax
Show:
Summary
Declaration
from
ctr_drbg.h:186
unsigned
char
MBEDTLS_PRIVATE
(
counter
)
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
counter
)
[
16
]
;
/*!< The counter (V). */
ctr_drbg.h:186
mbedtls_ctr_increment_counter
(
ctx
->
counter
)
;
ctr_drbg.c:350
ctr_drbg_update_internal()
ctx
->
counter
,
p
)
)
!=
0
)
{
ctr_drbg.c:364
ctr_drbg_update_internal()
memcpy
(
ctx
->
counter
,
tmp
+
MBEDTLS_CTR_DRBG_KEYSIZE
,
ctr_drbg.c:391
ctr_drbg_update_internal()
mbedtls_ctr_increment_counter
(
ctx
->
counter
)
;
ctr_drbg.c:653
mbedtls_ctr_drbg_random_with_add()
ctx
->
counter
,
locals
.
tmp
)
)
!=
0
)
{
ctr_drbg.c:670
mbedtls_ctr_drbg_random_with_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ctr_drbg_context::counter
is read by 2 functions:
All items filtered out
mbedtls_ctr_drbg_context::counter
ctr_drbg_update_internal()
mbedtls_ctr_drbg_random_with_add()
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