Searched refs:own_protocol_key (Results 1 – 2 of 2) sorted by relevance
2281 auth->own_protocol_key = dpp_set_keypair( in dpp_auth_init()2285 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_init()2288 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_init()2290 if (!auth->own_protocol_key) in dpp_auth_init()2293 pi = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_auth_init()2298 if (dpp_ecdh(auth->own_protocol_key, auth->peer_bi->pubkey, in dpp_auth_init()2546 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()2555 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()2625 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()2636 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()[all …]
194 EVP_PKEY *own_protocol_key; member