Lines Matching defs:own_key
1170 struct crypto_ec_key *own_key,
1180 nkx = crypto_ec_key_get_pubkey_point(own_key, 0);
1687 struct crypto_ec_key *own_key = NULL, *peer_key = NULL;
1698 own_key = dpp_set_keypair(&auth->curve, net_access_key,
1700 if (!own_key) {
1736 cR = crypto_ec_key_get_private_key(own_key);
1768 auth->reconfig_old_protocol_key = own_key;
1769 own_key = NULL;
1778 crypto_ec_key_deinit(own_key);
2005 struct crypto_ec_key *own_key;
2012 own_key = dpp_set_keypair(&pfs->curve, net_access_key,
2014 if (!own_key) {
2018 crypto_ec_key_deinit(own_key);