Searched refs:out_x (Results 1 – 2 of 2) sorted by relevance
/system/core/include/mincrypt/ |
D | p256.h | 126 p256_int *out_x, 133 p256_int *out_x, 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 992 memset(out_x, 0, sizeof(felem)); in select_affine_point() 1002 out_x[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 1016 memset(out_x, 0, sizeof(felem)); in select_jacobian_point() 1032 out_x[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 1234 from_montgomery(out_x, x_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 1252 p256_clear(out_x); in p256_points_mul_vartime() [all …]
|