Home
last modified time | relevance | path

Searched refs:felem_mul_wrapper (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/ec/ !
H A Decp_nistp384.c705 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 Decp_nistp521.c599 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