ESP-IDF
APP_MIC_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
APP_MIC_LEN
APP_MIC_LEN macro
Syntax
Show:
Summary
Declaration
from
crypto.c:30
#define
APP_MIC_LEN
(
aszmic
)
(
(
aszmic
)
?
8
:
4
)
Arguments
Argument
aszmic
Examples
References
from
examples
Code
Location
#define
APP_MIC_LEN
(
aszmic
)
(
(
aszmic
)
?
8
:
4
)
crypto.c:30
#define
APP_MIC_LEN
(
aszmic
)
(
(
aszmic
)
?
8
:
4
)
crypto.c:37
#define
APP_MIC_LEN
(
aszmic
)
(
(
aszmic
)
?
BLE_MESH_MIC_LONG
:
BLE_MESH_MIC_SHORT
)
transport.c:49
#define
APP_MIC_LEN
(
aszmic
)
(
(
aszmic
)
?
BT_MESH_MIC_LONG
:
BT_MESH_MIC_SHORT
)
transport.c:41
ad
?
16
:
0
,
buf
->
data
,
APP_MIC_LEN
(
aszmic
)
)
;
crypto.c:711
net_buf_simple_add
(
buf
,
APP_MIC_LEN
(
aszmic
)
)
;
crypto.c:713
ad
?
16
:
0
,
out
->
data
,
APP_MIC_LEN
(
aszmic
)
)
;
crypto.c:736
APP_MIC_LEN
(
ctx
->
aszmic
)
)
;
crypto.c:420
net_buf_simple_add
(
buf
,
APP_MIC_LEN
(
ctx
->
aszmic
)
)
;
crypto.c:423
APP_MIC_LEN
(
ctx
->
aszmic
)
)
;
crypto.c:447
if
(
buf
->
len
<
1
+
APP_MIC_LEN
(
aszmic
)
)
{
transport.c:739
buf
->
len
-=
APP_MIC_LEN
(
aszmic
)
;
transport.c:757
buf
->
om_len
-=
APP_MIC_LEN
(
aszmic
)
;
transport.c:717
if
(
buf
->
om_len
<
1
+
APP_MIC_LEN
(
0
)
)
{
transport.c:985
buf
->
om_len
-=
APP_MIC_LEN
(
0
)
;
transport.c:991
}
else
if
(
rx
->
len
<
1
+
APP_MIC_LEN
(
ASZMIC
(
hdr
)
)
)
{
transport.c:1531
sdu
=
NET_BUF_SIMPLE
(
rx
->
len
-
APP_MIC_LEN
(
ASZMIC
(
hdr
)
)
)
;
transport.c:1544
sdu
,
seg_buf
->
om_data
,
rx
->
len
-
APP_MIC_LEN
(
ASZMIC
(
hdr
)
)
)
;
transport.c:1546
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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