Searched defs:otp (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_mutex_consistent.c142 ptw32_robust_mutex_remove(pthread_mutex_t* mutex, ptw32_thread_t* otp) argument
149 mx->ownerThread.p = otp;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_otp.c35 int otp; local
47 otp = 1;
50 otp = 0;
74 if (otp) {
H A Deap_gtc.c52 int otp; local
79 otp = 1;
82 otp = 0;
118 if (otp) {
H A Deap_config.h534 * otp - One-time-password
539 u8 *otp; member in struct:eap_peer_config
542 * otp_len - Length of the otp field
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_otp.c35 int otp; local
47 otp = 1;
50 otp = 0;
74 if (otp) {
H A Deap_gtc.c52 int otp; local
79 otp = 1;
82 otp = 0;
118 if (otp) {
H A Deap_config.h534 * otp - One-time-password
539 u8 *otp; member in struct:eap_peer_config
542 * otp_len - Length of the otp field
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_otp.c35 int otp; local
47 otp = 1;
50 otp = 0;
74 if (otp) {
H A Deap_gtc.c52 int otp; local
79 otp = 1;
82 otp = 0;
118 if (otp) {
H A Deap_config.h534 * otp - One-time-password
539 u8 *otp; member in struct:eap_peer_config
542 * otp_len - Length of the otp field
/external/openssl/crypto/rc4/
H A Drc4_enc.c126 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
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/rc4/
H A Drc4.c119 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
[all...]
/external/tcpdump/
H A Dprint-llc.c393 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/
H A Dvpn_config_view.cc876 std::string otp = GetOTP(); local
877 if (!otp.empty()) {
879 shill::kOpenVPNOTPProperty, otp);

Completed in 2440 milliseconds