Searched refs:p_256_copy_point (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/smp/ |
D | p_256_ecc_pp.cc | 36 static void p_256_copy_point(Point* q, Point* p) { in p_256_copy_point() function 115 p_256_copy_point(r, p); in ECC_Add() 121 p_256_copy_point(r, q); in ECC_Add() 223 p_256_copy_point(&r, q); in ECC_PointMult_Bin_NAF() 228 p_256_copy_point(&r, q); in ECC_PointMult_Bin_NAF() 231 p_256_copy_point(&r, q); in ECC_PointMult_Bin_NAF()
|
/system/bt/gd/security/ecc/ |
D | p_256_ecc_pp.cc | 41 static void p_256_copy_point(Point* q, const Point* p) { in p_256_copy_point() function 120 p_256_copy_point(r, p); in ECC_Add() 126 p_256_copy_point(r, q); in ECC_Add() 223 p_256_copy_point(&r, q); in ECC_PointMult_Bin_NAF() 228 p_256_copy_point(&r, q); in ECC_PointMult_Bin_NAF() 231 p_256_copy_point(&r, q); in ECC_PointMult_Bin_NAF()
|