Searched refs:own_protocol_key (Results 1 – 2 of 2) sorted by relevance
2140 auth->own_protocol_key = dpp_set_keypair( in dpp_auth_init()2144 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_init()2147 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_init()2149 if (!auth->own_protocol_key) in dpp_auth_init()2152 pi = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_auth_init()2157 ctx = EVP_PKEY_CTX_new(auth->own_protocol_key, NULL); in dpp_auth_init()2417 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()2426 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()2496 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()2507 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()[all …]
192 EVP_PKEY *own_protocol_key; member