Searched refs:own_protocol_key (Results 1 – 2 of 2) sorted by relevance
1574 auth->own_protocol_key = dpp_set_keypair( in dpp_auth_init()1578 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_init()1581 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_init()1583 if (!auth->own_protocol_key) in dpp_auth_init()1586 pi = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_auth_init()1591 if (dpp_ecdh(auth->own_protocol_key, auth->peer_bi->pubkey, in dpp_auth_init()1899 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()1908 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()1977 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()1988 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()[all …]
249 struct crypto_key *own_protocol_key; member