ESP-IDF
blufi_recv_client_pkey_evt_param::pkey
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
blufi_recv_client_pkey_evt_param::pkey
blufi_recv_client_pkey_evt_param::pkey field
Client Private Key point, if Client certificate not contain Key
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:268
uint8_t
*
pkey
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
pkey
;
/*!< Client Private Key point, if Client certificate not contain Key */
esp_blufi_api.h:268
dst
->
client_pkey
.
pkey
=
osi_malloc
(
src
->
client_pkey
.
pkey_len
)
;
blufi_prf.c:533
btc_blufi_cb_deep_copy()
if
(
dst
->
client_pkey
.
pkey
==
NULL
)
{
blufi_prf.c:534
btc_blufi_cb_deep_copy()
memcpy
(
dst
->
client_pkey
.
pkey
,
src
->
client_pkey
.
pkey
,
src
->
client_pkey
.
pkey_len
)
;
blufi_prf.c:537
btc_blufi_cb_deep_copy()
osi_free
(
param
->
client_pkey
.
pkey
)
;
blufi_prf.c:589
btc_blufi_cb_deep_free()
param
.
client_pkey
.
pkey
=
&
data
[
0
]
;
blufi_protocol.c:221
btc_blufi_protocol_handler()
param
.
client_pkey
.
pkey
=
&
data
[
0
]
;
blufi_protocol.c:230
btc_blufi_protocol_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
blufi_recv_client_pkey_evt_param::pkey
is written by 2 functions and is read by 2 functions:
btc_blufi_cb_deep_copy()
btc_blufi_protocol_handler()
All items filtered out
blufi_recv_client_pkey_evt_param::pkey
btc_blufi_cb_deep_copy()
btc_blufi_cb_deep_free()
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