ESP-IDF
create_app_nonce()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
common
controller
esp_ble_mesh
api
btc
common
core
bluedroid_host
include
storage
access.c
access.h
adv.c
adv.h
beacon.c
beacon.h
cfg_cli.c
cfg_srv.c
crypto.c
bt_mesh_aes_cmac()
bt_mesh_k1()
bt_mesh_k2()
bt_mesh_k3()
bt_mesh_k4()
bt_mesh_id128()
bt_mesh_ccm_decrypt()
bt_mesh_ccm_encrypt()
create_proxy_nonce()
create_net_nonce()
bt_mesh_net_obfuscate()
bt_mesh_net_encrypt()
bt_mesh_net_decrypt()
create_app_nonce()
bt_mesh_app_encrypt()
bt_mesh_app_decrypt()
crc_table
bt_mesh_fcs_calc()
bt_mesh_fcs_check()
bt_mesh_virtual_addr()
bt_mesh_prov_conf_salt()
bt_mesh_prov_conf_key()
bt_mesh_prov_conf()
bt_mesh_prov_decrypt()
bt_mesh_secure_beacon_auth()
crypto.h
fast_prov.c
fast_prov.h
foundation.h
friend.c
friend.h
health_srv.c
heartbeat.c
heartbeat.h
local.c
local.h
lpn.c
lpn.h
main.c
mesh.h
net.c
net.h
prov_common.c
prov_common.h
prov_node.c
prov_node.h
prov_pvnr.c
prov_pvnr.h
proxy_client.c
proxy_client.h
proxy_common.h
proxy_server.c
proxy_server.h
pvnr_mgmt.c
pvnr_mgmt.h
rpl.c
rpl.h
scan.c
scan.h
tag.h
test.c
test.h
transport.c
transport.h
lib
models
v1.1
host
include
porting
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
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_app_nonce()
create_app_nonce() function
Syntax
Show:
Summary
Declaration
from
crypto.c:384
static
void
create_app_nonce
(
uint8_t
nonce
[
13
]
,
const
struct
bt_mesh_app_crypto_ctx
*
ctx
)
;
Arguments
Argument
nonce
ctx
Examples
References
from
examples
Code
Location
Referrer
static
void
create_app_nonce
(
uint8_t
nonce
[
13
]
,
crypto.c:384
create_app_nonce
(
nonce
,
ctx
)
;
crypto.c:414
bt_mesh_app_encrypt()
create_app_nonce
(
nonce
,
ctx
)
;
crypto.c:440
bt_mesh_app_decrypt()
Call Tree
from
examples
create_app_nonce()
is called by 2 functions and calls 2 functions:
bt_mesh_app_encrypt()
bt_mesh_app_decrypt()
All items filtered out
create_app_nonce()
put_be16()
put_be32()
All items filtered out
Data Use
from
examples
create_app_nonce()
reads 6 variables:
bt_mesh_app_crypto_ctx::dev_key
bt_mesh_app_crypto_ctx::aszmic
bt_mesh_app_crypto_ctx::src
bt_mesh_app_crypto_ctx::dst
bt_mesh_app_crypto_ctx::seq_num
bt_mesh_app_crypto_ctx::iv_index
All items filtered out
create_app_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