Searched refs:out_y (Results 1 – 2 of 2) sorted by relevance
/system/core/include/mincrypt/ |
D | p256.h | 127 p256_int *out_y); 134 p256_int *out_y); 140 p256_int *out_x, p256_int *out_y);
|
/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() argument 993 memset(out_y, 0, sizeof(felem)); in select_affine_point() 1005 out_y[j] |= *table & mask; in select_affine_point() 1012 static void select_jacobian_point(felem out_x, felem out_y, felem out_z, in select_jacobian_point() argument 1017 memset(out_y, 0, sizeof(felem)); in select_jacobian_point() 1035 out_y[j] |= *table & mask; 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() argument 1235 from_montgomery(out_y, y_affine); in p256_base_point_mul() 1247 const p256_int* in_y, p256_int* out_x, p256_int* out_y) { in p256_points_mul_vartime() argument 1253 p256_clear(out_y); in p256_points_mul_vartime() [all …]
|