ESP-IDF
esp_srp_handle::len_n
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::len_n
esp_srp_handle::len_n field
Syntax
Show:
Summary
Declaration
from
esp_srp.c:29
int
len_n
;
Examples
References
from
examples
Code
Location
Referrer
int
len_n
;
esp_srp.c:29
hd
->
len_n
=
sizeof
(
N_3072
)
;
esp_srp.c:117
esp_srp_init()
pad_len
=
hd
->
len_n
-
len_b
;
esp_srp.c:209
calculate_padded_hash()
pad_len
=
hd
->
len_n
-
len_a
;
esp_srp.c:211
calculate_padded_hash()
if
(
s
&&
(
len_a
!=
hd
->
len_n
)
)
{
esp_srp.c:224
calculate_padded_hash()
mbedtls_sha512_update
(
&
ctx
,
(
unsigned
char
*
)
s
,
hd
->
len_n
-
len_a
)
;
esp_srp.c:225
calculate_padded_hash()
if
(
s
&&
(
len_b
!=
hd
->
len_n
)
)
{
esp_srp.c:231
calculate_padded_hash()
mbedtls_sha512_update
(
&
ctx
,
(
unsigned
char
*
)
s
,
hd
->
len_n
-
len_b
)
;
esp_srp.c:232
calculate_padded_hash()
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()
int
pad_len
=
hd
->
len_n
-
hd
->
len_g
;
esp_srp.c:601
esp_srp_exchange_proofs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_srp_handle::len_n
is written by 1 function and is read by 3 functions:
esp_srp_init()
All items filtered out
esp_srp_handle::len_n
calculate_padded_hash()
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