ESP-IDF
calculate_x()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
calculate_x()
calculate_x() function
Syntax
Show:
Summary
Declaration
from
esp_srp.c:179
static
esp_mpi_t
*
calculate_x
(
char
*
bytes_salt
,
int
salt_len
,
const
char
*
username
,
int
username_len
,
const
char
*
pass
,
int
pass_len
)
;
Arguments
Argument
bytes_salt
salt_len
username
username_len
pass
pass_len
Examples
References
from
examples
Code
Location
Referrer
static
esp_mpi_t
*
calculate_x
(
char
*
bytes_salt
,
int
salt_len
,
const
char
*
username
,
int
username_len
,
const
char
*
pass
,
int
pass_len
)
esp_srp.c:179
x
=
calculate_x
(
hd
->
bytes_s
,
str_salt_len
,
username
,
username_len
,
pass
,
pass_len
)
;
esp_srp.c:341
_esp_srp_gen_salt_verifier()
Call Tree
from
examples
calculate_x()
is called by 1 function and calls 8 functions:
_esp_srp_gen_salt_verifier()
All items filtered out
calculate_x()
esp_log_timestamp()
esp_log_write()
mbedtls_sha512_init()
mbedtls_sha512_free()
mbedtls_sha512_starts()
mbedtls_sha512_update()
mbedtls_sha512_finish()
esp_mpi_new_from_bin()
All items filtered out
Data Use
from
examples
calculate_x()
reads 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
All items filtered out
calculate_x()
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