Searched defs:priv_key (Results 1 – 7 of 7) 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()
297 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey) in bt_mesh_dhkey_gen()
871 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()
200 const uint8_t *priv_key = (IS_ENABLED(CONFIG_BT_USE_DEBUG_KEYS) ? in generate_dh_key() local
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