ESP-IDF
create_net_nonce()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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
create_net_nonce()
create_net_nonce() function
Syntax
Show:
Summary
Declaration
from
crypto.c:279
static
void
create_net_nonce
(
uint8_t
nonce
[
13
]
,
const
uint8_t
*
pdu
,
uint32_t
iv_index
)
;
Arguments
Argument
nonce
pdu
iv_index
Examples
References
from
examples
Code
Location
Referrer
static
void
create_net_nonce
(
uint8_t
nonce
[
13
]
,
const
uint8_t
*
pdu
,
crypto.c:279
create_net_nonce
(
nonce
,
buf
->
om_data
,
iv_index
)
;
crypto.c:346
bt_mesh_net_encrypt()
create_net_nonce
(
nonce
,
buf
->
om_data
,
iv_index
)
;
crypto.c:373
bt_mesh_net_decrypt()
Call Tree
from
examples
create_net_nonce()
is called by 2 functions and calls 1 function:
bt_mesh_net_encrypt()
bt_mesh_net_decrypt()
All items filtered out
create_net_nonce()
put_be32()
All items filtered out
Data Use
from
examples
create_net_nonce()
:
All items filtered out
create_net_nonce()
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