Home
last modified time | relevance | path

Searched defs:priv_key (Results 1 – 6 of 6) sorted by relevance

/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.c873 const uint8_t *priv_key = NULL; in reprovision_local_client_server() local
Dcrypto.c78 uint8_t net_id[1], struct bt_mesh_key *enc_key, struct bt_mesh_key *priv_key) in bt_mesh_k2()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c241 mbedtls_pk_context priv_key; member
1037 struct tls_credential *priv_key) in tls_set_private_key()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c49 static uint8_t priv_key[32]; variable