HomeSort by: relevance | last modified time | path
    Searched refs:own_key (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dpp_i.h 118 struct crypto_ec_key *own_key,
dpp_reconfig.c 49 struct crypto_ec_key *own_key; local
54 own_key = dpp_set_keypair(&own_curve, net_access_key,
56 if (!own_key) {
125 crypto_ec_key_deinit(own_key);
dpp_crypto.c 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; local
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; local
    [all...]
dpp.c 2878 struct crypto_ec_key *own_key; local
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; local
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);
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
crypto.h 967 * @own_key: Our own EC Key
971 struct crypto_ec_key *own_key);
crypto_wolfssl.c 1642 bool own_key; /* Should we free the `key` */ member in struct:crypto_ec
1665 e->own_key = true;
1765 if (e->own_key)
2153 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key)
2157 if (!own_key || crypto_ec_key_group(own_key) != group) {
2167 ret->ec->key = own_key->eckey;
2168 ret->ec->own_key = false;
crypto_openssl.c 2721 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key)
2734 ecdh->pkey = EVP_PKEY_dup((EVP_PKEY *) own_key);
2756 EVP_PKEY_get1_EC_KEY((EVP_PKEY *) own_key))
  /src/external/bsd/wpa/dist/src/ap/
dpp_hostapd.c 2790 struct crypto_ec_key *own_key; local
2838 own_key = dpp_set_keypair(&curve,
2841 if (!own_key) {
2849 crypto_ec_key_deinit(own_key);
2853 pt = hpke_base_open(kem_id, kdf_id, aead_id, own_key, NULL, 0,
2855 crypto_ec_key_deinit(own_key);

Completed in 83 milliseconds