Symbol: curve448_point_t
crypto/openssl/crypto/ec/curve448/curve448.c
102
static void pniels_to_pt(curve448_point_t e, const pniels_t d)
crypto/openssl/crypto/ec/curve448/curve448.c
114
static void niels_to_pt(curve448_point_t e, const niels_t n)
crypto/openssl/crypto/ec/curve448/curve448.c
122
static void add_niels_to_pt(curve448_point_t d, const niels_t e,
crypto/openssl/crypto/ec/curve448/curve448.c
143
static void sub_niels_from_pt(curve448_point_t d, const niels_t e,
crypto/openssl/crypto/ec/curve448/curve448.c
164
static void add_pniels_to_pt(curve448_point_t p, const pniels_t pn,
crypto/openssl/crypto/ec/curve448/curve448.c
174
static void sub_pniels_from_pt(curve448_point_t p, const pniels_t pn,
crypto/openssl/crypto/ec/curve448/curve448.c
185
ossl_curve448_point_eq(const curve448_point_t p,
crypto/openssl/crypto/ec/curve448/curve448.c
186
const curve448_point_t q)
crypto/openssl/crypto/ec/curve448/curve448.c
200
ossl_curve448_point_valid(const curve448_point_t p)
crypto/openssl/crypto/ec/curve448/curve448.c
227
void ossl_curve448_precomputed_scalarmul(curve448_point_t out,
crypto/openssl/crypto/ec/curve448/curve448.c
275
const curve448_point_t p)
crypto/openssl/crypto/ec/curve448/curve448.c
278
curve448_point_t q;
crypto/openssl/crypto/ec/curve448/curve448.c
322
curve448_point_t p,
crypto/openssl/crypto/ec/curve448/curve448.c
461
const curve448_point_t p)
crypto/openssl/crypto/ec/curve448/curve448.c
463
curve448_point_t q;
crypto/openssl/crypto/ec/curve448/curve448.c
479
curve448_point_t p;
crypto/openssl/crypto/ec/curve448/curve448.c
54
const curve448_point_t ossl_curve448_point_identity = {
crypto/openssl/crypto/ec/curve448/curve448.c
58
static void point_double_internal(curve448_point_t p, const curve448_point_t q,
crypto/openssl/crypto/ec/curve448/curve448.c
610
const curve448_point_t working,
crypto/openssl/crypto/ec/curve448/curve448.c
613
curve448_point_t tmp;
crypto/openssl/crypto/ec/curve448/curve448.c
637
void ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo,
crypto/openssl/crypto/ec/curve448/curve448.c
639
const curve448_point_t base2,
crypto/openssl/crypto/ec/curve448/curve448.c
725
void ossl_curve448_point_destroy(curve448_point_t point)
crypto/openssl/crypto/ec/curve448/curve448.c
727
OPENSSL_cleanse(point, sizeof(curve448_point_t));
crypto/openssl/crypto/ec/curve448/curve448.c
82
void ossl_curve448_point_double(curve448_point_t p, const curve448_point_t q)
crypto/openssl/crypto/ec/curve448/curve448.c
94
static void pt_to_pniels(pniels_t b, const curve448_point_t a)
crypto/openssl/crypto/ec/curve448/ed448.h
180
const curve448_point_t p);
crypto/openssl/crypto/ec/curve448/ed448.h
193
curve448_point_t p,
crypto/openssl/crypto/ec/curve448/eddsa.c
117
curve448_point_t p;
crypto/openssl/crypto/ec/curve448/eddsa.c
214
curve448_point_t p;
crypto/openssl/crypto/ec/curve448/eddsa.c
278
curve448_point_t pk_point;
crypto/openssl/crypto/ec/curve448/eddsa.c
295
curve448_point_t pk_point, r_point;
crypto/openssl/crypto/ec/curve448/point_448.h
175
static ossl_inline void curve448_point_copy(curve448_point_t a,
crypto/openssl/crypto/ec/curve448/point_448.h
176
const curve448_point_t b)
crypto/openssl/crypto/ec/curve448/point_448.h
193
ossl_curve448_point_eq(const curve448_point_t a,
crypto/openssl/crypto/ec/curve448/point_448.h
194
const curve448_point_t b);
crypto/openssl/crypto/ec/curve448/point_448.h
203
void ossl_curve448_point_double(curve448_point_t two_a, const curve448_point_t a);
crypto/openssl/crypto/ec/curve448/point_448.h
244
const curve448_point_t p);
crypto/openssl/crypto/ec/curve448/point_448.h
263
void ossl_curve448_precomputed_scalarmul(curve448_point_t scaled,
crypto/openssl/crypto/ec/curve448/point_448.h
282
void ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo,
crypto/openssl/crypto/ec/curve448/point_448.h
284
const curve448_point_t base2,
crypto/openssl/crypto/ec/curve448/point_448.h
297
ossl_curve448_point_valid(const curve448_point_t to_test);
crypto/openssl/crypto/ec/curve448/point_448.h
303
void ossl_curve448_point_destroy(curve448_point_t point);
crypto/openssl/crypto/ec/curve448/point_448.h
78
extern const curve448_point_t ossl_curve448_point_identity;