Go to the source code of this file.
|
int | ec_bignum_to_scalar (const EC_GROUP *group, EC_SCALAR *out, const BIGNUM *in) |
|
int | ec_random_nonzero_scalar (const EC_GROUP *group, EC_SCALAR *out, const uint8_t additional_data[32]) |
|
void | ec_scalar_add (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a, const EC_SCALAR *b) |
|
int | ec_scalar_equal_vartime (const EC_GROUP *group, const EC_SCALAR *a, const EC_SCALAR *b) |
|
int | ec_scalar_from_bytes (const EC_GROUP *group, EC_SCALAR *out, const uint8_t *in, size_t len) |
|
void | ec_scalar_from_montgomery (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a) |
|
void | ec_scalar_inv0_montgomery (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a) |
|
int | ec_scalar_is_zero (const EC_GROUP *group, const EC_SCALAR *a) |
|
void | ec_scalar_mul_montgomery (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a, const EC_SCALAR *b) |
|
void | ec_scalar_neg (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a) |
|
void | ec_scalar_reduce (const EC_GROUP *group, EC_SCALAR *out, const BN_ULONG *words, size_t num) |
|
void | ec_scalar_select (const EC_GROUP *group, EC_SCALAR *out, BN_ULONG mask, const EC_SCALAR *a, const EC_SCALAR *b) |
|
void | ec_scalar_sub (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a, const EC_SCALAR *b) |
|
void | ec_scalar_to_bytes (const EC_GROUP *group, uint8_t *out, size_t *out_len, const EC_SCALAR *in) |
|
void | ec_scalar_to_montgomery (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a) |
|
int | ec_scalar_to_montgomery_inv_vartime (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a) |
|
void | ec_simple_scalar_inv0_montgomery (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a) |
|
int | ec_simple_scalar_to_montgomery_inv_vartime (const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a) |
|
◆ ec_bignum_to_scalar()
◆ ec_random_nonzero_scalar()
◆ ec_scalar_add()
◆ ec_scalar_equal_vartime()
◆ ec_scalar_from_bytes()
◆ ec_scalar_from_montgomery()
◆ ec_scalar_inv0_montgomery()
◆ ec_scalar_is_zero()
◆ ec_scalar_mul_montgomery()
◆ ec_scalar_neg()
◆ ec_scalar_reduce()
◆ ec_scalar_select()
◆ ec_scalar_sub()
◆ ec_scalar_to_bytes()
◆ ec_scalar_to_montgomery()
◆ ec_scalar_to_montgomery_inv_vartime()
◆ ec_simple_scalar_inv0_montgomery()
◆ ec_simple_scalar_to_montgomery_inv_vartime()