Home | History | Annotate | Download | only in eap_server

Lines Matching defs:nonce

96 	u8 *buf, *pchannel, nonce[16];
135 os_memset(nonce, 0, sizeof(nonce));
137 os_memcpy(pchannel, nonce + 12, 4);
142 if (aes_128_eax_encrypt(data->tek, nonce, sizeof(nonce),
336 u8 *decrypted, nonce[16];
364 wpa_printf(MSG_DEBUG, "EAP-PSK: Nonce did not increase");
368 os_memset(nonce, 0, 12);
369 os_memcpy(nonce + 12, pos, 4);
381 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce),