Lines Matching refs:void
122 // void ecp_nistz256_to_mont(BN_ULONG x0[4],const BN_ULONG x1[4]);
151 // void ecp_nistz256_from_mont(BN_ULONG x0[4],const BN_ULONG x1[4]);
179 // void ecp_nistz256_mul_mont(BN_ULONG x0[4],const BN_ULONG x1[4],
206 // void ecp_nistz256_sqr_mont(BN_ULONG x0[4],const BN_ULONG x1[4]);
231 // void ecp_nistz256_add(BN_ULONG x0[4],const BN_ULONG x1[4],
257 // void ecp_nistz256_div_by_2(BN_ULONG x0[4],const BN_ULONG x1[4]);
280 // void ecp_nistz256_mul_by_2(BN_ULONG x0[4],const BN_ULONG x1[4]);
307 // void ecp_nistz256_mul_by_3(BN_ULONG x0[4],const BN_ULONG x1[4]);
345 // void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
369 // void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
739 # void ecp_nistz256_point_double(P256_POINT *out,const P256_POINT *inp);
896 # void ecp_nistz256_point_add(P256_POINT *out,const P256_POINT *in1,
1156 # void ecp_nistz256_point_add_affine(P256_POINT *out,const P256_POINT *in1,
1375 // void ecp_nistz256_ord_mul_mont(uint64_t res[4], uint64_t a[4],
1517 // void ecp_nistz256_ord_sqr_mont(uint64_t res[4], uint64_t a[4],
1672 // void ecp_nistz256_scatter_w5(void *x0,const P256_POINT *x1,
1734 // void ecp_nistz256_gather_w5(P256_POINT *x0,const void *x1,
1811 // void ecp_nistz256_scatter_w7(void *x0,const P256_POINT_AFFINE *x1,
1855 // void ecp_nistz256_gather_w7(P256_POINT_AFFINE *x0,const void *x1,