ESP-IDF
esp_srp_handle::g
is only used within ESP-IDF.
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
ESP-IDF
esp_srp_handle::g
esp_srp_handle::g field
Syntax
Show:
Summary
Declaration
from
esp_srp.c:34
esp_mpi_t
*
g
;
Examples
References
from
examples
Code
Location
Referrer
esp_mpi_t
*
g
;
esp_srp.c:34
hd
->
g
=
esp_mpi_new_from_bin
(
g_3072
,
sizeof
(
g_3072
)
)
;
esp_srp.c:122
esp_srp_init()
if
(
!
hd
->
g
)
{
esp_srp.c:125
esp_srp_init()
if
(
hd
->
g
)
{
esp_srp.c:146
esp_srp_free()
esp_mpi_free
(
hd
->
g
)
;
esp_srp.c:147
esp_srp_free()
esp_mpi_a_exp_b_mod_c
(
gb
,
hd
->
g
,
hd
->
b
,
hd
->
n
,
hd
->
ctx
)
;
esp_srp.c:286
__esp_srp_srv_pubkey()
esp_mpi_a_exp_b_mod_c
(
hd
->
v
,
hd
->
g
,
x
,
hd
->
n
,
hd
->
ctx
)
;
esp_srp.c:354
_esp_srp_gen_salt_verifier()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_srp_handle::g
is written by 1 function and is read by 4 functions:
esp_srp_init()
All items filtered out
esp_srp_handle::g
esp_srp_init()
esp_srp_free()
__esp_srp_srv_pubkey()
_esp_srp_gen_salt_verifier()
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