ESP-IDF
bt_mesh_app_crypto_ctx::iv_index
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::iv_index
bt_mesh_app_crypto_ctx::iv_index field
Syntax
Show:
Summary
Declaration
from
crypto.h:140
uint32_t
iv_index
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
iv_index
;
crypto.h:140
sys_put_be32
(
ctx
->
iv_index
,
&
nonce
[
9
]
)
;
crypto.c:398
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
.
iv_index
=
BT_MESH_NET_IVI_TX
;
friend.c:366
unseg_app_sdu_unpack()
.
iv_index
=
BT_MESH_NET_IVI_TX
,
transport.c:620
trans_encrypt()
.
iv_index
=
BT_MESH_NET_IVI_RX
(
rx
)
,
transport.c:753
sdu_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_app_crypto_ctx::iv_index
is written by 1 function and is read by 2 functions:
unseg_app_sdu_unpack()
All items filtered out
bt_mesh_app_crypto_ctx::iv_index
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