mbedTLS
mbedtls_dhm_context::RP
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
ESP-IDF Framework and Examples
mbedTLS
mbedtls_dhm_context::RP
mbedtls_dhm_context::RP field
Syntax
Show:
Summary
Declaration
from
dhm.h:108
mbedtls_mpi
MBEDTLS_PRIVATE
(
RP
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_mpi
MBEDTLS_PRIVATE
(
RP
)
;
/*!< The cached value = \c R^2 mod \c P. */
dhm.h:108
&
ctx
->
P
,
&
ctx
->
RP
)
)
;
dhm.c:210
dhm_make_common()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_exp_mod
(
&
ctx
->
Vf
,
&
ctx
->
Vf
,
&
ctx
->
X
,
&
ctx
->
P
,
&
ctx
->
RP
)
)
;
dhm.c:394
dhm_update_blinding()
&
ctx
->
P
,
&
ctx
->
RP
)
)
;
dhm.c:434
mbedtls_dhm_calc_secret()
mbedtls_mpi_free
(
&
ctx
->
RP
)
;
dhm.c:467
mbedtls_dhm_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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