ESP-IDF
bt_mesh_app_crypto_ctx::dst
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
bt_mesh_app_crypto_ctx::dst
bt_mesh_app_crypto_ctx::dst field
Syntax
Show:
Summary
Declaration
from
crypto.h:138
uint16_t
dst
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
dst
;
crypto.h:138
sys_put_be16
(
ctx
->
dst
,
&
nonce
[
7
]
)
;
crypto.c:396
create_app_nonce()
ctx
->
dst
)
;
crypto.c:410
bt_mesh_app_encrypt()
meta
->
crypto
.
dst
=
net
.
ctx
.
recv_dst
;
friend.c:365
unseg_app_sdu_unpack()
if
(
BT_MESH_ADDR_IS_VIRTUAL
(
meta
->
crypto
.
dst
)
)
{
friend.c:371
unseg_app_sdu_unpack()
meta
->
crypto
.
ad
=
bt_mesh_va_label_get
(
meta
->
crypto
.
dst
)
;
friend.c:372
unseg_app_sdu_unpack()
.
dst
=
tx
->
ctx
->
addr
,
transport.c:618
trans_encrypt()
.
dst
=
rx
->
ctx
.
recv_dst
,
transport.c:751
sdu_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_app_crypto_ctx::dst
is written by 1 function and is read by 3 functions:
unseg_app_sdu_unpack()
All items filtered out
bt_mesh_app_crypto_ctx::dst
unseg_app_sdu_unpack()
create_app_nonce()
bt_mesh_app_encrypt()
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