HomeSort by relevance Sort by last modified time
    Searched defs:smk (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 60 "Sending SMK Error");
91 wpa_printf(MSG_INFO, "RSN: Failed to parse KDEs in SMK M1");
98 "SMK M1");
108 wpa_printf(MSG_DEBUG, "RSN: SMK handshake with " MACSTR
128 /* SMK M2:
134 "Sending SMK M2");
149 const u8 *smk)
155 /* SMK M4:
157 * MIC=MIC, DataKDs=(MAC_I KDE, INonce KDE, SMK KDE,
177 /* SMK with PNonce *
260 u8 smk[32], buf[ETH_ALEN + 8 + 2 * WPA_NONCE_LEN], *pos; local
    [all...]
wpa_auth_ie.h 23 const u8 *smk; member in struct:wpa_eapol_ie_parse
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.h 15 int initiator; /* whether this end was initator for SMK handshake */
23 u8 smk[PMK_LEN]; member in struct:wpa_peerkey
wpa_ie.h 25 const u8 *smk; member in struct:wpa_eapol_ie_parse
  /external/webrtc/src/common_audio/vad/
vad_core.c 340 WebRtc_Word16 nmk, nmk2, nmk3, smk, smk2, nsk, ssk; local
512 smk = *smean2ptr;
558 smk2 = smk + (tmp16 >> 1); // Q7 + (Q14 * Q15 >> 22)
570 tmp16 = WEBRTC_SPL_RSHIFT_W16((smk + 4), 3);

Completed in 47 milliseconds