Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h720 * struct crypto_ec - Elliptic curve context
725 struct crypto_ec;
733 struct crypto_ec * crypto_ec_init(int group);
739 void crypto_ec_deinit(struct crypto_ec *e);
746 size_t crypto_ec_prime_len(struct crypto_ec *e);
753 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);
760 size_t crypto_ec_order_len(struct crypto_ec *e);
767 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);
774 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
776 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *
[all...]
H A Dcrypto_openssl.c1634 struct crypto_ec { struct
1644 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init()
1646 struct crypto_ec *e; in crypto_ec_init()
1713 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()
1727 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
1737 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
1743 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
1749 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()
1755 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
1761 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *
[all...]
H A Dcrypto_wolfssl.c1311 struct crypto_ec { struct
1321 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init()
1324 struct crypto_ec *e; in crypto_ec_init()
1389 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit()
1403 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
1413 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
1419 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
1425 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()
1431 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
1437 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h727 * struct crypto_ec - Elliptic curve context
732 struct crypto_ec;
748 struct crypto_ec * crypto_ec_init(int group);
754 void crypto_ec_deinit(struct crypto_ec *e);
761 size_t crypto_ec_prime_len(struct crypto_ec *e);
768 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);
775 size_t crypto_ec_order_len(struct crypto_ec *e);
782 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);
789 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
791 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *
[all...]
H A Dcrypto_wolfssl.c1317 struct crypto_ec { struct
1327 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init()
1330 struct crypto_ec *e; in crypto_ec_init()
1395 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit()
1409 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
1419 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
1425 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
1431 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()
1437 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
1443 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *
[all...]
H A Dcrypto_openssl.c1707 struct crypto_ec { struct
1754 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init()
1756 struct crypto_ec *e; in crypto_ec_init()
1786 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()
1800 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
1810 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
1816 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
1822 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()
1828 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
1834 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddragonfly.h16 struct crypto_ec;
23 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec,
30 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val,
H A Ddpp_i.h115 struct crypto_ec **ret_ec);
119 struct crypto_ec **ret_ec);
143 struct crypto_ec *ec;
H A Ddragonfly.c109 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec, in dragonfly_is_quadratic_residue_blind()
219 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt()
H A Dsae.h52 struct crypto_ec *ec;
90 struct crypto_ec *ec;
H A Ddpp_crypto.c1037 struct crypto_ec *ec; in dpp_auth_derive_l_responder()
1079 struct crypto_ec *ec; in dpp_auth_derive_l_initiator()
1438 struct crypto_ec **ret_ec) in dpp_pkex_derive_Qi()
1448 struct crypto_ec *ec = NULL; in dpp_pkex_derive_Qi()
1513 struct crypto_ec **ret_ec) in dpp_pkex_derive_Qr()
1523 struct crypto_ec *ec = NULL; in dpp_pkex_derive_Qr()
1666 struct crypto_ec *ec = NULL; in dpp_reconfig_derive_ke_responder()
1766 struct crypto_ec *ec = NULL; in dpp_reconfig_derive_ke_initiator()
2204 struct crypto_ec *ec = NULL; in dpp_gen_reconfig_id()
2323 struct crypto_ec *e in dpp_decrypt_e_id()
[all...]
H A Ddpp_pkex.c32 struct crypto_ec *ec = NULL; in dpp_pkex_build_exchange_req()
353 struct crypto_ec *ec = NULL; in dpp_pkex_rx_exchange_req()
696 struct crypto_ec *ec = NULL; in dpp_pkex_rx_exchange_resp()
H A Dsae.c626 static struct crypto_ec_point * sswu(struct crypto_ec *ec, int group, in sswu()
865 sae_derive_pt_ecc(struct crypto_ec *ec, int group, in sae_derive_pt_ecc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddragonfly.h16 struct crypto_ec;
23 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec,
30 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val,
H A Ddragonfly.c109 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec, in dragonfly_is_quadratic_residue_blind()
219 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt()
H A Dsae.h34 struct crypto_ec *ec;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pwd_common.h18 struct crypto_ec *group;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_pwd_common.h18 struct crypto_ec *group;

Completed in 23 milliseconds