Searched refs:otp (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/crypto/libressl/crypto/rc4/ |
| HD | rc4_enc.c | 128 RC4_CHUNK ichunk, otp; in RC4() local 158 otp = RC4_STEP << BESHFT(0); in RC4() 159 otp |= RC4_STEP << BESHFT(1); in RC4() 160 otp |= RC4_STEP << BESHFT(2); in RC4() 161 otp |= RC4_STEP << BESHFT(3); in RC4() 163 otp |= RC4_STEP << BESHFT(4); in RC4() 164 otp |= RC4_STEP << BESHFT(5); in RC4() 165 otp |= RC4_STEP << BESHFT(6); in RC4() 166 otp |= RC4_STEP << BESHFT(7); in RC4() 168 *(RC4_CHUNK *)outdata = otp^ichunk; in RC4() [all …]
|
| /dragonfly/contrib/wpa_supplicant/src/eap_peer/ |
| HD | eap_otp.c | 35 int otp; in eap_otp_process() local 47 otp = 1; in eap_otp_process() 50 otp = 0; in eap_otp_process() 74 if (otp) { in eap_otp_process()
|
| HD | eap_gtc.c | 52 int otp; in eap_gtc_process() local 79 otp = 1; in eap_gtc_process() 82 otp = 0; in eap_gtc_process() 118 if (otp) { in eap_gtc_process()
|
| HD | eap_config.h | 632 u8 *otp; member
|
| HD | eap.c | 2835 return config->otp; in eap_get_config_otp() 2852 os_memset(config->otp, 0, config->otp_len); in eap_clear_config_otp() 2853 os_free(config->otp); in eap_clear_config_otp() 2854 config->otp = NULL; in eap_clear_config_otp()
|
| /dragonfly/contrib/nvi2/ex/ |
| HD | ex_tag.c | 631 tag_copy(SCR *sp, TAG *otp, TAG **tpp) in tag_copy() argument 637 if (otp->fname != NULL) in tag_copy() 638 len += otp->fnlen + 1; in tag_copy() 639 if (otp->search != NULL) in tag_copy() 640 len += otp->slen + 1; in tag_copy() 641 if (otp->msg != NULL) in tag_copy() 642 len += otp->mlen + 1; in tag_copy() 644 memcpy(tp, otp, len); in tag_copy() 646 if (otp->fname != NULL) in tag_copy() 648 if (otp->search != NULL) in tag_copy() [all …]
|
| /dragonfly/contrib/tcpdump/ |
| HD | print-llc.c | 411 const struct oui_tok *otp; in oui_to_struct_tok() local 413 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) { in oui_to_struct_tok() 414 if (otp->oui == orgcode) { in oui_to_struct_tok() 415 tok = otp->tok; in oui_to_struct_tok()
|
| /dragonfly/usr.bin/showmount/ |
| HD | showmount.c | 251 struct mountlist **otp = NULL; in xdr_mntdump() local 307 otp = &tp->ml_left; in xdr_mntdump() 310 otp = &tp->ml_right; in xdr_mntdump() 314 *otp = mp; in xdr_mntdump()
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | README | 725 and 'otp' commands. <id> needs to be copied from the the matching 726 request. 'password' and 'otp' commands can be used regardless of 730 with 'otp' are used only once and then forgotten, i.e., wpa_supplicant 743 > otp 2 9876 764 otp <network id> <password> = configure one-time-password for an SSID
|
| HD | ChangeLog | 2068 identity/password/otp 2069 * fixed ctrl_iface requests for identity/password/otp in Phase 2 of 2315 wpa_cli); this 'otp' command works otherwise like 'password' command, 2322 * improved user data (identity/password/otp) requests through
|
| HD | wpa_supplicant.c | 6886 bin_clear_free(eap->otp, eap->otp_len); in wpa_supplicant_ctrl_iface_ctrl_rsp_handle() 6887 eap->otp = (u8 *) os_strdup(value); in wpa_supplicant_ctrl_iface_ctrl_rsp_handle()
|
| HD | config.c | 2559 os_free(eap->otp); in eap_peer_config_free()
|
| /dragonfly/sys/kern/ |
| HD | tty.c | 859 struct tty *otp; in ttioctl() local 1195 otp = p->p_session->s_ttyp; in ttioctl() 1198 if (otp) in ttioctl() 1199 ttyunhold(otp); in ttioctl()
|
| /dragonfly/ |
| HD | Makefile_upgrade.inc | 3641 TO_REMOVE+=/usr/bin/otp-md4 3642 TO_REMOVE+=/usr/bin/otp-md5 3643 TO_REMOVE+=/usr/bin/otp-sha 3657 TO_REMOVE+=/usr/share/man/man1/otp-md4.1.gz 3658 TO_REMOVE+=/usr/share/man/man1/otp-md5.1.gz 3659 TO_REMOVE+=/usr/share/man/man1/otp-sha.1.gz
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | archive | 1543 !:ext otp
|