ESP-IDF
esp_srp_handle::b
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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::b
esp_srp_handle::b field
Syntax
Show:
Summary
Declaration
from
esp_srp.c:49
esp_mpi_t
*
b
;
Examples
References
from
examples
Code
Location
Referrer
esp_mpi_t
*
b
;
esp_srp.c:49
if
(
hd
->
b
)
{
esp_srp.c:164
esp_srp_free()
esp_mpi_free
(
hd
->
b
)
;
esp_srp.c:165
esp_srp_free()
hd
->
b
=
esp_mpi_new
(
)
;
esp_srp.c:271
__esp_srp_srv_pubkey()
if
(
!
hd
->
b
)
{
esp_srp.c:272
__esp_srp_srv_pubkey()
esp_mpi_get_rand
(
hd
->
b
,
256
,
-
1
,
0
)
;
esp_srp.c:275
__esp_srp_srv_pubkey()
hexdump_mpi
(
"b"
,
hd
->
b
)
;
esp_srp.c:276
__esp_srp_srv_pubkey()
esp_mpi_a_exp_b_mod_c
(
gb
,
hd
->
g
,
hd
->
b
,
hd
->
n
,
hd
->
ctx
)
;
esp_srp.c:286
__esp_srp_srv_pubkey()
if
(
hd
->
b
)
{
esp_srp.c:310
__esp_srp_srv_pubkey()
esp_mpi_free
(
hd
->
b
)
;
esp_srp.c:311
__esp_srp_srv_pubkey()
hd
->
b
=
NULL
;
esp_srp.c:312
__esp_srp_srv_pubkey()
esp_mpi_a_exp_b_mod_c
(
S
,
avu
,
hd
->
b
,
hd
->
n
,
hd
->
ctx
)
;
esp_srp.c:539
esp_srp_get_session_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_srp_handle::b
is written by 1 function and is read by 3 functions:
__esp_srp_srv_pubkey()
All items filtered out
esp_srp_handle::b
esp_srp_free()
__esp_srp_srv_pubkey()
esp_srp_get_session_key()
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