ESP-IDF
esp_mpi_to_bin()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mpi_to_bin()
esp_mpi_to_bin() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_srp_mpi.h:38
char
*
esp_mpi_to_bin
(
esp_mpi_t
*
bn
,
int
*
len
)
;
Implemented in
esp_srp_mpi.c:75
Arguments
Argument
bn
len
Related Functions
Found 8 other functions taking a
mbedtls_mpi
argument:
Function
esp_mpi_free()
hexdump_mpi()
esp_mpi_a_exp_b_mod_c()
esp_mpi_get_rand()
esp_mpi_a_mul_b_mod_c()
esp_mpi_ctx_free()
esp_mpi_sizeof()
esp_mpi_a_add_b_mod_c()
Examples
References
from
examples
Code
Location
Referrer
char
*
esp_mpi_to_bin
(
esp_mpi_t
*
bn
,
int
*
len
)
esp_srp_mpi.c:75
char
*
esp_mpi_to_bin
(
esp_mpi_t
*
bn
,
int
*
len
)
;
esp_srp_mpi.h:38
char
*
str
=
esp_mpi_to_bin
(
bn
,
&
len
)
;
esp_srp.c:61
hexdump_mpi()
hd
->
bytes_B
=
esp_mpi_to_bin
(
hd
->
B
,
len_B
)
;
esp_srp.c:288
__esp_srp_srv_pubkey()
hd
->
bytes_s
=
esp_mpi_to_bin
(
hd
->
s
,
&
str_salt_len
)
;
esp_srp.c:330
_esp_srp_gen_salt_verifier()
*
verifier
=
esp_mpi_to_bin
(
srp_hd
->
v
,
verifier_len
)
;
esp_srp.c:445
esp_srp_gen_salt_verifier()
bytes_S
=
esp_mpi_to_bin
(
S
,
&
len_S
)
;
esp_srp.c:542
esp_srp_get_session_key()
Call Tree
from
examples
esp_mpi_to_bin()
is called by 5 functions and calls 4 functions:
hexdump_mpi()
__esp_srp_srv_pubkey()
_esp_srp_gen_salt_verifier()
esp_srp_gen_salt_verifier()
esp_srp_get_session_key()
All items filtered out
esp_mpi_to_bin()
free()
malloc()
mbedtls_mpi_write_binary()
esp_mpi_sizeof()
All items filtered out
Data Use
from
examples
esp_mpi_to_bin()
:
All items filtered out
esp_mpi_to_bin()
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