Searched refs:crypto_ec (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/common/
H A Ddragonfly.h16 struct crypto_ec;
23 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec,
H A Dsae.h34 struct crypto_ec *ec;
H A Ddragonfly.c109 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec,
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto.h678 * struct crypto_ec - Elliptic curve context
683 struct crypto_ec;
691 struct crypto_ec * crypto_ec_init(int group);
697 void crypto_ec_deinit(struct crypto_ec *e);
704 size_t crypto_ec_prime_len(struct crypto_ec *e);
711 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);
718 size_t crypto_ec_order_len(struct crypto_ec *e);
725 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);
732 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
747 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *
[all...]
H A Dcrypto_wolfssl.c1257 struct crypto_ec { struct
1267 struct crypto_ec * crypto_ec_init(int group)
1270 struct crypto_ec *e;
1335 void crypto_ec_deinit(struct crypto_ec* e)
1349 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e)
1359 size_t crypto_ec_prime_len(struct crypto_ec *e)
1365 size_t crypto_ec_prime_len_bits(struct crypto_ec *e)
1371 size_t crypto_ec_order_len(struct crypto_ec *e)
1377 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e)
1383 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *
[all...]
H A Dcrypto_openssl.c1552 struct crypto_ec { struct
1562 struct crypto_ec * crypto_ec_init(int group)
1564 struct crypto_ec *e;
1631 void crypto_ec_deinit(struct crypto_ec *e)
1645 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e)
1655 size_t crypto_ec_prime_len(struct crypto_ec *e)
1661 size_t crypto_ec_prime_len_bits(struct crypto_ec *e)
1667 size_t crypto_ec_order_len(struct crypto_ec *e)
1673 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e)
1679 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *
[all...]
/freebsd-12-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h18 struct crypto_ec *group;

Completed in 192 milliseconds