Home
last modified time | relevance | path

Searched defs:pub_key (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Decc.c23 static uint8_t pub_key[BT_PUB_KEY_LEN]; variable
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_tc.c133 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey) in bt_mesh_dhkey_gen()
Dcrypto_psa.c296 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey) in bt_mesh_dhkey_gen()
Dprovisioner.c872 const uint8_t *pub_key; in reprovision_local_client_server() local
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c833 uint8_t pub_key[64]; in cmd_remote_pub_key_set() local
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h76 uint8_t pub_key[64]; member
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c48 static uint8_t pub_key[64]; variable