ESP-IDF
esp_srp_handle::bytes_B
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::bytes_B
esp_srp_handle::bytes_B field
Syntax
Show:
Summary
Declaration
from
esp_srp.c:46
char
*
bytes_B
;
Examples
References
from
examples
Code
Location
Referrer
char
*
bytes_B
;
esp_srp.c:46
if
(
hd
->
bytes_B
)
{
esp_srp.c:161
esp_srp_free()
free
(
hd
->
bytes_B
)
;
esp_srp.c:162
esp_srp_free()
return
calculate_padded_hash
(
hd
,
A
,
len_A
,
hd
->
bytes_B
,
hd
->
len_B
)
;
esp_srp.c:258
calculate_u()
hd
->
bytes_B
=
esp_mpi_to_bin
(
hd
->
B
,
len_B
)
;
esp_srp.c:288
__esp_srp_srv_pubkey()
*
bytes_B
=
hd
->
bytes_B
;
esp_srp.c:290
__esp_srp_srv_pubkey()
mbedtls_sha512_update
(
&
ctx
,
(
unsigned
char
*
)
hd
->
bytes_B
,
hd
->
len_B
)
;
esp_srp.c:626
esp_srp_exchange_proofs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_srp_handle::bytes_B
is written by 1 function and is read by 4 functions:
__esp_srp_srv_pubkey()
All items filtered out
esp_srp_handle::bytes_B
esp_srp_free()
calculate_u()
__esp_srp_srv_pubkey()
esp_srp_exchange_proofs()
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