HomeSort by relevance Sort by last modified time
    Searched refs:otp (Results 1 - 14 of 14) 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_8/src/eap_peer/
eap_otp.c 2 * EAP peer method: EAP-OTP (RFC 3748)
35 int otp; local
42 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message",
47 otp = 1;
50 otp = 0;
54 wpa_printf(MSG_INFO, "EAP-OTP: Password not configured");
71 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-OTP: Response",
74 if (otp) {
75 wpa_printf(MSG_DEBUG, "EAP-OTP: Forgetting used password");
89 EAP_VENDOR_IETF, EAP_TYPE_OTP, "OTP");
    [all...]
eap_gtc.c 52 int otp; local
79 otp = 1;
82 otp = 0;
118 if (otp) {
eap_config.h 505 * otp - One-time-password
508 * internally when OTP is entered through the control interface.
510 u8 *otp; member in struct:eap_peer_config
513 * otp_len - Length of the otp field
563 * pending_req_otp - Whether there is a pending OTP request
572 * pending_req_otp_len - Length of the pending OTP request
eap.c     [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;
  /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...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 808 os_free(eap->otp);
809 eap->otp = (u8 *) os_strdup(value);
    [all...]
config.c     [all...]

Completed in 354 milliseconds