Searched refs:crypto_ec (Results 1 – 3 of 3) sorted by relevance
654 struct crypto_ec;662 struct crypto_ec * crypto_ec_init(int group);668 void crypto_ec_deinit(struct crypto_ec *e);675 size_t crypto_ec_prime_len(struct crypto_ec *e);682 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);689 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);696 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);711 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);732 int crypto_ec_point_to_bin(struct crypto_ec *e,745 struct crypto_ec_point * crypto_ec_point_from_bin(struct crypto_ec *e,[all …]
1245 struct crypto_ec { struct1254 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument1256 struct crypto_ec *e; in crypto_ec_init()1322 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()1336 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()1346 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()1352 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()1358 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()1364 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()1379 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin()[all …]
34 struct crypto_ec *ec;