Searched defs:out_x (Results 1 - 1 of 1) sorted by relevance

/system/core/libmincrypt/
H A Dp256_ec.c986 /* select_affine_point sets {out_x,out_y} to the index'th entry of table.
988 static void select_affine_point(felem out_x, felem out_y, const limb* table, argument
992 memset(out_x, 0, sizeof(felem));
1002 out_x[j] |= *table & mask;
1010 /* select_jacobian_point sets {out_x,out_y,out_z} to the index'th entry of
1012 static void select_jacobian_point(felem out_x, felem out_y, felem out_z, argument
1016 memset(out_x, 0, sizeof(felem));
1032 out_x[j] |= *table & mask;
1223 /* p256_base_point_mul sets {out_x,out_y} = nG, where n is < the
1225 void p256_base_point_mul(const p256_int* n, p256_int* out_x, p256_in argument
1245 p256_points_mul_vartime( const p256_int* n1, const p256_int* n2, const p256_int* in_x, const p256_int* in_y, p256_int* out_x, p256_int* out_y) argument
[all...]

Completed in 76 milliseconds