Searched defs:priv_key (Results 1 – 6 of 6) sorted by relevance
133 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey) in bt_mesh_dhkey_gen()
296 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey) in bt_mesh_dhkey_gen()
873 const uint8_t *priv_key = NULL; in reprovision_local_client_server() local
78 uint8_t net_id[1], struct bt_mesh_key *enc_key, struct bt_mesh_key *priv_key) in bt_mesh_k2()
241 mbedtls_pk_context priv_key; member1037 struct tls_credential *priv_key) in tls_set_private_key()
49 static uint8_t priv_key[32]; variable