Searched refs:smallfelem_expand (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 469 /* smallfelem_expand converts a smallfelem to an felem */ 470 static void smallfelem_expand(felem out, const smallfelem in) in smallfelem_expand() function 1080 smallfelem_expand(tmp, in); in smallfelem_inv_contract() 1193 smallfelem_expand(felem_x_in, x_in); in point_double_small() 1194 smallfelem_expand(felem_y_in, y_in); in point_double_small() 1195 smallfelem_expand(felem_z_in, z_in); in point_double_small() 1426 smallfelem_expand(felem_x1, x1); in point_add_small() 1427 smallfelem_expand(felem_y1, y1); in point_add_small() 1428 smallfelem_expand(felem_z1, z1); in point_add_small() 1715 smallfelem_expand(n in batch_mul() [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 469 /* smallfelem_expand converts a smallfelem to an felem */ 470 static void smallfelem_expand(felem out, const smallfelem in) in smallfelem_expand() function 1080 smallfelem_expand(tmp, in); in smallfelem_inv_contract() 1193 smallfelem_expand(felem_x_in, x_in); in point_double_small() 1194 smallfelem_expand(felem_y_in, y_in); in point_double_small() 1195 smallfelem_expand(felem_z_in, z_in); in point_double_small() 1426 smallfelem_expand(felem_x1, x1); in point_add_small() 1427 smallfelem_expand(felem_y1, y1); in point_add_small() 1428 smallfelem_expand(felem_z1, z1); in point_add_small() 1715 smallfelem_expand(n in batch_mul() [all...] |
Completed in 5 milliseconds