Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddpp.c788 struct wpabuf *clear = NULL, *msg = NULL, *pe = NULL; in dpp_build_conf_req_attr() local
810 pe = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_build_conf_req_attr()
811 if (!pe) in dpp_build_conf_req_attr()
813 clear_len += 4 + wpabuf_len(pe); in dpp_build_conf_req_attr()
862 if (pe) { in dpp_build_conf_req_attr()
865 wpabuf_put_le16(clear, wpabuf_len(pe)); in dpp_build_conf_req_attr()
866 wpabuf_put_buf(clear, pe); in dpp_build_conf_req_attr()
910 wpabuf_free(pe); in dpp_build_conf_req_attr()
2354 struct crypto_ec_key *pe; in dpp_conf_req_rx() local
2362 pe = dpp_set_pubkey_point(auth->own_protocol_key, in dpp_conf_req_rx()
[all …]