ESP-IDF
bt_mesh_app_crypto_ctx::seq_num
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::seq_num
bt_mesh_app_crypto_ctx::seq_num field
Syntax
Show:
Summary
Declaration
from
crypto.h:139
uint32_t
seq_num
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
seq_num
;
crypto.h:139
sys_put_be32
(
(
ctx
->
seq_num
|
(
(
uint32_t
)
ctx
->
aszmic
<
<
31
)
)
,
&
nonce
[
1
]
)
;
crypto.c:393
create_app_nonce()
BT_DBG
(
"seq_num 0x%08x iv_index 0x%08x"
,
ctx
->
seq_num
,
ctx
->
iv_index
)
;
crypto.c:411
bt_mesh_app_encrypt()
meta
->
crypto
.
seq_num
=
net
.
seq
;
friend.c:368
unseg_app_sdu_unpack()
if
(
meta
.
crypto
.
seq_num
==
bt_mesh
.
seq
)
{
friend.c:449
unseg_app_sdu_prepare()
meta
.
crypto
.
seq_num
,
bt_mesh
.
seq
)
;
friend.c:454
unseg_app_sdu_prepare()
meta
.
crypto
.
seq_num
=
bt_mesh
.
seq
;
friend.c:456
unseg_app_sdu_prepare()
meta
.
crypto
.
seq_num
=
bt_mesh
.
seq
;
friend.c:464
unseg_app_sdu_prepare()
.
seq_num
=
bt_mesh
.
seq
,
transport.c:619
trans_encrypt()
.
seq_num
=
seg
?
(
seg
->
seq_auth
&
0xffffff
)
:
rx
->
seq
,
transport.c:752
sdu_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_app_crypto_ctx::seq_num
is written by 2 functions and is read by 3 functions:
unseg_app_sdu_unpack()
unseg_app_sdu_prepare()
All items filtered out
bt_mesh_app_crypto_ctx::seq_num
unseg_app_sdu_prepare()
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