ESP-IDF
esp_srp_handle::bytes_A
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::bytes_A
esp_srp_handle::bytes_A field
Syntax
Show:
Summary
Declaration
from
esp_srp.c:52
char
*
bytes_A
;
Examples
References
from
examples
Code
Location
Referrer
char
*
bytes_A
;
esp_srp.c:52
if
(
hd
->
bytes_A
)
{
esp_srp.c:170
esp_srp_free()
free
(
hd
->
bytes_A
)
;
esp_srp.c:171
esp_srp_free()
hd
->
bytes_A
=
malloc
(
len_A
)
;
esp_srp.c:512
esp_srp_get_session_key()
if
(
!
hd
->
bytes_A
)
{
esp_srp.c:513
esp_srp_get_session_key()
memcpy
(
hd
->
bytes_A
,
bytes_A
,
len_A
)
;
esp_srp.c:516
esp_srp_get_session_key()
if
(
hd
->
bytes_A
)
{
esp_srp.c:582
esp_srp_get_session_key()
free
(
hd
->
bytes_A
)
;
esp_srp.c:583
esp_srp_get_session_key()
hd
->
bytes_A
=
NULL
;
esp_srp.c:584
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::bytes_A
is written by 1 function and is read by 3 functions:
esp_srp_get_session_key()
All items filtered out
esp_srp_handle::bytes_A
esp_srp_free()
esp_srp_get_session_key()
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