ESP-IDF
esp_http_auth_data_t::cnonce
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_http_auth_data_t::cnonce
esp_http_auth_data_t::cnonce field
Authentication cnonce
Syntax
Show:
Summary
Declaration
from
http_auth.h:22
uint64_t
cnonce
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
cnonce
;
/*!< Authentication cnonce */
http_auth.h:22
if
(
digest_func
(
ha1
,
"%s:%s:%016llx"
,
ha1
,
auth_data
->
nonce
,
auth_data
->
cnonce
)
<=
0
)
{
http_auth.c:154
http_auth_digest()
if
(
digest_func
(
digest
,
"%s:%s:%08x:%016llx:%s:%s"
,
ha1
,
auth_data
->
nonce
,
auth_data
->
nc
,
auth_data
->
cnonce
,
auth_data
->
qop
,
ha2
)
<=
0
)
{
http_auth.c:171
http_auth_digest()
rc
=
asprintf
(
&
temp_auth_str
,
", qop=%s, nc=%08x, cnonce=\"%016"
PRIx64
"\""
,
auth_data
->
qop
,
auth_data
->
nc
,
auth_data
->
cnonce
)
;
http_auth.c:193
http_auth_digest()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_http_auth_data_t::cnonce
is read by 1 function:
All items filtered out
esp_http_auth_data_t::cnonce
http_auth_digest()
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