Searched refs:crypto_ec (Results 1 – 3 of 3) sorted by relevance
628 struct crypto_ec;636 struct crypto_ec * crypto_ec_init(int group);642 void crypto_ec_deinit(struct crypto_ec *e);649 size_t crypto_ec_prime_len(struct crypto_ec *e);656 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);663 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);670 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);685 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);706 int crypto_ec_point_to_bin(struct crypto_ec *e,719 struct crypto_ec_point * crypto_ec_point_from_bin(struct crypto_ec *e,[all …]
1017 struct crypto_ec { struct1024 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument1026 struct crypto_ec *e; in crypto_ec_init()1070 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()1081 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()1089 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()1095 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()1101 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()1107 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()1122 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin()[all …]
31 struct crypto_ec *ec;