Searched refs:own_key (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp.c | 6311 EVP_PKEY *own_key, EVP_PKEY *peer_key, u8 *pmkid) in dpp_derive_pmkid() argument 6320 nkx = dpp_get_pubkey_point(own_key, 0); in dpp_derive_pmkid() 6360 EVP_PKEY *own_key = NULL, *peer_key = NULL; in dpp_peer_intro() local 6387 own_key = dpp_set_keypair(&own_curve, net_access_key, in dpp_peer_intro() 6389 if (!own_key) { in dpp_peer_intro() 6484 ctx = EVP_PKEY_CTX_new(own_key, NULL); in dpp_peer_intro() 6508 if (dpp_derive_pmkid(curve, own_key, peer_key, intro->pmkid) < 0) { in dpp_peer_intro() 6522 EVP_PKEY_free(own_key); in dpp_peer_intro() 8246 EVP_PKEY *own_key; in dpp_pfs_init() local 8253 own_key = dpp_set_keypair(&pfs->curve, net_access_key, in dpp_pfs_init() [all …]
|