ESP-IDF
session::client_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::client_pubkey
session::client_pubkey field
Syntax
Show:
Summary
Declaration
from
security1.c:64
uint8_t
client_pubkey
[
PUBLIC_KEY_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
client_pubkey
[
PUBLIC_KEY_LEN
]
;
security1.c:64
cur_session
->
client_pubkey
,
outbuf
)
;
security1.c:169
handle_session_command1()
memcpy
(
cur_session
->
client_pubkey
,
in
->
sc0
->
client_pubkey
.
data
,
PUBLIC_KEY_LEN
)
;
security1.c:274
handle_session_command0()
uint8_t
*
cli_pubkey
=
cur_session
->
client_pubkey
;
security1.c:277
handle_session_command0()
flip_endian
(
cur_session
->
client_pubkey
,
PUBLIC_KEY_LEN
)
;
security1.c:288
handle_session_command0()
flip_endian
(
cur_session
->
client_pubkey
,
PUBLIC_KEY_LEN
)
;
security1.c:290
handle_session_command0()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
session::client_pubkey
is read by 2 functions:
All items filtered out
session::client_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