ESP-IDF
TAG
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
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
esp_srp.c:18
static
const
char
*
TAG
=
"srp6a"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"srp6a"
;
esp_srp.c:18
ESP_LOGD
(
TAG
,
"%s ->"
,
name
)
;
esp_srp.c:63
hexdump_mpi()
ESP_LOG_BUFFER_HEX_LEVEL
(
TAG
,
str
,
len
,
ESP_LOG_DEBUG
)
;
esp_srp.c:64
hexdump_mpi()
ESP_LOGD
(
TAG
,
"Username: %s | Passphrase: %s | Passphrase length: %d"
,
username
,
pass
,
pass_len
)
;
esp_srp.c:183
calculate_x()
ESP_LOGE
(
TAG
,
"Failed to allocate bignum s"
)
;
esp_srp.c:325
_esp_srp_gen_salt_verifier()
ESP_LOGE
(
TAG
,
"Failed to generate salt of len %d"
,
salt_len
)
;
esp_srp.c:332
_esp_srp_gen_salt_verifier()
ESP_LOGD
(
TAG
,
"Salt ->"
)
;
esp_srp.c:337
_esp_srp_gen_salt_verifier()
ESP_LOG_BUFFER_HEX_LEVEL
(
TAG
,
hd
->
bytes_s
,
str_salt_len
,
ESP_LOG_DEBUG
)
;
esp_srp.c:338
_esp_srp_gen_salt_verifier()
ESP_LOGE
(
TAG
,
"Failed to calculate x"
)
;
esp_srp.c:343
_esp_srp_gen_salt_verifier()
ESP_LOGE
(
TAG
,
"Failed to allocate bignum v"
)
;
esp_srp.c:351
_esp_srp_gen_salt_verifier()
ESP_LOGE
(
TAG
,
"Failed to initialise security context!"
)
;
esp_srp.c:435
esp_srp_gen_salt_verifier()
ESP_LOGE
(
TAG
,
"Failed to allocate verifier bytes!"
)
;
esp_srp.c:447
esp_srp_gen_salt_verifier()
ESP_LOGD
(
TAG
,
"M ->"
)
;
esp_srp.c:631
esp_srp_exchange_proofs()
ESP_LOG_BUFFER_HEX_LEVEL
(
TAG
,
(
char
*
)
digest
,
sizeof
(
digest
)
,
ESP_LOG_DEBUG
)
;
esp_srp.c:632
esp_srp_exchange_proofs()
ESP_LOGD
(
TAG
,
"AMK ->"
)
;
esp_srp.c:648
esp_srp_exchange_proofs()
ESP_LOG_BUFFER_HEX_LEVEL
(
TAG
,
(
char
*
)
bytes_host_proof
,
SHA512_HASH_SZ
,
ESP_LOG_DEBUG
)
;
esp_srp.c:649
esp_srp_exchange_proofs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 5 functions:
All items filtered out
TAG
hexdump_mpi()
calculate_x()
_esp_srp_gen_salt_verifier()
esp_srp_gen_salt_verifier()
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