Searched refs:peer_protocol_key (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp_crypto.c | 901 prx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_r_auth() 910 pix = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_r_auth() 984 prx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_i_auth() 995 pix = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_i_auth() 1114 PR = crypto_ec_key_get_public_key(auth->peer_protocol_key); in dpp_auth_derive_l_initiator() 1806 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_reconfig_derive_ke_initiator() 1807 auth->peer_protocol_key = pr; in dpp_reconfig_derive_ke_initiator() 1830 PR = crypto_ec_key_get_public_key(auth->peer_protocol_key); in dpp_reconfig_derive_ke_initiator() 2421 if (dpp_ecdh(auth->own_protocol_key, auth->peer_protocol_key, in dpp_derive_auth_i() 2451 pex = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_derive_auth_i() [all …]
|
D | dpp_auth.c | 483 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()
|
D | dpp.c | 1462 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_auth_deinit() 1735 if (!auth->peer_protocol_key) { in dpp_build_conf_obj_dpp() 1765 if (dpp_build_jwk(dppcon, "netAccessKey", auth->peer_protocol_key, NULL, in dpp_build_conf_obj_dpp() 2370 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_conf_req_rx() 2371 auth->peer_protocol_key = pe; in dpp_conf_req_rx() 3459 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_conf_resp_rx() 3460 auth->peer_protocol_key = pc; in dpp_conf_resp_rx() 4012 auth->peer_protocol_key = auth->own_protocol_key; in dpp_configurator_own_config() 4025 auth->peer_protocol_key = NULL; in dpp_configurator_own_config() 5056 if (auth->peer_protocol_key) { in dpp_notify_auth_success() [all …]
|
D | dpp.h | 309 struct crypto_ec_key *peer_protocol_key; member
|