Searched refs:crypto_ec (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | crypto.h | 721 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 …]
|
| D | crypto_wolfssl.c | 1308 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 …]
|
| D | crypto_openssl.c | 1686 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/ |
| 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,
|
| D | dpp_i.h | 115 struct crypto_ec **ret_ec); 119 struct crypto_ec **ret_ec); 143 struct crypto_ec *ec;
|
| D | dragonfly.c | 109 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()
|
| D | sae.h | 51 struct crypto_ec *ec; 89 struct crypto_ec *ec;
|
| D | dpp_crypto.c | 1037 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 …]
|
| D | dpp_pkex.c | 32 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()
|
| D | sae.c | 624 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/ |
| D | eap_pwd_common.h | 18 struct crypto_ec *group;
|