ESP-IDF
esp_mpi_get_rand()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_get_rand()
esp_mpi_get_rand() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_srp_mpi.h:42
int
esp_mpi_get_rand
(
esp_mpi_t
*
bn
,
int
bits
,
int
top
,
int
bottom
)
;
Implemented in
esp_srp_mpi.c:98
Arguments
Argument
bn
bits
top
bottom
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_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
int
esp_mpi_get_rand
(
esp_mpi_t
*
bn
,
int
bits
,
int
top
,
int
bottom
)
esp_srp_mpi.c:98
int
esp_mpi_get_rand
(
esp_mpi_t
*
bn
,
int
bits
,
int
top
,
int
bottom
)
;
esp_srp_mpi.h:42
esp_mpi_get_rand
(
hd
->
b
,
256
,
-
1
,
0
)
;
esp_srp.c:275
__esp_srp_srv_pubkey()
esp_mpi_get_rand
(
hd
->
s
,
8
*
salt_len
,
-
1
,
0
)
;
esp_srp.c:329
_esp_srp_gen_salt_verifier()
Call Tree
from
examples
esp_mpi_get_rand()
is called by 2 functions and calls 1 function:
__esp_srp_srv_pubkey()
_esp_srp_gen_salt_verifier()
All items filtered out
esp_mpi_get_rand()
mbedtls_mpi_fill_random()
All items filtered out
Data Use
from
examples
esp_mpi_get_rand()
reads 1 variable:
esp_get_random()
All items filtered out
esp_mpi_get_rand()
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