ESP-IDF
esp_srp_handle::len_A
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/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_A
esp_srp_handle::len_A field
Syntax
Show:
Summary
Declaration
from
esp_srp.c:53
int
len_A
;
Examples
References
from
examples
Code
Location
Referrer
int
len_A
;
esp_srp.c:53
hd
->
len_A
=
len_A
;
esp_srp.c:517
esp_srp_get_session_key()
mbedtls_sha512_update
(
&
ctx
,
(
unsigned
char
*
)
hd
->
bytes_A
,
hd
->
len_A
)
;
esp_srp.c:625
esp_srp_exchange_proofs()
mbedtls_sha512_update
(
&
ctx
,
(
unsigned
char
*
)
hd
->
bytes_A
,
hd
->
len_A
)
;
esp_srp.c:642
esp_srp_exchange_proofs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_srp_handle::len_A
is written by 1 function and is read by 1 function:
esp_srp_get_session_key()
All items filtered out
esp_srp_handle::len_A
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