ESP-IDF
esp_srp_handle::len_B
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::len_B
esp_srp_handle::len_B field
Syntax
Show:
Summary
Declaration
from
esp_srp.c:47
int
len_B
;
Examples
References
from
examples
Code
Location
Referrer
int
len_B
;
esp_srp.c:47
return
calculate_padded_hash
(
hd
,
A
,
len_A
,
hd
->
bytes_B
,
hd
->
len_B
)
;
esp_srp.c:258
calculate_u()
hd
->
len_B
=
*
len_B
;
esp_srp.c:289
__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::len_B
is written by 1 function and is read by 2 functions:
__esp_srp_srv_pubkey()
All items filtered out
esp_srp_handle::len_B
calculate_u()
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