Home
last modified time | relevance | path

Searched refs:peer_protocol_key (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c880 prx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_r_auth()
889 pix = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_r_auth()
963 prx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_i_auth()
974 pix = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_i_auth()
1093 PR = crypto_ec_key_get_public_key(auth->peer_protocol_key); in dpp_auth_derive_l_initiator()
1781 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_reconfig_derive_ke_initiator()
1782 auth->peer_protocol_key = pr; in dpp_reconfig_derive_ke_initiator()
1805 PR = crypto_ec_key_get_public_key(auth->peer_protocol_key); in dpp_reconfig_derive_ke_initiator()
H A Ddpp_auth.c483 if (dpp_ecdh(auth->own_protocol_key, auth->peer_protocol_key, in dpp_auth_build_resp_ok()
882 auth->peer_protocol_key = pi; in dpp_auth_req_rx()
921 auth->peer_protocol_key = pi; in dpp_auth_req_rx()
1568 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_auth_resp_rx()
1569 auth->peer_protocol_key = pr; in dpp_auth_resp_rx()
H A Ddpp.c1259 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_auth_deinit()
1485 if (!auth->peer_protocol_key || in dpp_build_conf_obj_dpp()
1486 dpp_build_jwk(dppcon, "netAccessKey", auth->peer_protocol_key, NULL, in dpp_build_conf_obj_dpp()
3500 auth->peer_protocol_key = auth->own_protocol_key; in dpp_configurator_own_config()
3513 auth->peer_protocol_key = NULL; in dpp_configurator_own_config()
H A Ddpp.h273 struct crypto_ec_key *peer_protocol_key; member