ESP-IDF
session::device_pubkey
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
session::device_pubkey
session::device_pubkey field
Syntax
Show:
Summary
Declaration
from
security1.c:63
uint8_t
device_pubkey
[
PUBLIC_KEY_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
device_pubkey
[
PUBLIC_KEY_LEN
]
;
security1.c:63
if
(
mbedtls_ct_memcmp
(
check_buf
,
cur_session
->
device_pubkey
,
security1.c:133
handle_session_command1()
sizeof
(
cur_session
->
device_pubkey
)
)
!=
0
)
{
security1.c:134
handle_session_command1()
cur_session
->
device_pubkey
,
security1.c:265
handle_session_command0()
flip_endian
(
cur_session
->
device_pubkey
,
PUBLIC_KEY_LEN
)
;
security1.c:272
handle_session_command0()
uint8_t
*
dev_pubkey
=
cur_session
->
device_pubkey
;
security1.c:276
handle_session_command0()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
session::device_pubkey
is read by 2 functions:
All items filtered out
session::device_pubkey
handle_session_command1()
handle_session_command0()
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