Searched refs:otp (Results 1 - 25 of 28) sorted by relevance

12

/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/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_otp.c41 int otp; local
53 otp = 1;
56 otp = 0;
80 if (otp) {
H A Deap_gtc.c58 int otp; local
85 otp = 1;
88 otp = 0;
124 if (otp) {
H A Deap_config.h502 * otp - One-time-password
507 u8 *otp; member in struct:eap_peer_config
510 * otp_len - Length of the otp field
H A Deap.c1809 return config->otp;
1826 os_memset(config->otp, 0, config->otp_len);
1827 os_free(config->otp);
1828 config->otp = NULL;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_otp.c41 int otp; local
53 otp = 1;
56 otp = 0;
80 if (otp) {
H A Deap_gtc.c58 int otp; local
85 otp = 1;
88 otp = 0;
124 if (otp) {
H A Deap_config.h511 * otp - One-time-password
516 u8 *otp; member in struct:eap_peer_config
519 * otp_len - Length of the otp field
H A Deap.c1870 return config->otp;
1887 os_memset(config->otp, 0, config->otp_len);
1888 os_free(config->otp);
1889 config->otp = NULL;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_otp.c41 int otp; local
53 otp = 1;
56 otp = 0;
80 if (otp) {
H A Deap_gtc.c58 int otp; local
85 otp = 1;
88 otp = 0;
124 if (otp) {
H A Deap_config.h511 * otp - One-time-password
516 u8 *otp; member in struct:eap_peer_config
519 * otp_len - Length of the otp field
H A Deap.c1870 return config->otp;
1887 os_memset(config->otp, 0, config->otp_len);
1888 os_free(config->otp);
1889 config->otp = NULL;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_otp.c41 int otp; local
53 otp = 1;
56 otp = 0;
80 if (otp) {
H A Deap_gtc.c58 int otp; local
85 otp = 1;
88 otp = 0;
124 if (otp) {
H A Deap_config.h511 * otp - One-time-password
516 u8 *otp; member in struct:eap_peer_config
519 * otp_len - Length of the otp field
H A Deap.c1870 return config->otp;
1887 os_memset(config->otp, 0, config->otp_len);
1888 os_free(config->otp);
1889 config->otp = NULL;
/external/wpa_supplicant/
H A Deap_otp.c45 int otp; local
59 otp = 1;
62 otp = 0;
87 if (otp) {
H A Deap_gtc.c60 int otp; local
88 otp = 1;
91 otp = 0;
128 if (otp) {
H A Dconfig_ssid.h640 * otp - One-time-password
645 u8 *otp; member in struct:wpa_ssid
648 * otp_len - Length of the otp field
H A Deap.c1802 return config->otp;
1819 os_memset(config->otp, 0, config->otp_len);
1820 os_free(config->otp);
1821 config->otp = NULL;
H A Dctrl_iface.c179 os_free(ssid->otp);
180 ssid->otp = (u8 *) os_strdup(pos);
H A Dconfig.c1359 os_free(ssid->otp);
/external/tcpdump/
H A Dprint-llc.c392 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/
H A Dctrl_iface.c290 os_free(eap->otp);
291 eap->otp = (u8 *) os_strdup(pos);

Completed in 4246 milliseconds

12