Home
last modified time | relevance | path

Searched refs:peer_protocol_key (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h195 EVP_PKEY *peer_protocol_key; member
H A Ddpp.c2547 prx = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_r_auth()
2554 pix = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_r_auth()
2626 prx = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_i_auth()
2635 pix = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_i_auth()
2779 PR = EVP_PKEY_get1_EC_KEY(auth->peer_protocol_key); in dpp_auth_derive_l_initiator()
2887 if (dpp_ecdh(auth->own_protocol_key, auth->peer_protocol_key, in dpp_auth_build_resp_ok()
3285 auth->peer_protocol_key = pi; in dpp_auth_req_rx()
3324 auth->peer_protocol_key = pi; in dpp_auth_req_rx()
3794 EVP_PKEY_free(auth->peer_protocol_key); in dpp_auth_resp_rx()
3795 auth->peer_protocol_key in dpp_auth_resp_rx()
[all...]

Completed in 22 milliseconds