Home
last modified time | relevance | path

Searched refs:ECC_PointMult (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/security/
Decdh_keys.cc59 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/
Dp_256_ecc_pp.h63 #define ECC_PointMult(q, p, n) ECC_PointMult_Bin_NAF(q, p, n) macro
Dsmp_keys.cc690 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/
Dp_256_ecc_pp.h72 #define ECC_PointMult(q, p, n) ECC_PointMult_Bin_NAF(q, p, n) macro