HomeSort by relevance Sort by last modified time
    Searched refs:otp (Results 1 - 15 of 15) sorted by null

  /external/openssl/crypto/rc4/
rc4_enc.c 126 RC4_CHUNK ichunk,otp; local
163 otp = RC4_STEP<<BESHFT(0);
164 otp |= RC4_STEP<<BESHFT(1);
165 otp |= RC4_STEP<<BESHFT(2);
166 otp |= RC4_STEP<<BESHFT(3);
169 otp |= RC4_STEP<<BESHFT(4);
170 otp |= RC4_STEP<<BESHFT(5);
171 otp |= RC4_STEP<<BESHFT(6);
172 otp |= RC4_STEP<<BESHFT(7);
174 *(RC4_CHUNK *)outdata = otp^ichunk
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_otp.c 2 * EAP peer method: EAP-OTP (RFC 3748)
41 int otp; local
48 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message",
53 otp = 1;
56 otp = 0;
60 wpa_printf(MSG_INFO, "EAP-OTP: Password not configured");
77 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-OTP: Response",
80 if (otp) {
81 wpa_printf(MSG_DEBUG, "EAP-OTP: Forgetting used password");
95 EAP_VENDOR_IETF, EAP_TYPE_OTP, "OTP");
    [all...]
eap_gtc.c 58 int otp; local
85 otp = 1;
88 otp = 0;
124 if (otp) {
eap_config.h 502 * otp - One-time-password
505 * internally when OTP is entered through the control interface.
507 u8 *otp; member in struct:eap_peer_config
510 * otp_len - Length of the otp field
560 * pending_req_otp - Whether there is a pending OTP request
569 * pending_req_otp_len - Length of the pending OTP request
eap.c     [all...]
  /external/wpa_supplicant/
eap_otp.c 2 * EAP peer method: EAP-OTP (RFC 3748)
45 int otp; local
54 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message",
59 otp = 1;
62 otp = 0;
66 wpa_printf(MSG_INFO, "EAP-OTP: Password not configured");
84 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-OTP: Response",
87 if (otp) {
88 wpa_printf(MSG_DEBUG, "EAP-OTP: Forgetting used password");
102 EAP_VENDOR_IETF, EAP_TYPE_OTP, "OTP");
    [all...]
eap_gtc.c 60 int otp; local
88 otp = 1;
91 otp = 0;
128 if (otp) {
config_ssid.h 640 * otp - One-time-password
643 * internally when OTP is entered through the control interface.
645 u8 *otp; member in struct:wpa_ssid
648 * otp_len - Length of the otp field
698 * pending_req_otp - Whether there is a pending OTP request
707 * pending_req_otp_len - Length of the pending OTP request
eap.c     [all...]
ctrl_iface.c 178 } else if (os_strcmp(rsp, "OTP") == 0) {
179 os_free(ssid->otp);
180 ssid->otp = (u8 *) os_strdup(pos);
    [all...]
config.c 1359 os_free(ssid->otp);
    [all...]
  /external/tcpdump/
print-llc.c 392 const struct oui_tok *otp; local
394 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) {
395 if (otp->oui == orgcode) {
396 tok = otp->tok;
  /hardware/broadcom/wlan/bcm4329/src/include/
sbchipc.h 196 uint16 otp[768]; member in struct:__anon9435
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c 289 } else if (os_strcmp(rsp, "OTP") == 0) {
290 os_free(eap->otp);
291 eap->otp = (u8 *) os_strdup(pos);
    [all...]
config.c     [all...]

Completed in 430 milliseconds