Symbol: curve448_scalar_t
crypto/openssl/crypto/ec/curve448/curve448.c
229
const curve448_scalar_t scalar)
crypto/openssl/crypto/ec/curve448/curve448.c
234
curve448_scalar_t scalar1x;
crypto/openssl/crypto/ec/curve448/curve448.c
28
static const curve448_scalar_t precomputed_scalarmul_adjustment = {
crypto/openssl/crypto/ec/curve448/curve448.c
478
curve448_scalar_t the_scalar;
crypto/openssl/crypto/ec/curve448/curve448.c
547
const curve448_scalar_t scalar,
crypto/openssl/crypto/ec/curve448/curve448.c
638
const curve448_scalar_t scalar1,
crypto/openssl/crypto/ec/curve448/curve448.c
640
const curve448_scalar_t scalar2)
crypto/openssl/crypto/ec/curve448/eddsa.c
115
curve448_scalar_t secret_scalar;
crypto/openssl/crypto/ec/curve448/eddsa.c
163
curve448_scalar_t secret_scalar;
crypto/openssl/crypto/ec/curve448/eddsa.c
166
curve448_scalar_t nonce_scalar;
crypto/openssl/crypto/ec/curve448/eddsa.c
169
curve448_scalar_t challenge_scalar;
crypto/openssl/crypto/ec/curve448/eddsa.c
213
curve448_scalar_t nonce_scalar_2;
crypto/openssl/crypto/ec/curve448/eddsa.c
297
curve448_scalar_t challenge_scalar;
crypto/openssl/crypto/ec/curve448/eddsa.c
298
curve448_scalar_t response_scalar;
crypto/openssl/crypto/ec/curve448/point_448.h
106
void ossl_curve448_scalar_decode_long(curve448_scalar_t out,
crypto/openssl/crypto/ec/curve448/point_448.h
116
const curve448_scalar_t s);
crypto/openssl/crypto/ec/curve448/point_448.h
125
void ossl_curve448_scalar_add(curve448_scalar_t out,
crypto/openssl/crypto/ec/curve448/point_448.h
126
const curve448_scalar_t a, const curve448_scalar_t b);
crypto/openssl/crypto/ec/curve448/point_448.h
134
void ossl_curve448_scalar_sub(curve448_scalar_t out,
crypto/openssl/crypto/ec/curve448/point_448.h
135
const curve448_scalar_t a, const curve448_scalar_t b);
crypto/openssl/crypto/ec/curve448/point_448.h
144
void ossl_curve448_scalar_mul(curve448_scalar_t out,
crypto/openssl/crypto/ec/curve448/point_448.h
145
const curve448_scalar_t a, const curve448_scalar_t b);
crypto/openssl/crypto/ec/curve448/point_448.h
153
void ossl_curve448_scalar_halve(curve448_scalar_t out, const curve448_scalar_t a);
crypto/openssl/crypto/ec/curve448/point_448.h
162
static ossl_inline void curve448_scalar_copy(curve448_scalar_t out,
crypto/openssl/crypto/ec/curve448/point_448.h
163
const curve448_scalar_t a)
crypto/openssl/crypto/ec/curve448/point_448.h
265
const curve448_scalar_t scalar);
crypto/openssl/crypto/ec/curve448/point_448.h
283
const curve448_scalar_t scalar1,
crypto/openssl/crypto/ec/curve448/point_448.h
285
const curve448_scalar_t scalar2);
crypto/openssl/crypto/ec/curve448/point_448.h
300
void ossl_curve448_scalar_destroy(curve448_scalar_t scalar);
crypto/openssl/crypto/ec/curve448/point_448.h
72
extern const curve448_scalar_t ossl_curve448_scalar_one;
crypto/openssl/crypto/ec/curve448/point_448.h
75
extern const curve448_scalar_t ossl_curve448_scalar_zero;
crypto/openssl/crypto/ec/curve448/point_448.h
96
ossl_curve448_scalar_decode(curve448_scalar_t out,
crypto/openssl/crypto/ec/curve448/scalar.c
105
void ossl_curve448_scalar_sub(curve448_scalar_t out, const curve448_scalar_t a,
crypto/openssl/crypto/ec/curve448/scalar.c
106
const curve448_scalar_t b)
crypto/openssl/crypto/ec/curve448/scalar.c
111
void ossl_curve448_scalar_add(curve448_scalar_t out, const curve448_scalar_t a,
crypto/openssl/crypto/ec/curve448/scalar.c
112
const curve448_scalar_t b)
crypto/openssl/crypto/ec/curve448/scalar.c
125
static ossl_inline void scalar_decode_short(curve448_scalar_t s,
crypto/openssl/crypto/ec/curve448/scalar.c
141
ossl_curve448_scalar_decode(curve448_scalar_t s,
crypto/openssl/crypto/ec/curve448/scalar.c
157
void ossl_curve448_scalar_destroy(curve448_scalar_t scalar)
crypto/openssl/crypto/ec/curve448/scalar.c
159
OPENSSL_cleanse(scalar, sizeof(curve448_scalar_t));
crypto/openssl/crypto/ec/curve448/scalar.c
162
void ossl_curve448_scalar_decode_long(curve448_scalar_t s,
crypto/openssl/crypto/ec/curve448/scalar.c
166
curve448_scalar_t t1, t2;
crypto/openssl/crypto/ec/curve448/scalar.c
179
if (ser_len == sizeof(curve448_scalar_t)) {
crypto/openssl/crypto/ec/curve448/scalar.c
18
static const curve448_scalar_t sc_p = {
crypto/openssl/crypto/ec/curve448/scalar.c
200
const curve448_scalar_t s)
crypto/openssl/crypto/ec/curve448/scalar.c
210
void ossl_curve448_scalar_halve(curve448_scalar_t out, const curve448_scalar_t a)
crypto/openssl/crypto/ec/curve448/scalar.c
30
const curve448_scalar_t ossl_curve448_scalar_one = { { { 1 } } };
crypto/openssl/crypto/ec/curve448/scalar.c
31
const curve448_scalar_t ossl_curve448_scalar_zero = { { { 0 } } };
crypto/openssl/crypto/ec/curve448/scalar.c
37
static void sc_subx(curve448_scalar_t out,
crypto/openssl/crypto/ec/curve448/scalar.c
39
const curve448_scalar_t sub,
crypto/openssl/crypto/ec/curve448/scalar.c
40
const curve448_scalar_t p, c448_word_t extra)
crypto/openssl/crypto/ec/curve448/scalar.c
61
static void sc_montmul(curve448_scalar_t out, const curve448_scalar_t a,
crypto/openssl/crypto/ec/curve448/scalar.c
62
const curve448_scalar_t b)
crypto/openssl/crypto/ec/curve448/scalar.c
98
void ossl_curve448_scalar_mul(curve448_scalar_t out, const curve448_scalar_t a,
crypto/openssl/crypto/ec/curve448/scalar.c
99
const curve448_scalar_t b)