Searched refs:own_protocol_key (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.c2281 auth->own_protocol_key = dpp_set_keypair(
2285 auth->own_protocol_key = dpp_gen_keypair(auth->curve);
2288 auth->own_protocol_key = dpp_gen_keypair(auth->curve);
2290 if (!auth->own_protocol_key)
2293 pi = dpp_get_pubkey_point(auth->own_protocol_key, 0);
2298 if (dpp_ecdh(auth->own_protocol_key, auth->peer_bi->pubkey,
2546 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0);
2555 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0);
2625 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0);
2636 prx = dpp_get_pubkey_point(auth->own_protocol_key,
[all...]
H A Ddpp.h194 EVP_PKEY *own_protocol_key; member in struct:dpp_authentication

Completed in 96 milliseconds