Searched refs:felem_mul (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Decp_nistputil.c54 void (*felem_mul) (void *out,
81 felem_mul(tmp_felem(i), tmp_felem(i - 1), Z(i));
98 felem_mul(tmp_felem(num), tmp_felem(i - 1), tmp_felem(i));
107 felem_mul(tmp_felem(i - 1), tmp_felem(i), Z(i));
113 felem_mul(X(i), X(i), Z(i)); /* X/(Z^2) */
114 felem_mul(Z(i), Z(i), tmp_felem(num)); /* 1/(Z^3) */
115 felem_mul(Y(i), Y(i), Z(i)); /* Y/(Z^3) */
H A Decp_nistp224.c547 static void felem_mul(widefelem out, const felem in1, const felem in2) function
639 felem_mul(tmp, in1, in2);
734 felem_mul(tmp, in, ftmp);
738 felem_mul(tmp, in, ftmp);
746 felem_mul(tmp, ftmp2, ftmp);
754 felem_mul(tmp, ftmp2, ftmp);
762 felem_mul(tmp, ftmp3, ftmp2);
770 felem_mul(tmp, ftmp3, ftmp2);
778 felem_mul(tmp, ftmp3, ftmp4);
786 felem_mul(tm
[all...]
H A Decp_nistp521.c488 * felem_mul sets |out| = |in1| * |in2|
495 static void felem_mul(largefelem out, const felem in1, const felem in2) function
681 felem_mul(tmp, in1, in2);
701 felem_mul(tmp, in, ftmp);
706 felem_mul(tmp, in, ftmp);
715 felem_mul(tmp, ftmp3, ftmp2);
728 felem_mul(tmp, ftmp3, ftmp);
732 felem_mul(tmp, ftmp3, ftmp2);
740 felem_mul(tmp, ftmp3, ftmp2);
748 felem_mul(tm
[all...]
H A Decp_nistp256.c694 * felem_mul sets |out| = |in1| * |in2|
701 static void felem_mul(longfelem out, const felem in1, const felem in2) function
782 * To be called directly after felem_square or felem_mul.
1003 felem_mul(tmp, in, ftmp);
1010 felem_mul(tmp, ftmp, e2);
1021 felem_mul(tmp, ftmp, e4);
1028 felem_mul(tmp, ftmp, e8);
1035 felem_mul(tmp, ftmp, e16);
1043 felem_mul(tmp, ftmp, in);
1050 felem_mul(tm
[all...]
H A Dec_lcl.h528 void (*felem_mul) (void *out,

Completed in 70 milliseconds