ESP-IDF
bt_mesh_check_public_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_mesh_check_public_key()
bt_mesh_check_public_key() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:792
bool
bt_mesh_check_public_key
(
const
uint8_t
key
[
64
]
)
;
Implemented in
adapter.c:1898
Arguments
Argument
key
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_check_public_key
(
const
uint8_t
key
[
64
]
)
adapter.c:1898
bool
bt_mesh_check_public_key
(
const
uint8_t
key
[
64
]
)
;
adapter.h:792
if
(
!
bt_mesh_check_public_key
(
data
)
)
{
prov_node.c:731
prov_pub_key()
if
(
!
bt_mesh_check_public_key
(
buf
->
data
)
)
{
prov_pvnr.c:1885
prov_pub_key()
Call Tree
from
examples
bt_mesh_check_public_key()
is called by 1 function and calls 2 functions:
prov_pub_key()
All items filtered out
bt_mesh_check_public_key()
sys_memcpy_swap()
ECC_CheckPointIsInElliCur_P256()
All items filtered out
Data Use
from
examples
bt_mesh_check_public_key()
reads 2 variables:
bt_mesh_check_public_key()::p256_pub_key::x
bt_mesh_check_public_key()::p256_pub_key::y
All items filtered out
bt_mesh_check_public_key()
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