ESP-IDF
bt_mesh_app_crypto_ctx::aszmic
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::aszmic
bt_mesh_app_crypto_ctx::aszmic field
Syntax
Show:
Summary
Declaration
from
crypto.h:136
uint8_t
aszmic
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
aszmic
;
crypto.h:136
sys_put_be32
(
(
ctx
->
seq_num
|
(
(
uint32_t
)
ctx
->
aszmic
<
<
31
)
)
,
&
nonce
[
1
]
)
;
crypto.c:393
create_app_nonce()
APP_MIC_LEN
(
ctx
->
aszmic
)
)
;
crypto.c:420
bt_mesh_app_encrypt()
net_buf_simple_add
(
buf
,
APP_MIC_LEN
(
ctx
->
aszmic
)
)
;
crypto.c:423
bt_mesh_app_encrypt()
APP_MIC_LEN
(
ctx
->
aszmic
)
)
;
crypto.c:447
bt_mesh_app_decrypt()
meta
->
crypto
.
aszmic
=
0
;
friend.c:369
unseg_app_sdu_unpack()
.
aszmic
=
tx
->
aszmic
,
transport.c:616
trans_encrypt()
seg_rx_assemble
(
ctx
->
seg
,
ctx
->
buf
,
ctx
->
crypto
.
aszmic
)
;
transport.c:734
sdu_try_decrypt()
.
aszmic
=
aszmic
,
transport.c:749
sdu_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_app_crypto_ctx::aszmic
is written by 1 function and is read by 4 functions:
unseg_app_sdu_unpack()
All items filtered out
bt_mesh_app_crypto_ctx::aszmic
create_app_nonce()
bt_mesh_app_encrypt()
bt_mesh_app_decrypt()
sdu_try_decrypt()
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