Lines Matching defs:e

2430 	struct crypto_ec *e;  in crypto_ec_init()  local
2461 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()
2475 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
2485 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
2491 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
2497 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()
2503 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
2509 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()
2515 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e) in crypto_ec_get_a()
2521 const struct crypto_bignum * crypto_ec_get_b(struct crypto_ec *e) in crypto_ec_get_b()
2527 const struct crypto_ec_point * crypto_ec_get_generator(struct crypto_ec *e) in crypto_ec_get_generator()
2543 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x()
2553 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin()
2588 struct crypto_ec_point * crypto_ec_point_from_bin(struct crypto_ec *e, in crypto_ec_point_from_bin()
2620 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add()
2631 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul()
2643 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert()
2652 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, in crypto_ec_point_compute_y_sqr()
2675 int crypto_ec_point_is_at_infinity(struct crypto_ec *e, in crypto_ec_point_is_at_infinity()
2682 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve()
2690 int crypto_ec_point_cmp(const struct crypto_ec *e, in crypto_ec_point_cmp()
2699 void crypto_ec_point_debug_print(const struct crypto_ec *e, in crypto_ec_point_debug_print()