Searched refs:new_publ_key (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/security/ |
D | ecdh_keys.cc | 79 ecc::Point peer_publ_key, new_publ_key; in ComputeDHKey() local 87 ECC_PointMult(&new_publ_key, &peer_publ_key, (uint32_t*)private_key); in ComputeDHKey() 90 memcpy(dhkey.data(), new_publ_key.x, 32); in ComputeDHKey()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_keys.cc | 756 Point peer_publ_key, new_publ_key; in smp_compute_dhkey() local 765 ECC_PointMult(&new_publ_key, &peer_publ_key, (uint32_t*)private_key); in smp_compute_dhkey() 767 memcpy(p_cb->dhkey, new_publ_key.x, BT_OCTET32_LEN); in smp_compute_dhkey()
|