Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/ec/
H A Decp_nistp384.c704 static void felem_square_wrapper(widefelem out, const felem in);
707 static void (*felem_square_p)(widefelem out, const felem in) = felem_square_wrapper;
748 static void felem_square_wrapper(widefelem out, const felem in) in felem_square_wrapper() function
H A Decp_nistp521.c598 static void felem_square_wrapper(largefelem out, const felem in);
601 static void (*felem_square_p)(largefelem out, const felem in) = felem_square_wrapper;
627 static void felem_square_wrapper(largefelem out, const felem in) in felem_square_wrapper() function