Searched refs:curve448_point_t (Results 1 – 4 of 4) sorted by relevance
/openssl-master/crypto/ec/curve448/ |
A D | point_448.h | 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, 308 ossl_curve448_point_valid(const curve448_point_t to_test); [all …]
|
A D | curve448.c | 58 const curve448_point_t ossl_curve448_point_identity = 61 static void point_double_internal(curve448_point_t p, const curve448_point_t q, in point_double_internal() 85 void ossl_curve448_point_double(curve448_point_t p, const curve448_point_t q) in ossl_curve448_point_double() 188 ossl_curve448_point_eq(const curve448_point_t p, in ossl_curve448_point_eq() 189 const curve448_point_t q) in ossl_curve448_point_eq() 203 ossl_curve448_point_valid(const curve448_point_t p) in ossl_curve448_point_valid() 284 curve448_point_t q; in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa() 328 curve448_point_t p, in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 470 curve448_point_t q; in ossl_curve448_point_mul_by_ratio_and_encode_like_x448() 486 curve448_point_t p; in ossl_x448_derive_public_key() [all …]
|
A D | ed448.h | 182 const curve448_point_t p); 195 curve448_point_t p,
|
A D | eddsa.c | 121 curve448_point_t p; in ossl_c448_ed448_derive_public_key() 218 curve448_point_t p; in ossl_c448_ed448_sign() 288 curve448_point_t pk_point, r_point; in ossl_c448_ed448_verify()
|
Completed in 7 milliseconds