Home
last modified time | relevance | path

Searched refs:curve448_point_t (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/ec/curve448/
H A Dpoint_448.h58 } 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 …]
H A Dcurve448.c58 const curve448_point_t ossl_curve448_point_identity = {
62 static void point_double_internal(curve448_point_t p, const curve448_point_t q, in point_double_internal()
86 void ossl_curve448_point_double(curve448_point_t p, const curve448_point_t q) in ossl_curve448_point_double()
189 ossl_curve448_point_eq(const curve448_point_t p, in ossl_curve448_point_eq()
190 const curve448_point_t q) in ossl_curve448_point_eq()
204 ossl_curve448_point_valid(const curve448_point_t p) in ossl_curve448_point_valid()
285 curve448_point_t q; in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
329 curve448_point_t p, in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
471 curve448_point_t q; in ossl_curve448_point_mul_by_ratio_and_encode_like_x448()
487 curve448_point_t p; in ossl_x448_derive_public_key()
[all …]
H A Ded448.h182 const curve448_point_t p);
195 curve448_point_t p,
H A Deddsa.c117 curve448_point_t p; in ossl_c448_ed448_derive_public_key()
214 curve448_point_t p; in ossl_c448_ed448_sign()
278 curve448_point_t pk_point; in c448_ed448_pubkey_verify()
295 curve448_point_t pk_point, r_point; in ossl_c448_ed448_verify()

Completed in 14 milliseconds