Home | History | Annotate | Download | only in common

Lines Matching defs:nonces

143  * wpa_pmk_to_ptk - Calculate PTK from PMK, addresses, and nonces
237 u8 nonces[2 * FILS_NONCE_LEN];
258 os_memcpy(nonces, snonce, FILS_NONCE_LEN);
259 os_memcpy(&nonces[FILS_NONCE_LEN], anonce, FILS_NONCE_LEN);
269 res = hmac_sha384_vector(nonces, 2 * FILS_NONCE_LEN, num_elem,
272 res = hmac_sha256_vector(nonces, 2 * FILS_NONCE_LEN, num_elem,