ESP-IDF
esp_mpi_a_mul_b_mod_c()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_a_mul_b_mod_c()
esp_mpi_a_mul_b_mod_c() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_srp_mpi.h:46
int
esp_mpi_a_mul_b_mod_c
(
esp_mpi_t
*
result
,
esp_mpi_t
*
a
,
esp_mpi_t
*
b
,
esp_mpi_t
*
c
,
esp_mpi_ctx_t
*
ctx
)
;
Implemented in
esp_srp_mpi.c:110
Arguments
Argument
result
a
b
c
ctx
Related Functions
Found 8 other functions taking a
mbedtls_mpi
argument:
Function
esp_mpi_free()
hexdump_mpi()
esp_mpi_to_bin()
esp_mpi_a_exp_b_mod_c()
esp_mpi_get_rand()
esp_mpi_ctx_free()
esp_mpi_sizeof()
esp_mpi_a_add_b_mod_c()
Examples
References
from
examples
Code
Location
Referrer
int
esp_mpi_a_mul_b_mod_c
(
esp_mpi_t
*
result
,
esp_mpi_t
*
a
,
esp_mpi_t
*
b
,
esp_mpi_t
*
c
,
esp_mpi_ctx_t
*
ctx
)
esp_srp_mpi.c:110
int
esp_mpi_a_mul_b_mod_c
(
esp_mpi_t
*
result
,
esp_mpi_t
*
a
,
esp_mpi_t
*
b
,
esp_mpi_t
*
c
,
esp_mpi_ctx_t
*
ctx
)
;
esp_srp_mpi.h:46
esp_mpi_a_mul_b_mod_c
(
kv
,
k
,
hd
->
v
,
hd
->
n
,
hd
->
ctx
)
;
esp_srp.c:285
__esp_srp_srv_pubkey()
esp_mpi_a_mul_b_mod_c
(
avu
,
hd
->
A
,
vu
,
hd
->
n
,
hd
->
ctx
)
;
esp_srp.c:538
esp_srp_get_session_key()
Call Tree
from
examples
esp_mpi_a_mul_b_mod_c()
is called by 2 functions and calls 4 functions:
__esp_srp_srv_pubkey()
esp_srp_get_session_key()
All items filtered out
esp_mpi_a_mul_b_mod_c()
mbedtls_mpi_init()
mbedtls_mpi_free()
mbedtls_mpi_mul_mpi()
mbedtls_mpi_mod_mpi()
All items filtered out
Data Use
from
examples
esp_mpi_a_mul_b_mod_c()
:
All items filtered out
esp_mpi_a_mul_b_mod_c()
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