Searched defs:fail (Results 1 - 25 of 272) sorted by last modified time

1234567891011

/external/yaffs2/yaffs2/direct/
H A Dyaffs_flashif.c62 int fail = 0; local
84 for(i=0; i <ramdisk.nBlocks && !fail; i++)
88 fail = 1;
97 if(fail)
H A Dyaffs_ramdisk.c66 int fail = 0; local
89 for(i=0; i <ramdisk.nBlocks && !fail; i++)
93 fail = 1;
102 if(fail)
H A Dyaffs_ramem2k.c124 int fail = 0; local
146 for(i=fail=0; i <nBlocks; i++)
153 fail = 1;
161 fail = 1;
170 if(fail)
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c165 int fail = 0; local
187 for(i=fail=0; i <nBlocks; i++)
194 fail = 1;
202 fail = 1;
211 if(fail)
/external/zlib/src/contrib/puff/
H A Dpufftest.c16 testing, and causes pufftest to fail with not enough output space (-f does
90 int ret, put = 0, fail = 0; local
103 fail = 1, put = 1;
148 if (fail)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c765 struct wps_event_fail *fail)
769 os_memcpy(hapd->wps_stats.peer_addr, fail->peer_macaddr, ETH_ALEN);
771 hapd->wps_stats.failure_reason = fail->error_indication;
773 if (fail->error_indication > 0 &&
774 fail->error_indication < NUM_WPS_EI_VALUES) {
777 fail->msg, fail->config_error, fail->error_indication,
778 wps_ei_str(fail->error_indication));
782 fail
764 hostapd_wps_event_fail(struct hostapd_data *hapd, struct wps_event_fail *fail) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.c373 int fail = 0; local
391 fail = 1;
393 if (fail) {
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c1448 * @fail: %TRUE = set failure, %FALSE = clear failure
1451 * failure (fail = %TRUE). This can be cleared by setting fail = %FALSE.
1453 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1458 "EAP fail=%d", fail);
1459 sm->eapFail = fail;
1460 sm->altReject = fail;
H A Deapol_supp_sm.h288 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
356 static inline void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h513 } fail; member in union:wps_event_data
/external/wpa_supplicant_8/hs20/server/ca/
H A Dsetup.sh9 fail() function
26 $OPENSSL req -config openssl.cnf.tmp -batch -new -newkey rsa:4096 -keyout rootCA/private/cakey.pem -out rootCA/careq.pem || fail "Failed to generate Root CA private key"
28 $OPENSSL ca -config openssl.cnf.tmp -md sha256 -create_serial -out rootCA/cacert.pem -days 10957 -batch -keyfile rootCA/private/cakey.pem -passin pass:$PASS -selfsign -extensions v3_ca -outdir rootCA/newcerts -infiles rootCA/careq.pem || fail "Failed to sign Root CA certificate"
45 $OPENSSL req -config openssl.cnf.tmp -batch -new -newkey rsa:2048 -keyout demoCA/private/cakey.pem -out demoCA/careq.pem || fail "Failed to generate Intermediate CA private key"
47 $OPENSSL ca -config openssl.cnf.tmp -md sha256 -create_serial -out demoCA/cacert.pem -days 3652 -batch -keyfile rootCA/private/cakey.pem -cert rootCA/cacert.pem -passin pass:$PASS -extensions v3_ca -infiles demoCA/careq.pem || fail "Failed to sign Intermediate CA certificate"
103 $OPENSSL req -config $PWD/openssl.cnf.tmp -batch -sha256 -new -newkey rsa:2048 -nodes -out server.csr -keyout server.key -reqexts v3_osu_server || fail "Failed to generate server request"
104 $OPENSSL ca -config $PWD/openssl.cnf.tmp -batch -md sha256 -in server.csr -out server.pem -key $PASS -days 730 -extensions ext_server -policy policy_osu_server || fail "Failed to sign server certificate"
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c765 struct wps_event_fail *fail)
769 os_memcpy(hapd->wps_stats.peer_addr, fail->peer_macaddr, ETH_ALEN);
771 hapd->wps_stats.failure_reason = fail->error_indication;
773 if (fail->error_indication > 0 &&
774 fail->error_indication < NUM_WPS_EI_VALUES) {
777 fail->msg, fail->config_error, fail->error_indication,
778 wps_ei_str(fail->error_indication));
782 fail
764 hostapd_wps_event_fail(struct hostapd_data *hapd, struct wps_event_fail *fail) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Drandom.c373 int fail = 0; local
391 fail = 1;
393 if (fail) {
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c1448 * @fail: %TRUE = set failure, %FALSE = clear failure
1451 * failure (fail = %TRUE). This can be cleared by setting fail = %FALSE.
1453 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1458 "EAP fail=%d", fail);
1459 sm->eapFail = fail;
1460 sm->altReject = fail;
H A Deapol_supp_sm.h288 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
356 static inline void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
/external/wpa_supplicant_8/src/wps/
H A Dwps.h513 } fail; member in union:wps_event_data
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c397 struct wps_event_fail *fail = &data->fail; local
408 fail->msg, fail->config_error);
410 wpas_p2p_wps_failed(wpa_s, fail);
H A Dnotify.c202 struct wps_event_fail *fail)
205 wpas_dbus_signal_wps_event_fail(wpa_s, fail);
530 struct wps_event_fail *fail)
532 wpas_dbus_signal_p2p_wps_failed(wpa_s, fail);
201 wpas_notify_wps_event_fail(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
529 wpas_notify_p2p_wps_failed(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
H A Dp2p_supplicant.c310 goto fail;
320 goto fail;
326 goto fail;
337 goto fail;
349 goto fail;
364 goto fail;
380 goto fail;
383 fail:
3503 * has_channel() fail). wpas_p2p_verify_80mhz() should take care of
5631 struct wps_event_fail *fail)
5630 wpas_p2p_wps_failed(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
[all...]
H A Dp2p_supplicant.h173 struct wps_event_fail *fail);
293 struct wps_event_fail *fail)
292 wpas_p2p_wps_failed(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c599 * Sends Event dbus signal with name "fail" and dictionary containing
600 * "msg field with fail message number (int32) as arguments
603 struct wps_event_fail *fail)
609 char *key = "fail";
626 !wpa_dbus_dict_append_int32(&dict_iter, "msg", fail->msg) ||
1817 * Sends Event dbus signal with name "fail" and dictionary containing
1818 * "msg" field with fail message number (int32) as arguments
1821 struct wps_event_fail *fail)
1827 char *key = "fail";
1845 !wpa_dbus_dict_append_int32(&dict_iter, "msg", fail
602 wpas_dbus_signal_wps_event_fail(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
1820 wpas_dbus_signal_p2p_wps_failed(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
[all...]
H A Ddbus_new.h153 struct wps_event_fail *fail);
215 struct wps_event_fail *fail);
287 struct wpa_supplicant *wpa_s, struct wps_event_fail *fail)
480 struct wps_event_fail *fail)
286 wpas_dbus_signal_wps_event_fail( struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
479 wpas_dbus_signal_p2p_wps_failed(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c765 struct wps_event_fail *fail)
769 os_memcpy(hapd->wps_stats.peer_addr, fail->peer_macaddr, ETH_ALEN);
771 hapd->wps_stats.failure_reason = fail->error_indication;
773 if (fail->error_indication > 0 &&
774 fail->error_indication < NUM_WPS_EI_VALUES) {
777 fail->msg, fail->config_error, fail->error_indication,
778 wps_ei_str(fail->error_indication));
782 fail
764 hostapd_wps_event_fail(struct hostapd_data *hapd, struct wps_event_fail *fail) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.c373 int fail = 0; local
391 fail = 1;
393 if (fail) {
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c1448 * @fail: %TRUE = set failure, %FALSE = clear failure
1451 * failure (fail = %TRUE). This can be cleared by setting fail = %FALSE.
1453 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1458 "EAP fail=%d", fail);
1459 sm->eapFail = fail;
1460 sm->altReject = fail;

Completed in 214 milliseconds

1234567891011