Home
last modified time | relevance | path

Searched refs:own_protocol_key (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_auth.c459 EVP_PKEY_free(auth->own_protocol_key); in dpp_auth_build_resp_ok()
466 auth->own_protocol_key = dpp_set_keypair( in dpp_auth_build_resp_ok()
470 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_build_resp_ok()
473 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_build_resp_ok()
475 if (!auth->own_protocol_key) in dpp_auth_build_resp_ok()
478 pr = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_auth_build_resp_ok()
483 if (dpp_ecdh(auth->own_protocol_key, auth->peer_protocol_key, in dpp_auth_build_resp_ok()
1226 auth->own_protocol_key = dpp_set_keypair( in dpp_auth_init()
1230 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_init()
1233 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_init()
[all …]
Ddpp_crypto.c1436 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()
1445 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()
1515 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()
1526 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()
1612 pR = EVP_PKEY_get0_EC_KEY(auth->own_protocol_key); in dpp_auth_derive_l_responder()
2294 auth->own_protocol_key = dpp_gen_keypair(curve); in dpp_reconfig_derive_ke_responder()
2295 if (!auth->own_protocol_key) in dpp_reconfig_derive_ke_responder()
2307 pR = EVP_PKEY_get0_EC_KEY(auth->own_protocol_key); in dpp_reconfig_derive_ke_responder()
2717 key = auth->own_protocol_key; in dpp_build_csr()
Ddpp.c1271 EVP_PKEY_free(auth->own_protocol_key); in dpp_auth_deinit()
2400 if (EVP_PKEY_cmp(key, auth->own_protocol_key) != 1) { in dpp_parse_connector()
2459 own_key = auth->own_protocol_key; in dpp_copy_netaccesskey()
3526 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_configurator_own_config()
3527 if (!auth->own_protocol_key) in dpp_configurator_own_config()
3530 auth->peer_protocol_key = auth->own_protocol_key; in dpp_configurator_own_config()
Ddpp.h270 EVP_PKEY *own_protocol_key; member
Ddpp_reconfig.c344 pr = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_reconfig_build_resp()