mbedTLS
mbedtls_ctr_drbg_context::prediction_resistance
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_ctr_drbg_context::prediction_resistance
mbedtls_ctr_drbg_context::prediction_resistance field
This determines whether prediction resistance is enabled, that is whether to systematically reseed before each random generation.
Syntax
Show:
Summary
Declaration
from
ctr_drbg.h:130
int
prediction_resistance
;
Examples
References
from
examples
Code
Location
Referrer
int
prediction_resistance
;
/*!< This determines whether prediction
ctr_drbg.h:130
ctx
->
prediction_resistance
=
resistance
;
ctr_drbg.c:141
mbedtls_ctr_drbg_set_prediction_resistance()
ctx
->
prediction_resistance
)
ctr_drbg.c:470
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::prediction_resistance
is written by 1 function and is read by 1 function:
mbedtls_ctr_drbg_set_prediction_resistance()
All items filtered out
mbedtls_ctr_drbg_context::prediction_resistance
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