Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c1900 prx = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_r_auth()
1907 pix = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_r_auth()
1978 prx = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_i_auth()
1987 pix = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_i_auth()
2111 PR_point = crypto_ec_get_public_key(auth->peer_protocol_key); in dpp_auth_derive_l_initiator()
2208 if (dpp_ecdh(auth->own_protocol_key, auth->peer_protocol_key, in dpp_auth_build_resp_ok()
2594 auth->peer_protocol_key = pi; in dpp_auth_req_rx()
2633 auth->peer_protocol_key = pi; in dpp_auth_req_rx()
3084 crypto_ec_free_key(auth->peer_protocol_key); in dpp_auth_resp_rx()
3085 auth->peer_protocol_key = pr; in dpp_auth_resp_rx()
[all …]
Ddpp.h250 struct crypto_key *peer_protocol_key; member