mbedTLS
mbedtls_rsa_context::Vi
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_rsa_context::Vi
mbedtls_rsa_context::Vi field
Syntax
Show:
Summary
Declaration
from
rsa.h:108
mbedtls_mpi
MBEDTLS_PRIVATE
(
Vi
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_mpi
MBEDTLS_PRIVATE
(
Vi
)
;
/*!< The cached blinding value. */
rsa.h:108
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mul_mpi
(
&
ctx
->
Vi
,
&
ctx
->
Vi
,
&
ctx
->
Vi
)
)
;
rsa.c:1298
rsa_prepare_blinding()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mod_mpi
(
&
ctx
->
Vi
,
&
ctx
->
Vi
,
&
ctx
->
N
)
)
;
rsa.c:1299
rsa_prepare_blinding()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mul_mpi
(
&
ctx
->
Vi
,
&
ctx
->
Vf
,
&
R
)
)
;
rsa.c:1317
rsa_prepare_blinding()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mod_mpi
(
&
ctx
->
Vi
,
&
ctx
->
Vi
,
&
ctx
->
N
)
)
;
rsa.c:1318
rsa_prepare_blinding()
ret
=
mbedtls_mpi_inv_mod
(
&
ctx
->
Vi
,
&
ctx
->
Vi
,
&
ctx
->
N
)
;
rsa.c:1324
rsa_prepare_blinding()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mul_mpi
(
&
ctx
->
Vi
,
&
ctx
->
Vi
,
&
R
)
)
;
rsa.c:1332
rsa_prepare_blinding()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mod_mpi
(
&
ctx
->
Vi
,
&
ctx
->
Vi
,
&
ctx
->
N
)
)
;
rsa.c:1333
rsa_prepare_blinding()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_exp_mod
(
&
ctx
->
Vi
,
&
ctx
->
Vi
,
&
ctx
->
E
,
&
ctx
->
N
,
&
ctx
->
RN
)
)
;
rsa.c:1337
rsa_prepare_blinding()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_mul_mpi
(
&
T
,
&
T
,
&
ctx
->
Vi
)
)
;
rsa.c:1490
mbedtls_rsa_private()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_copy
(
&
dst
->
Vi
,
&
src
->
Vi
)
)
;
rsa.c:2796
mbedtls_rsa_copy()
mbedtls_mpi_free
(
&
ctx
->
Vi
)
;
rsa.c:2819
mbedtls_rsa_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