ESP-IDF
decrypt_ctx::crypto
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
decrypt_ctx::crypto
decrypt_ctx::crypto field
Syntax
Show:
Summary
Declaration
from
transport.c:722
struct
bt_mesh_app_crypto_ctx
crypto
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_app_crypto_ctx
crypto
;
transport.c:722
seg_rx_assemble
(
ctx
->
seg
,
ctx
->
buf
,
ctx
->
crypto
.
aszmic
)
;
transport.c:734
sdu_try_decrypt()
return
bt_mesh_app_decrypt
(
key
,
&
ctx
->
crypto
,
ctx
->
buf
,
ctx
->
sdu
)
;
transport.c:739
sdu_try_decrypt()
.
crypto
=
{
transport.c:747
sdu_recv()
BT_DBG
(
"AKF %u AID 0x%02x"
,
!
ctx
.
crypto
.
dev_key
,
AID
(
&
hdr
)
)
;
transport.c:760
sdu_recv()
ctx
.
crypto
.
ad
=
bt_mesh_va_label_get
(
rx
->
ctx
.
recv_dst
)
;
transport.c:769
sdu_recv()
rx
->
ctx
.
app_idx
=
bt_mesh_app_key_find
(
ctx
.
crypto
.
dev_key
,
AID
(
&
hdr
)
,
transport.c:772
sdu_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
decrypt_ctx::crypto
is read by 2 functions:
All items filtered out
decrypt_ctx::crypto
sdu_try_decrypt()
sdu_recv()
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