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

/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.h573 * otp - One-time-password
578 u8 *otp; member in struct:eap_peer_config
581 * 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.h573 * otp - One-time-password
578 u8 *otp; member in struct:eap_peer_config
581 * 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.h573 * otp - One-time-password
578 u8 *otp; member in struct:eap_peer_config
581 * otp_len - Length of the otp field
/external/boringssl/src/crypto/rc4/
H A Drc4.c93 RC4_CHUNK ichunk, otp; local
130 otp = RC4_STEP << BESHFT(0);
131 otp |= RC4_STEP << BESHFT(1);
132 otp |= RC4_STEP << BESHFT(2);
133 otp |= RC4_STEP << BESHFT(3);
135 otp |= RC4_STEP << BESHFT(4);
136 otp |= RC4_STEP << BESHFT(5);
137 otp |= RC4_STEP << BESHFT(6);
138 otp |= RC4_STEP << BESHFT(7);
140 *(RC4_CHUNK *)out = otp
[all...]
/external/tcpdump/
H A Dprint-llc.c383 const struct oui_tok *otp; local
385 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) {
386 if (otp->oui == orgcode) {
387 tok = otp->tok;

Completed in 348 milliseconds