Lines Matching refs:uncomp
251 struct wpabuf *uncomp; in dpp_get_pubkey_hash() local
259 uncomp = crypto_ec_key_get_pubkey_point(key, 1); in dpp_get_pubkey_hash()
260 if (!uncomp) in dpp_get_pubkey_hash()
262 addr[0] = wpabuf_head(uncomp); in dpp_get_pubkey_hash()
263 len[0] = wpabuf_len(uncomp); in dpp_get_pubkey_hash()
265 wpabuf_free(uncomp); in dpp_get_pubkey_hash()
689 struct wpabuf *uncomp; in dpp_check_pubkey_match() local
697 uncomp = crypto_ec_key_get_pubkey_point(pub, 1); in dpp_check_pubkey_match()
698 if (!uncomp) in dpp_check_pubkey_match()
700 addr[0] = wpabuf_head(uncomp); in dpp_check_pubkey_match()
701 len[0] = wpabuf_len(uncomp); in dpp_check_pubkey_match()
705 wpabuf_free(uncomp); in dpp_check_pubkey_match()