ESP-IDF
bt_mesh_app_crypto_ctx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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
bt_mesh_app_crypto_ctx struct
Syntax
Show:
Summary
Declaration
from
crypto.h:134
struct
bt_mesh_app_crypto_ctx
{
bool
dev_key
;
uint8_t
aszmic
;
uint16_t
src
;
uint16_t
dst
;
uint32_t
seq_num
;
uint32_t
iv_index
;
const
uint8_t
*
ad
;
}
;
Fields
Field
Declared as
bt_mesh_app_crypto_ctx::dev_key
bool
bt_mesh_app_crypto_ctx::aszmic
uint8_t
bt_mesh_app_crypto_ctx::src
uint16_t
bt_mesh_app_crypto_ctx::dst
uint16_t
bt_mesh_app_crypto_ctx::seq_num
uint32_t
bt_mesh_app_crypto_ctx::iv_index
uint32_t
bt_mesh_app_crypto_ctx::ad
const
uint8_t
*
Related Functions
Found 3 other functions taking a
bt_mesh_app_crypto_ctx
argument:
Function
bt_mesh_app_decrypt()
bt_mesh_app_encrypt()
create_app_nonce()
Examples
References
from
examples
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