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

  /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 508 * otp - One-time-password
511 * internally when OTP is entered through the control interface.
513 u8 *otp; member in struct:eap_peer_config
516 * otp_len - Length of the otp field
566 * pending_req_otp - Whether there is a pending OTP request
575 * pending_req_otp_len - Length of the pending OTP request
  /external/chromium_org/third_party/openssl/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/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/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/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_base.h 242 std::string otp; member in struct:chromeos::NetworkLibraryImplBase::ConnectData
network_library.h 647 const std::string& otp);
1484 std::string otp; member in struct:chromeos::NetworkLibrary::VPNConfigData
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 637 // OTP label and input.
856 std::string otp = GetOTP(); local
857 if (!otp.empty()) {
859 flimflam::kOpenVPNOTPProperty, otp);
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 931 std::string otp; local
    [all...]

Completed in 231 milliseconds