Lines Matching defs:own_key
2878 struct crypto_ec_key *own_key;
2880 own_key = auth->own_protocol_key;
2884 own_key = auth->reconfig_old_protocol_key;
2887 net_access_key = crypto_ec_key_get_ecprivate_key(own_key, true);
4155 struct crypto_ec_key *own_key = NULL;
4167 own_key = dpp_set_keypair(&own_curve, net_access_key,
4169 if (!own_key) {
4244 if (dpp_ecdh(own_key, intro->peer_key, Nx, &Nx_len) < 0)
4258 if (dpp_derive_pmkid(curve, own_key, intro->peer_key, intro->pmkid) <
4282 crypto_ec_key_deinit(own_key);