Searched refs:largefelem (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_nistp521.c | 134 typedef uint128_t largefelem[NLIMBS]; typedef 275 static void felem_scalar128(largefelem out, limb scalar) in felem_scalar128() 345 static void felem_diff_128_64(largefelem out, const felem in) in felem_diff_128_64() 376 static void felem_diff128(largefelem out, const largefelem in) in felem_diff128() 404 static void felem_square_ref(largefelem out, const felem in) in felem_square_ref() 488 static void felem_mul_ref(largefelem out, const felem in1, const felem in2) in felem_mul_ref() 603 static void felem_reduce(felem out, const largefelem in) in felem_reduce() 679 void felem_square_wrapper(largefelem out, const felem in); 680 void felem_mul_wrapper(largefelem out, const felem in1, const felem in2); 682 static void (*felem_square_p)(largefelem out, const felem in) = [all …]
|