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

1 2

  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 2 * WPA Supplicant - PeerKey for Direct Link Setup (DLS)
22 #include "peerkey.h"
48 struct wpa_peerkey *peerkey = timeout_ctx;
55 struct wpa_peerkey *peerkey)
57 eloop_cancel_timeout(wpa_supplicant_smk_timeout, sm, peerkey);
58 os_free(peerkey);
127 int ver, struct wpa_peerkey *peerkey)
137 kde_len = peerkey->rsnie_p_len +
156 os_memcpy(reply->key_nonce, peerkey->pnonce, WPA_NONCE_LEN);
162 pos = wpa_add_ie(pos, peerkey->rsnie_p, peerkey->rsnie_p_len)
182 struct wpa_peerkey *peerkey; local
517 struct wpa_peerkey *peerkey; local
635 struct wpa_peerkey *peerkey; local
989 struct wpa_peerkey *peerkey; local
1103 struct wpa_peerkey *prev, *peerkey = sm->peerkey; local
    [all...]
peerkey.h 2 * WPA Supplicant - PeerKey for Direct Link Setup (DLS)
40 struct wpa_peerkey *peerkey,
43 void peerkey_rx_eapol_4way(struct wpa_sm *sm, struct wpa_peerkey *peerkey,
55 struct wpa_peerkey *peerkey,
63 peerkey_rx_eapol_4way(struct wpa_sm *sm, struct wpa_peerkey *peerkey,
Makefile 21 peerkey.o \
wpa.c 24 #include "peerkey.h"
1770 struct wpa_peerkey *peerkey = NULL; local
2990 struct wpa_peerkey *peerkey; local
    [all...]
wpa_i.h 93 struct wpa_peerkey *peerkey; member in struct:wpa_sm
  /external/boringssl/src/crypto/evp/
evp_ctx.c 148 EVP_PKEY_free(ctx->peerkey);
177 if (pctx->peerkey) {
178 rctx->peerkey = EVP_PKEY_up_ref(pctx->peerkey);
179 if (rctx->peerkey == NULL) {
407 EVP_PKEY_free(ctx->peerkey);
408 ctx->peerkey = peer;
413 ctx->peerkey = NULL;
p_ec.c 158 if (!ctx->pkey || !ctx->peerkey) {
171 pubkey = EC_KEY_get0_public_key(ctx->peerkey->pkey.ec);
internal.h 221 EVP_PKEY *peerkey; member in struct:evp_pkey_ctx_st
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 259 // computeSecret performs a key exchange against peerKey and returns
261 computeSecret(peerKey []byte) (preMasterSecret []byte, err error)
279 func (e *ellipticECDHCurve) computeSecret(peerKey []byte) (preMasterSecret []byte, err error) {
280 x, y := elliptic.Unmarshal(e.curve, peerKey)
307 func (e *x25519ECDHCurve) computeSecret(peerKey []byte) (preMasterSecret []byte, err error) {
308 if len(peerKey) != 32 {
312 copy(peerKeyCopy[:], peerKey)
529 peerKey []byte
600 ka.peerKey = skx.key[4 : 4+publicLen]
617 preMasterSecret, err := ka.curve.computeSecret(ka.peerKey)
    [all...]
  /external/wpa_supplicant_8/hostapd/
android.config 47 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
defconfig 53 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
ChangeLog     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 150 int peerkey; member in struct:wpa_auth_config
ap_config.h 325 int peerkey; member in struct:hostapd_bss_config
peerkey_auth.c 2 * hostapd - PeerKey for Direct Link Setup (DLS)
wpa_auth_glue.c 47 wconf->peerkey = conf->peerkey;
wpa_auth_ie.c 233 if (conf->peerkey)
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 391 * peerkey - Whether PeerKey handshake for direct links is allowed
399 int peerkey; member in struct:wpa_ssid
android.config 266 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
config_winreg.c 927 INT(peerkey);
defconfig 291 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
wpas_glue.c 1108 conf.peerkey_enabled = ssid->peerkey;
  /device/google/marlin/
wpa_supplicant_wcn.conf 318 # peerkey: Whether PeerKey negotiation for direct links (IEEE 802.11e DLS) is
322 #peerkey=1
  /external/iw/
event.c 170 return "PeerKey";
  /external/wpa_supplicant_8/src/common/
wpa_common.h 83 * GroupKey and PeerKey require encryption, otherwise, encryption is optional.

Completed in 346 milliseconds

1 2