ESP-IDF
bt_ccm_encrypt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
bt_ccm_encrypt()
bt_ccm_encrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
glue.h:433
int
bt_ccm_encrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
const
uint8_t
*
enc_data
,
size_t
len
,
const
uint8_t
*
aad
,
size_t
aad_len
,
uint8_t
*
plaintext
,
size_t
mic_size
)
;
Implemented in
aes-ccm.c:203
Arguments
Argument
key
nonce
enc_data
len
aad
aad_len
plaintext
mic_size
Examples
References
from
examples
Code
Location
Referrer
int
bt_ccm_encrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
const
uint8_t
*
msg
,
aes-ccm.c:203
int
bt_ccm_encrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
const
uint8_t
*
enc_data
,
glue.h:433
err
=
bt_ccm_encrypt
(
key
,
nonce
,
&
buf
->
om_data
[
7
]
,
buf
->
om_len
-
7
,
crypto.c:351
bt_mesh_net_encrypt()
err
=
bt_ccm_encrypt
(
key
,
nonce
,
buf
->
om_data
,
buf
->
om_len
,
ctx
->
ad
,
crypto.c:418
bt_mesh_app_encrypt()
return
bt_ccm_encrypt
(
key
,
nonce
,
data
,
25
,
NULL
,
0
,
out
,
8
)
;
crypto.c:579
bt_mesh_prov_encrypt()
Call Tree
from
examples
bt_ccm_encrypt()
is called by 3 functions and calls 3 functions:
bt_mesh_net_encrypt()
bt_mesh_app_encrypt()
bt_mesh_prov_encrypt()
All items filtered out
bt_ccm_encrypt()
bt_hex()
ccm_crypt()
ccm_auth()
All items filtered out
Data Use
from
examples
bt_ccm_encrypt()
:
All items filtered out
bt_ccm_encrypt()
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