Searched refs:e_nonce (Results 1 – 2 of 2) sorted by relevance
479 static int wps_process_enrollee_nonce(struct wps_data *wps, const u8 *e_nonce) in wps_process_enrollee_nonce() argument481 if (e_nonce == NULL) { in wps_process_enrollee_nonce()486 if (os_memcmp(wps->nonce_e, e_nonce, WPS_NONCE_LEN) != 0) { in wps_process_enrollee_nonce()
2068 static int wps_process_enrollee_nonce(struct wps_data *wps, const u8 *e_nonce) in wps_process_enrollee_nonce() argument2070 if (e_nonce == NULL) { in wps_process_enrollee_nonce()2075 os_memcpy(wps->nonce_e, e_nonce, WPS_NONCE_LEN); in wps_process_enrollee_nonce()