Lines Matching refs:crypto_ec_key

80 void dpp_debug_print_key(const char *title, struct crypto_ec_key *key)  in dpp_debug_print_key()
232 struct crypto_ec_key * dpp_set_pubkey_point(struct crypto_ec_key *group_key, in dpp_set_pubkey_point()
249 int dpp_get_pubkey_hash(struct crypto_ec_key *key, u8 *hash) in dpp_get_pubkey_hash()
270 struct crypto_ec_key * dpp_gen_keypair(const struct dpp_curve_params *curve) in dpp_gen_keypair()
272 struct crypto_ec_key *key; in dpp_gen_keypair()
284 struct crypto_ec_key * dpp_set_keypair(const struct dpp_curve_params **curve, in dpp_set_keypair()
287 struct crypto_ec_key *key; in dpp_set_keypair()
502 int dpp_ecdh(struct crypto_ec_key *own, struct crypto_ec_key *peer, in dpp_ecdh()
577 struct crypto_ec_key *key; in dpp_get_subject_public_key()
686 static int dpp_check_pubkey_match(struct crypto_ec_key *pub, in dpp_check_pubkey_match()
721 struct crypto_ec_key *csign_pub, in dpp_process_signed_connector()
860 struct crypto_ec_key *csign; in dpp_check_signed_connector()
1170 struct crypto_ec_key *own_key, in dpp_derive_pmkid()
1171 struct crypto_ec_key *peer_key, u8 *pmkid) in dpp_derive_pmkid()
1421 static struct crypto_ec_key *
1469 struct crypto_ec_key *Pi_key = NULL; in dpp_pkex_derive_Qi()
1544 struct crypto_ec_key *Pr_key = NULL; in dpp_pkex_derive_Qr()
1687 struct crypto_ec_key *own_key = NULL, *peer_key = NULL; in dpp_reconfig_derive_ke_responder()
1789 struct crypto_ec_key *pr = NULL, *peer_key = NULL; in dpp_reconfig_derive_ke_initiator()
2005 struct crypto_ec_key *own_key; in dpp_pfs_init()
2085 struct crypto_ec_key *key; in dpp_build_csr()
2230 struct crypto_ec_key *csign = NULL, *ppkey = NULL; in dpp_gen_reconfig_id()
2348 struct crypto_ec_point * dpp_decrypt_e_id(struct crypto_ec_key *ppkey, in dpp_decrypt_e_id()
2349 struct crypto_ec_key *a_nonce, in dpp_decrypt_e_id()
2350 struct crypto_ec_key *e_prime_id) in dpp_decrypt_e_id()
2529 struct crypto_ec_key *key = NULL; in dpp_test_gen_invalid_key()