Searched defs:out_y (Results 1 – 1 of 1) sorted by relevance
/system/core/libmincrypt/ |
D | p256_ec.c | 988 static void select_affine_point(felem out_x, felem out_y, const limb* table, in select_affine_point() 1012 static void select_jacobian_point(felem out_x, felem out_y, felem out_z, in select_jacobian_point() 1225 void p256_base_point_mul(const p256_int* n, p256_int* out_x, p256_int* out_y) { in p256_base_point_mul() 1247 const p256_int* in_y, p256_int* out_x, p256_int* out_y) { in p256_points_mul_vartime()
|