HomeSort by relevance Sort by last modified time
    Searched refs:inonce (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 169 wpa_add_kde(pos, RSN_KEY_DATA_NONCE, peerkey->inonce, WPA_NONCE_LEN);
247 os_memcpy(peerkey->inonce, key->key_nonce, WPA_NONCE_LEN);
300 * @inonce: Initiator Nonce
305 * SMKID = HMAC-SHA1-128(SMK, "SMK Name" || PNonce || MAC_P || INonce || MAC_I)
308 const u8 *inonce, const u8 *mac_i, u8 *smkid,
320 addr[3] = inonce;
373 if (os_get_random(peerkey->inonce, WPA_NONCE_LEN)) {
375 "RSN: Failed to get random data for INonce (STK)");
379 wpa_hexdump(MSG_DEBUG, "RSN: INonce for STK 4-Way Handshake",
380 peerkey->inonce, WPA_NONCE_LEN)
    [all...]
peerkey.h 23 u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */ member in struct:wpa_peerkey
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 170 wpa_add_kde(pos, RSN_KEY_DATA_NONCE, peerkey->inonce, WPA_NONCE_LEN);
248 os_memcpy(peerkey->inonce, key->key_nonce, WPA_NONCE_LEN);
301 * @inonce: Initiator Nonce
306 * SMKID = HMAC-SHA1-128(SMK, "SMK Name" || PNonce || MAC_P || INonce || MAC_I)
309 const u8 *inonce, const u8 *mac_i, u8 *smkid,
321 addr[3] = inonce;
374 if (random_get_bytes(peerkey->inonce, WPA_NONCE_LEN)) {
376 "RSN: Failed to get random data for INonce (STK)");
380 wpa_hexdump(MSG_DEBUG, "RSN: INonce for STK 4-Way Handshake",
381 peerkey->inonce, WPA_NONCE_LEN)
    [all...]
peerkey.h 23 u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */ member in struct:wpa_peerkey
tdls.c 95 u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */ member in struct:wpa_tdls_peer
346 if (os_memcmp(peer->inonce, peer->rnonce, WPA_NONCE_LEN) < 0) {
347 nonce[0] = peer->inonce;
351 nonce[1] = peer->inonce;
597 os_memset(peer->inonce, 0, WPA_NONCE_LEN);
670 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
913 if (os_get_random(peer->inonce, WPA_NONCE_LEN)) {
921 peer->inonce, WPA_NONCE_LEN);
922 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1021 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN)
    [all...]
  /external/wpa_supplicant/
wpa.c 877 * Min(INonce, PNonce) || Max(INonce, PNonce))
1084 * EAPOL-Key(S=1, M=1, A=0, I=0, K=0, SM=1, KeyRSC=0, Nonce=INonce,
1136 if (hostapd_get_rand(peerkey->inonce, WPA_NONCE_LEN)) {
1138 "WPA: Failed to get random data for INonce");
    [all...]
wpa_i.h 52 u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */ member in struct:wpa_peerkey

Completed in 142 milliseconds