Home
last modified time | relevance | path

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

/hostap-3.7.0/src/common/
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()
2388 if (dpp_ecdh(auth->own_protocol_key, auth->peer_protocol_key, in dpp_derive_auth_i()
2418 pex = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_derive_auth_i()
[all …]
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()
Ddpp.c1296 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_auth_deinit()
1530 if (!auth->peer_protocol_key) { in dpp_build_conf_obj_dpp()
1553 if (dpp_build_jwk(dppcon, "netAccessKey", auth->peer_protocol_key, NULL, in dpp_build_conf_obj_dpp()
2141 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_conf_req_rx()
2142 auth->peer_protocol_key = pe; in dpp_conf_req_rx()
3225 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_conf_resp_rx()
3226 auth->peer_protocol_key = pc; in dpp_conf_resp_rx()
3778 auth->peer_protocol_key = auth->own_protocol_key; in dpp_configurator_own_config()
3791 auth->peer_protocol_key = NULL; in dpp_configurator_own_config()
Ddpp.h283 struct crypto_ec_key *peer_protocol_key; member