Searched refs:felem_mul_wrapper (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/crypto/ec/ ! |
| H A D | ecp_nistp384.c | 705 static void felem_mul_wrapper(widefelem out, const felem in1, const felem in2); 708 static void (*felem_mul_p)(widefelem out, const felem in1, const felem in2) = felem_mul_wrapper; 754 static void felem_mul_wrapper(widefelem out, const felem in1, const felem in2) in felem_mul_wrapper() function
|
| H A D | ecp_nistp521.c | 599 static void felem_mul_wrapper(largefelem out, const felem in1, const felem in2); 602 static void (*felem_mul_p)(largefelem out, const felem in1, const felem in2) = felem_mul_wrapper; 633 static void felem_mul_wrapper(largefelem out, const felem in1, const felem in2) in felem_mul_wrapper() function
|