Searched refs:ECC_PointMult (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/smp/
H A Dp_256_ecc_pp.h61 #define ECC_PointMult(q, p, n, keyLength) ECC_PointMult_Bin_NAF(q, p, n, keyLength) macro
H A Dsmp_keys.c1078 ECC_PointMult(&public_key, &(curve_p256.G), (DWORD*) private_key, KEY_LENGTH_DWORDS_P256);
1115 ECC_PointMult(&new_publ_key, &peer_publ_key, (DWORD*) private_key, KEY_LENGTH_DWORDS_P256);

Completed in 94 milliseconds