Lines Matching refs:curve448_point_t
58 } curve448_point_t[1]; typedef
78 extern const curve448_point_t ossl_curve448_point_identity;
181 static ossl_inline void curve448_point_copy(curve448_point_t a, in curve448_point_copy()
182 const curve448_point_t b) in curve448_point_copy()
199 ossl_curve448_point_eq(const curve448_point_t a,
200 const curve448_point_t b);
210 ossl_curve448_point_double(curve448_point_t two_a, const curve448_point_t a);
252 const curve448_point_t p);
273 ossl_curve448_precomputed_scalarmul(curve448_point_t scaled,
293 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo,
295 const curve448_point_t base2,
308 ossl_curve448_point_valid(const curve448_point_t to_test);
314 void ossl_curve448_point_destroy(curve448_point_t point);