ESP-IDF
esp_srp_handle::bytes_n
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_n
esp_srp_handle::bytes_n field
Syntax
Show:
Summary
Declaration
from
esp_srp.c:28
const
char
*
bytes_n
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
bytes_n
;
esp_srp.c:28
hd
->
bytes_n
=
N_3072
;
esp_srp.c:116
esp_srp_init()
return
calculate_padded_hash
(
hd
,
hd
->
bytes_n
,
hd
->
len_n
,
hd
->
bytes_g
,
hd
->
len_g
)
;
esp_srp.c:253
calculate_k()
mbedtls_sha512
(
(
unsigned
char
*
)
hd
->
bytes_n
,
hd
->
len_n
,
(
unsigned
char
*
)
hash_n
,
0
)
;
esp_srp.c:599
esp_srp_exchange_proofs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_srp_handle::bytes_n
is written by 1 function and is read by 2 functions:
esp_srp_init()
All items filtered out
esp_srp_handle::bytes_n
calculate_k()
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