ESP-IDF
esp_srp_handle::B
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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:45
esp_mpi_t
*
B
;
Examples
References
from
examples
Code
Location
Referrer
esp_mpi_t
*
B
;
esp_srp.c:45
if
(
hd
->
B
)
{
esp_srp.c:158
esp_srp_free()
esp_mpi_free
(
hd
->
B
)
;
esp_srp.c:159
esp_srp_free()
hd
->
B
=
esp_mpi_new
(
)
;
esp_srp.c:281
__esp_srp_srv_pubkey()
if
(
!
kv
||
!
gb
||
!
hd
->
B
)
{
esp_srp.c:282
__esp_srp_srv_pubkey()
esp_mpi_a_add_b_mod_c
(
hd
->
B
,
kv
,
gb
,
hd
->
n
,
hd
->
ctx
)
;
esp_srp.c:287
__esp_srp_srv_pubkey()
hd
->
bytes_B
=
esp_mpi_to_bin
(
hd
->
B
,
len_B
)
;
esp_srp.c:288
__esp_srp_srv_pubkey()
if
(
hd
->
B
)
{
esp_srp.c:306
__esp_srp_srv_pubkey()
esp_mpi_free
(
hd
->
B
)
;
esp_srp.c:307
__esp_srp_srv_pubkey()
hd
->
B
=
NULL
;
esp_srp.c:308
__esp_srp_srv_pubkey()
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 2 functions:
__esp_srp_srv_pubkey()
All items filtered out
esp_srp_handle::B
esp_srp_free()
__esp_srp_srv_pubkey()
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