Lines Matching refs:crypto_ec
2243 struct crypto_ec { struct
2329 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init()
2331 struct crypto_ec *e; in crypto_ec_init()
2362 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()
2376 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
2386 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
2392 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
2398 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()
2404 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
2410 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()
2416 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e) in crypto_ec_get_a()
2422 const struct crypto_bignum * crypto_ec_get_b(struct crypto_ec *e) in crypto_ec_get_b()
2428 const struct crypto_ec_point * crypto_ec_get_generator(struct crypto_ec *e) in crypto_ec_get_generator()
2444 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x()
2454 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin()
2489 struct crypto_ec_point * crypto_ec_point_from_bin(struct crypto_ec *e, in crypto_ec_point_from_bin()
2521 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add()
2532 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul()
2544 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert()
2553 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, in crypto_ec_point_compute_y_sqr()
2576 int crypto_ec_point_is_at_infinity(struct crypto_ec *e, in crypto_ec_point_is_at_infinity()
2583 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve()
2591 int crypto_ec_point_cmp(const struct crypto_ec *e, in crypto_ec_point_cmp()
2600 void crypto_ec_point_debug_print(const struct crypto_ec *e, in crypto_ec_point_debug_print()
2630 struct crypto_ec *ec;
3344 crypto_ec_key_set_pub_point(struct crypto_ec *ec, in crypto_ec_key_set_pub_point()