Home
last modified time | relevance | path

Searched refs:crypto_ec (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h714 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 …]
Dcrypto_wolfssl.c1304 struct crypto_ec { struct
1314 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument
1317 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 …]
Dcrypto_openssl.c1622 struct crypto_ec { struct
1632 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument
1634 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 …]
/external/wpa_supplicant_8/src/common/
Ddragonfly.h16 struct crypto_ec;
23 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec,
Dsae.h51 struct crypto_ec *ec;
89 struct crypto_ec *ec;
Ddragonfly.c109 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec, in dragonfly_is_quadratic_residue_blind()
Dsae.c624 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()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.h18 struct crypto_ec *group;