Searched refs:own_protocol_key (Results 1 - 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_auth.c | 459 crypto_ec_key_deinit(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 = crypto_ec_key_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() 1224 auth->own_protocol_key = dpp_set_keypair( in dpp_auth_init() 1228 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_auth_init() 1231 auth->own_protocol_key in dpp_auth_init() [all...] |
H A D | dpp_crypto.c | 879 pix = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth() 891 prx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth() 962 pix = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth() 976 prx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth() 1053 pR = crypto_ec_key_get_private_key(auth->own_protocol_key); in dpp_auth_derive_l_responder() 1694 auth->own_protocol_key = dpp_gen_keypair(curve); in dpp_reconfig_derive_ke_responder() 1695 if (!auth->own_protocol_key) in dpp_reconfig_derive_ke_responder() 1714 pR = crypto_ec_key_get_private_key(auth->own_protocol_key); in dpp_reconfig_derive_ke_responder() 2069 key = auth->own_protocol_key; in dpp_build_csr()
|
H A D | dpp.c | 1258 crypto_ec_key_deinit(auth->own_protocol_key); in dpp_auth_deinit() 2382 if (crypto_ec_key_cmp(key, auth->own_protocol_key)) { in dpp_parse_connector() 2439 own_key = auth->own_protocol_key; in dpp_copy_netaccesskey() 3496 auth->own_protocol_key = dpp_gen_keypair(auth->curve); in dpp_configurator_own_config() 3497 if (!auth->own_protocol_key) in dpp_configurator_own_config() 3500 auth->peer_protocol_key = auth->own_protocol_key; in dpp_configurator_own_config()
|
H A D | dpp.h | 272 struct crypto_ec_key *own_protocol_key; member
|
H A D | dpp_reconfig.c | 340 pr = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_reconfig_build_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 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, in dpp_gen_i_auth() [all...] |
H A D | dpp.h | 194 EVP_PKEY *own_protocol_key; member
|
Completed in 21 milliseconds