/external/libconstrainedcrypto/ |
p256_ec.c | 804 static void point_double(felem x_out, felem y_out, felem z_out, const felem x, function [all...] |
/external/boringssl/src/crypto/ec/ |
p224-64.c | 625 static void point_double(felem x_out, felem y_out, felem z_out, function 776 point_double(x3, y3, z3, x1, y1, z1); 909 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]); [all...] |
p256-64.c | 907 /* point_double calculates 2*(x_in, y_in, z_in) 914 static void point_double(felem x_out, felem y_out, felem z_out, function 990 /* point_double_small is the same as point_double, except that it operates on 1001 point_double(felem_x_out, felem_y_out, felem_z_out, felem_x_in, felem_y_in, 1140 point_double(x3, y3, z3, x1, y1, z1); [all...] |