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

  /external/chromium_org/third_party/boringssl/src/crypto/rc4/
rc4.c 119 RC4_CHUNK ichunk, otp; local
156 otp = RC4_STEP << BESHFT(0);
157 otp |= RC4_STEP << BESHFT(1);
158 otp |= RC4_STEP << BESHFT(2);
159 otp |= RC4_STEP << BESHFT(3);
161 otp |= RC4_STEP << BESHFT(4);
162 otp |= RC4_STEP << BESHFT(5);
163 otp |= RC4_STEP << BESHFT(6);
164 otp |= RC4_STEP << BESHFT(7);
166 *(RC4_CHUNK *)out = 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/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 534 * otp - One-time-password
537 * internally when OTP is entered through the control interface.
539 u8 *otp; member in struct:eap_peer_config
542 * otp_len - Length of the otp field
592 * pending_req_otp - Whether there is a pending OTP request
601 * pending_req_otp_len - Length of the pending OTP request
eap.c     [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_consistent.c 142 ptw32_robust_mutex_remove(pthread_mutex_t* mutex, ptw32_thread_t* otp)
149 mx->ownerThread.p = otp;
implement.h 626 void ptw32_robust_mutex_remove(pthread_mutex_t* mutex, ptw32_thread_t* otp);
    [all...]
  /external/tcpdump/
print-llc.c 393 const struct oui_tok *otp; local
395 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) {
396 if (otp->oui == orgcode) {
397 tok = otp->tok;
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 649 // OTP label and input.
876 std::string otp = GetOTP(); local
877 if (!otp.empty()) {
879 shill::kOpenVPNOTPProperty, otp);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c     [all...]
config.c     [all...]

Completed in 307 milliseconds