Searched refs:ECC_PointMult (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/security/ |
D | ecdh_keys.cc | 59 ECC_PointMult(&public_key, &(ecc::curve_p256.G), (uint32_t*)private_key_copy.data()); in GenerateECDHKeyPair() 86 ECC_PointMult(&new_publ_key, &peer_publ_key, (uint32_t*)private_key); in ComputeDHKey()
|
/system/bt/stack/smp/ |
D | p_256_ecc_pp.h | 63 #define ECC_PointMult(q, p, n) ECC_PointMult_Bin_NAF(q, p, n) macro
|
D | smp_keys.cc | 690 ECC_PointMult(&public_key, &(curve_p256.G), (uint32_t*)private_key); in smp_process_private_key() 726 ECC_PointMult(&new_publ_key, &peer_publ_key, (uint32_t*)private_key); in smp_compute_dhkey()
|
/system/bt/gd/security/ecc/ |
D | p_256_ecc_pp.h | 72 #define ECC_PointMult(q, p, n) ECC_PointMult_Bin_NAF(q, p, n) macro
|