Searched refs:crypto_ec (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto.h | 723 struct crypto_ec; 739 struct crypto_ec * crypto_ec_init(int group); 745 void crypto_ec_deinit(struct crypto_ec *e); 752 size_t crypto_ec_prime_len(struct crypto_ec *e); 759 size_t crypto_ec_prime_len_bits(struct crypto_ec *e); 766 size_t crypto_ec_order_len(struct crypto_ec *e); 773 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e); 780 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e); 787 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e); 794 const struct crypto_bignum * crypto_ec_get_b(struct crypto_ec *e); [all …]
|
H A D | crypto_wolfssl.c | 1631 struct crypto_ec { struct 1646 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() argument 1649 struct crypto_ec *e; in crypto_ec_init() 1753 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit() 1771 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() 1781 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len() 1787 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits() 1793 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len() 1799 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime() 1805 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() [all …]
|
H A D | crypto_openssl.c | 2243 struct crypto_ec { struct 2329 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() 2331 struct crypto_ec *e; in crypto_ec_init() 2362 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit() 2376 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() 2386 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len() 2392 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits() 2398 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len() 2404 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime() 2410 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | dragonfly.h | 16 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 D | dpp_i.h | 123 struct crypto_ec **ret_ec); 127 struct crypto_ec **ret_ec); 152 struct crypto_ec *ec;
|
H A D | dragonfly.c | 112 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec, in dragonfly_is_quadratic_residue_blind() 222 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt()
|
H A D | sae.h | 52 struct crypto_ec *ec; 92 struct crypto_ec *ec;
|
H A D | dpp_crypto.c | 1058 struct crypto_ec *ec; in dpp_auth_derive_l_responder() 1102 struct crypto_ec *ec; in dpp_auth_derive_l_initiator() 1462 struct crypto_ec **ret_ec) in dpp_pkex_derive_Qi() 1471 struct crypto_ec *ec = NULL; in dpp_pkex_derive_Qi() 1537 struct crypto_ec **ret_ec) in dpp_pkex_derive_Qr() 1546 struct crypto_ec *ec = NULL; in dpp_pkex_derive_Qr() 1690 struct crypto_ec *ec = NULL; in dpp_reconfig_derive_ke_responder() 1791 struct crypto_ec *ec = NULL; in dpp_reconfig_derive_ke_initiator() 2232 struct crypto_ec *ec = NULL; in dpp_gen_reconfig_id() 2352 struct crypto_ec *ec; in dpp_decrypt_e_id() [all …]
|
H A D | dpp_pkex.c | 32 struct crypto_ec *ec = NULL; in dpp_pkex_build_exchange_req() 356 struct crypto_ec *ec = NULL; in dpp_pkex_rx_exchange_req() 703 struct crypto_ec *ec = NULL; in dpp_pkex_rx_exchange_resp()
|
H A D | sae.c | 626 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()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_pwd_common.h | 18 struct crypto_ec *group;
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_eht.c | 841 struct crypto_ec *ec; in sae_commit_skip_fixed_fields()
|