Lines Matching refs:peer_protocol_key
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()
3454 crypto_ec_key_deinit(auth->peer_protocol_key); in dpp_conf_resp_rx()
3455 auth->peer_protocol_key = pc; in dpp_conf_resp_rx()
4007 auth->peer_protocol_key = auth->own_protocol_key; in dpp_configurator_own_config()
4020 auth->peer_protocol_key = NULL; in dpp_configurator_own_config()
5051 if (auth->peer_protocol_key) { in dpp_notify_auth_success()
5052 dpp_get_pubkey_hash(auth->peer_protocol_key, hash); in dpp_notify_auth_success()