HomeSort by relevance Sort by last modified time
    Searched full:peerkey (Results 1 - 25 of 39) sorted by null

1 2

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 2 * WPA Supplicant - PeerKey for Direct Link Setup (DLS)
27 #include "peerkey.h"
53 struct wpa_peerkey *peerkey = timeout_ctx;
60 struct wpa_peerkey *peerkey)
62 eloop_cancel_timeout(wpa_supplicant_smk_timeout, sm, peerkey);
63 os_free(peerkey);
130 int ver, struct wpa_peerkey *peerkey)
139 kde_len = peerkey->rsnie_p_len +
157 os_memcpy(reply->key_nonce, peerkey->pnonce, WPA_NONCE_LEN);
163 pos = wpa_add_ie(pos, peerkey->rsnie_p, peerkey->rsnie_p_len)
183 struct wpa_peerkey *peerkey; local
529 struct wpa_peerkey *peerkey; local
648 struct wpa_peerkey *peerkey; local
1009 struct wpa_peerkey *peerkey; local
1135 struct wpa_peerkey *prev, *peerkey = sm->peerkey; local
    [all...]
peerkey.h 2 * WPA Supplicant - PeerKey for Direct Link Setup (DLS)
47 struct wpa_peerkey *peerkey,
50 void peerkey_rx_eapol_4way(struct wpa_sm *sm, struct wpa_peerkey *peerkey,
61 struct wpa_peerkey *peerkey,
69 peerkey_rx_eapol_4way(struct wpa_sm *sm, struct wpa_peerkey *peerkey,
wpa.c 27 #include "peerkey.h"
1439 struct wpa_peerkey *peerkey = NULL; local
    [all...]
wpa_i.h 91 struct wpa_peerkey *peerkey; member in struct:wpa_sm
  /external/wpa_supplicant/
wpa.c 94 * GroupKey and PeerKey require encryption, otherwise, encryption is optional.
110 * already taken by 802.11ma (PeerKey). Need to update the values here once
224 struct wpa_peerkey *peerkey);
1049 struct wpa_peerkey *peerkey; local
1053 ssid == NULL || !ssid->peerkey)
1076 peerkey = os_malloc(sizeof(*peerkey));
1077 if (peerkey == NULL)
1079 os_memset(peerkey, 0, sizeof(*peerkey));
2254 struct wpa_peerkey *peerkey; local
2510 struct wpa_peerkey *peerkey; local
2686 struct wpa_peerkey *peerkey; local
3395 struct wpa_peerkey *peerkey = NULL; local
3852 struct wpa_peerkey *prev, *peerkey = sm->peerkey; local
    [all...]
wpa_i.h 134 struct wpa_peerkey *peerkey; member in struct:wpa_sm
wpa_supplicant.h 131 * IEEE 802.11e with a new PeerKey mechanism that replaced the original
config_ssid.h 807 * peerkey - Whether PeerKey handshake for direct links is allowed
815 int peerkey; member in struct:wpa_ssid
wpa_supplicant.conf 271 # peerkey: Whether PeerKey negotiation for direct links (IEEE 802.11e DLS) is
275 #peerkey=1
defconfig 245 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
  /external/openssl/crypto/evp/
pmeth_lib.c 179 ret->peerkey = NULL;
279 if (pctx->peerkey)
280 CRYPTO_add(&pctx->peerkey->references,1,CRYPTO_LOCK_EVP_PKEY);
282 rctx->peerkey = pctx->peerkey;
318 if (ctx->peerkey)
319 EVP_PKEY_free(ctx->peerkey);
413 return ctx->peerkey;
pmeth_fn.c 335 if (ctx->peerkey)
336 EVP_PKEY_free(ctx->peerkey);
337 ctx->peerkey = peer;
343 ctx->peerkey = NULL;
evp_locl.h 275 EVP_PKEY *peerkey; member in struct:evp_pkey_ctx_st
  /external/chromium/net/third_party/nss/ssl/
ssl3ecc.c 611 SECKEYPublicKey *peerKey = NULL;
700 ss->sec.peerKey = peerKey = PORT_ArenaZNew(arena, SECKEYPublicKey);
701 if (peerKey == NULL) {
705 peerKey->arena = arena;
706 peerKey->keyType = ecKey;
708 /* set up EC parameters in peerKey */
710 &peerKey->u.ec.DEREncodedParams) != SECSuccess) {
718 /* copy publicValue in peerKey */
719 if (SECITEM_CopyItem(arena, &peerKey->u.ec.publicValue, &ec_point)
    [all...]
ssl3con.c     [all...]
sslsecur.c 932 if (sec->peerKey) {
933 SECKEY_DestroyPublicKey(sec->peerKey);
934 sec->peerKey = NULL;
    [all...]
  /external/openssl/crypto/dh/
dh_pmeth.c 207 if (!ctx->pkey || !ctx->peerkey)
212 ret = DH_compute_key(key, ctx->peerkey->pkey.dh->pub_key,
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 293 * peerkey - Whether PeerKey handshake for direct links is allowed
301 int peerkey; member in struct:wpa_ssid
todo.txt 39 (new PeerKey handshake, WPA2/IEEE 802.11 (RSN) IBSS)
wpa_supplicant.conf 328 # peerkey: Whether PeerKey negotiation for direct links (IEEE 802.11e DLS) is
332 #peerkey=1
.config 294 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
defconfig 297 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
  /external/openssl/crypto/ec/
ec_pmeth.c 175 if (!ctx->pkey || !ctx->peerkey)
189 pubkey = EC_KEY_get0_public_key(ctx->peerkey->pkey.ec);
  /external/openssl/apps/
pkeyutl.c 152 else if (!strcmp(*argv,"-peerkey"))
520 BIO_puts(err, "-peerkey command before -inkey\n");
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 73 * GroupKey and PeerKey require encryption, otherwise, encryption is optional.

Completed in 290 milliseconds

1 2