mbedTLS
mbedtls_rsa_context::E
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_rsa_context::E
mbedtls_rsa_context::E field
Syntax
Show:
Summary
Declaration
from
rsa.h:93
mbedtls_mpi
MBEDTLS_PRIVATE
(
E
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_mpi
MBEDTLS_PRIVATE
(
E
)
;
/*!< The public exponent. */
rsa.h:93
items
->
value
=
&
(
rsa
->
E
)
;
pk_wrap.c:488
rsa_debug()
(
E
!=
NULL
&&
(
ret
=
mbedtls_mpi_copy
(
&
ctx
->
E
,
E
)
)
!=
0
)
)
{
rsa.c:583
mbedtls_rsa_import()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_read_binary
(
&
ctx
->
E
,
E
,
E_len
)
)
;
rsa.c:621
mbedtls_rsa_import_raw()
if
(
mbedtls_mpi_cmp_int
(
&
ctx
->
E
,
0
)
<=
0
)
{
rsa.c:681
rsa_check_context()
have_E
=
(
mbedtls_mpi_cmp_int
(
&
ctx
->
E
,
0
)
!=
0
)
;
rsa.c:735
mbedtls_rsa_complete()
ret
=
mbedtls_rsa_deduce_primes
(
&
ctx
->
N
,
&
ctx
->
E
,
&
ctx
->
D
,
rsa.c:783
mbedtls_rsa_complete()
&
ctx
->
E
,
rsa.c:792
mbedtls_rsa_complete()
mbedtls_mpi_cmp_int
(
&
ctx
->
E
,
0
)
!=
0
;
rsa.c:836
mbedtls_rsa_export_raw()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_write_binary
(
&
ctx
->
E
,
E
,
E_len
)
)
;
rsa.c:864
mbedtls_rsa_export_raw()
mbedtls_mpi_cmp_int
(
&
ctx
->
E
,
0
)
!=
0
;
rsa.c:885
mbedtls_rsa_export()
(
E
!=
NULL
&&
(
ret
=
mbedtls_mpi_copy
(
E
,
&
ctx
->
E
)
)
!=
0
)
)
{
rsa.c:902
mbedtls_rsa_export()
mbedtls_mpi_cmp_int
(
&
ctx
->
E
,
0
)
!=
0
;
rsa.c:927
mbedtls_rsa_export_crt()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_lset
(
&
ctx
->
E
,
exponent
)
)
;
rsa.c:1082
mbedtls_rsa_gen_key()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_gcd
(
&
G
,
&
ctx
->
E
,
&
H
)
)
;
rsa.c:1108
mbedtls_rsa_gen_key()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_inv_mod
(
&
ctx
->
D
,
&
ctx
->
E
,
&
L
)
)
;
rsa.c:1116
mbedtls_rsa_gen_key()
if
(
mbedtls_mpi_get_bit
(
&
ctx
->
E
,
0
)
==
0
||
rsa.c:1179
mbedtls_rsa_check_pubkey()
mbedtls_mpi_bitlen
(
&
ctx
->
E
)
<
2
||
rsa.c:1180
mbedtls_rsa_check_pubkey()
mbedtls_mpi_cmp_mpi
(
&
ctx
->
E
,
&
ctx
->
N
)
>=
0
)
{
rsa.c:1181
mbedtls_rsa_check_pubkey()
&
ctx
->
D
,
&
ctx
->
E
,
NULL
,
NULL
)
!=
0
)
{
rsa.c:1199
mbedtls_rsa_check_privkey()
mbedtls_mpi_cmp_mpi
(
&
pub
->
E
,
&
prv
->
E
)
!=
0
)
{
rsa.c:1225
mbedtls_rsa_check_pub_priv()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_exp_mod_unsafe
(
&
T
,
&
T
,
&
ctx
->
E
,
&
ctx
->
N
,
&
ctx
->
RN
)
)
;
rsa.c:1263
mbedtls_rsa_public()
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_exp_mod
(
&
check_result_blinded
,
&
T
,
&
ctx
->
E
,
rsa.c:1558
mbedtls_rsa_private()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_copy
(
&
dst
->
E
,
&
src
->
E
)
)
;
rsa.c:2780
mbedtls_rsa_copy()
mbedtls_mpi_free
(
&
ctx
->
E
)
;
rsa.c:2825
mbedtls_rsa_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_rsa_context::E
is read by 1 function:
All items filtered out
mbedtls_rsa_context::E
rsa_debug()
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