Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/crypto/
Dcrypto.h721 struct crypto_ec;
737 struct crypto_ec * crypto_ec_init(int group);
743 void crypto_ec_deinit(struct crypto_ec *e);
750 size_t crypto_ec_prime_len(struct crypto_ec *e);
757 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);
764 size_t crypto_ec_order_len(struct crypto_ec *e);
771 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e);
778 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
785 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e);
792 const struct crypto_bignum * crypto_ec_get_b(struct crypto_ec *e);
[all …]
Dcrypto_wolfssl.c1308 struct crypto_ec { struct
1318 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument
1321 struct crypto_ec *e; in crypto_ec_init()
1386 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit()
1400 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
1410 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
1416 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
1422 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()
1428 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
1434 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()
[all …]
Dcrypto_openssl.c1686 struct crypto_ec { struct
1733 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init()
1735 struct crypto_ec *e; in crypto_ec_init()
1765 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit()
1779 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init()
1789 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len()
1795 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits()
1801 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len()
1807 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime()
1813 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order()
[all …]
/freebsd-12-stable/contrib/wpa/src/common/
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,
Ddpp_i.h115 struct crypto_ec **ret_ec);
119 struct crypto_ec **ret_ec);
143 struct crypto_ec *ec;
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()
Dsae.h51 struct crypto_ec *ec;
89 struct crypto_ec *ec;
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 *ec; in dpp_decrypt_e_id()
[all …]
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()
Dsae.c624 static struct crypto_ec_point * sswu(struct crypto_ec *ec, int group, in sswu()
863 sae_derive_pt_ecc(struct crypto_ec *ec, int group, in sae_derive_pt_ecc()
/freebsd-12-stable/contrib/wpa/src/eap_common/
Deap_pwd_common.h18 struct crypto_ec *group;