Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddpp_crypto.c2402 struct wpabuf *pcx = NULL, *pex = NULL; in dpp_derive_auth_i() local
2450 pcx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_derive_auth_i()
2454 pcx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_derive_auth_i()
2458 if (!pcx || !pex) in dpp_derive_auth_i()
2460 addr[1] = wpabuf_head(pcx); in dpp_derive_auth_i()
2461 len[1] = wpabuf_len(pcx) / 2; in dpp_derive_auth_i()
2475 wpabuf_free(pcx); in dpp_derive_auth_i()