Searched refs:crypto_ec (Results 1 – 8 of 8) sorted by relevance
714 struct crypto_ec;722 struct crypto_ec * crypto_ec_init(int group);728 void crypto_ec_deinit(struct crypto_ec *e);735 size_t crypto_ec_prime_len(struct crypto_ec *e);742 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);749 size_t crypto_ec_order_len(struct crypto_ec *e);756 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);763 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);765 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e);766 const struct crypto_bignum * crypto_ec_get_b(struct crypto_ec *e);[all …]
1304 struct crypto_ec { struct1314 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument1317 struct crypto_ec *e; in crypto_ec_init()1382 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit()1396 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()1406 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()1412 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()1418 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()1424 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()1430 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()[all …]
1622 struct crypto_ec { struct1632 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument1634 struct crypto_ec *e; in crypto_ec_init()1701 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()1715 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()1725 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()1731 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()1737 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()1743 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()1749 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()[all …]
16 struct crypto_ec;23 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec,
51 struct crypto_ec *ec;89 struct crypto_ec *ec;
109 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec, in dragonfly_is_quadratic_residue_blind()
624 static struct crypto_ec_point * sswu(struct crypto_ec *ec, int group, in sswu()873 sae_derive_pt_ecc(struct crypto_ec *ec, int group, in sae_derive_pt_ecc()
18 struct crypto_ec *group;