Lines Matching defs:e

1446 			  const struct crypto_bignum *e,  in crypto_bignum_exptmod()
1653 struct crypto_ec *e; in crypto_ec_init() local
1757 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit()
1775 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
1785 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
1791 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
1797 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()
1803 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
1809 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()
1815 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e) in crypto_ec_get_a()
1821 const struct crypto_bignum * crypto_ec_get_b(struct crypto_ec *e) in crypto_ec_get_b()
1848 const struct crypto_ec_point * crypto_ec_get_generator(struct crypto_ec *e) in crypto_ec_get_generator()
1855 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x()
1862 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin()
1907 struct crypto_ec_point * crypto_ec_point_from_bin(struct crypto_ec *e, in crypto_ec_point_from_bin()
1937 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add()
2005 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul()
2020 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert()
2035 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, in crypto_ec_point_compute_y_sqr()
2059 int crypto_ec_point_is_at_infinity(struct crypto_ec *e, in crypto_ec_point_is_at_infinity()
2066 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve()
2074 int crypto_ec_point_cmp(const struct crypto_ec *e, in crypto_ec_point_cmp()
2821 void crypto_ec_point_debug_print(const struct crypto_ec *e, in crypto_ec_point_debug_print()
3081 crypto_ec_key_set_pub_point(struct crypto_ec *e, in crypto_ec_key_set_pub_point()