Searched refs:e_nonce (Results 1 – 2 of 2) sorted by relevance
523 static int wps_process_enrollee_nonce(struct wps_data *wps, const u8 *e_nonce) in wps_process_enrollee_nonce() argument525 if (e_nonce == NULL) { in wps_process_enrollee_nonce()530 if (os_memcmp(wps->nonce_e, e_nonce, WPS_NONCE_LEN) != 0) { in wps_process_enrollee_nonce()
2122 static int wps_process_enrollee_nonce(struct wps_data *wps, const u8 *e_nonce) in wps_process_enrollee_nonce() argument2124 if (e_nonce == NULL) { in wps_process_enrollee_nonce()2129 os_memcpy(wps->nonce_e, e_nonce, WPS_NONCE_LEN); in wps_process_enrollee_nonce()