Searched refs:ECC_PointMult (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/smp/ |
D | p_256_ecc_pp.h | 61 #define ECC_PointMult(q, p, n, keyLength) ECC_PointMult_Bin_NAF(q, p, n, keyLength) macro
|
D | smp_keys.c | 1078 ECC_PointMult(&public_key, &(curve_p256.G), (DWORD*) private_key, KEY_LENGTH_DWORDS_P256); in smp_process_private_key() 1115 ECC_PointMult(&new_publ_key, &peer_publ_key, (DWORD*) private_key, KEY_LENGTH_DWORDS_P256); in smp_compute_dhkey()
|